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

NoteOn Class

Note On MIDI Channel Event.

For a list of all members of this type, see NoteOn Members.

System.Object
   TrackEvent
      ChannelEvent
         NoteOn

public class NoteOn : ChannelEvent

Remarks

Normally sent when a key (on a synthesiser) is pressed.

A corresponding note-off message must be sent for each and every note-on message.

Requirements

Namespace: EF.SimpleMIDI

Assembly: EF.SimpleMIDI (in EF.SimpleMIDI.dll)

See Also

NoteOn Members | EF.SimpleMIDI Namespace