Click or drag to resize
KeystrokeOffsetBy Method (Scale, Int32, Int32)
Offsets the keystroke by both an interval and an octave.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Keystroke OffsetBy(
	Scale scale,
	int offset,
	int octaveOffset
)

Parameters

scale
Type: MidiGremlinScale
The scale you want to offset by
offset
Type: SystemInt32
Moves by intevals/tonesteps.
octaveOffset
Type: SystemInt32
Moves by octave.

Return Value

Type: Keystroke
Returns a new keystroke that has been offset within the scale.
See Also