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

AllNotesOff Class

All Notes Off MIDI Channel Event.

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

System.Object
   TrackEvent
      ChannelEvent
         AllNotesOff

public class AllNotesOff : ChannelEvent

Remarks

Turn off all notes which for which a note-on MIDI message has been received.

This only applies to notes turned on via MIDI, and not to notes turned on via pressing keys on a local keyboard.

This message must be ignored if Omni is On (Modes 1 and 2).

Requirements

Namespace: EF.SimpleMIDI

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

See Also

AllNotesOff Members | EF.SimpleMIDI Namespace