 | NoteOffsetBy Method (Int32) |
Offsets the keystroke by an interval.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Note OffsetBy(
int offset
)
Public Function OffsetBy (
offset As Integer
) As Note
public:
Note^ OffsetBy(
int offset
)
member OffsetBy :
offset : int -> Note
Parameters
- offset
- Type: SystemInt32
Moves by intevals/tonesteps.
Return Value
Type:
Note Returns a new keystroke that has been offset.
See Also