Click or drag to resize
NoteOffsetBy Method (Int32)
Offsets the keystroke by an interval.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Note OffsetBy(
	int offset
)

Parameters

offset
Type: SystemInt32
Moves by intevals/tonesteps.

Return Value

Type: Note
Returns a new keystroke that has been offset.
See Also