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

ChannelEvent Class

MIDI Channel Event.

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

System.Object
   TrackEvent
      ChannelEvent

public abstract class ChannelEvent : TrackEvent

Remarks

This is an abstract class, which comes in many inherited flavors.

Channel Events are MIDI events that are specific to a MIDI Channel. These are typically events which start, alter, or stop a sound or sounds being played, or affect an entire channel, such as switching from polyphonic-mode to monophonic mode, and all-notes off.

Requirements

Namespace: EF.SimpleMIDI

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

See Also

ChannelEvent Members | EF.SimpleMIDI Namespace