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

NoteOn Properties

The properties of the NoteOn class are listed below. For a complete list of NoteOn class members, see the NoteOn 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 pressed.
StatusByte (inherited from TrackEvent) Gets the status byte detailing the type of event.
Velocity Gets/sets the velocity with which the key was pressed.

See Also

NoteOn Class | EF.SimpleMIDI Namespace