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

ProgramChange Class

Program Change MIDI Channel Event.

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

System.Object
   TrackEvent
      ChannelEvent
         ProgramChange

public class ProgramChange : ChannelEvent

Remarks

Used to change the instrument (or sound) to be played when a note-on message is received.

This is usually not retro-active, and only applies to subsequent note-on messages.

This message may have a completely different interpretation depending on the type of device. For example, it could change the current rythym on a drum-machine.

Requirements

Namespace: EF.SimpleMIDI

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

See Also

ProgramChange Members | EF.SimpleMIDI Namespace