| A class library for opening, parsing, and saving MIDI files. | |
NoteOff.Key Property
Gets/sets the key which was released.
public
byte Key {get; set;}
Property Value
The key which was released.
Remarks
This must correspond to a previous note-on message for correct operation.
See Also
NoteOff Class | EF.SimpleMIDI Namespace