A MIDI Library for .NET

NoteOnOffMessage Properties

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

Public Instance Properties

Channel (inherited from ChannelMessage) Channel.
Clock The clock used to schedule the follow-up message.
Device (inherited from DeviceMessage) The device from which this message originated, or for which it is destined.
Duration Time delay between the Note On and the Note Off.
Pitch (inherited from NoteMessage)The pitch for this note message.
Time (inherited from Message) Milliseconds since the music started.
Velocity (inherited from NoteMessage) Velocity, 0..127.

See Also

NoteOnOffMessage Class | Midi Namespace