A class library for opening, parsing, and saving MIDI files.

NoteOff Properties

The properties of the NoteOff class are listed below. For a complete list of NoteOff class members, see the NoteOff Members topic.

Public Instance Properties

Channel (inherited from ChannelEvent) Gets/sets the Channel the ChannelEvent is affecting.
DeltaTime (inherited from TrackEvent) Gets/sets the number of ticks from the previous event.
Key Gets/sets the key which was released.
StatusByte (inherited from TrackEvent) Gets the status byte detailing the type of event.
Velocity Gets/sets the velocity with which the key was released.

See Also

NoteOff Class | EF.SimpleMIDI Namespace