A MIDI Library for .NET

ProgramChangeMessage Constructor

Constructs a Program Change message.

ProgramChangeMessage(
   DeviceBase device,
   Channel channel,
   Instrument instrument,
   float time
);

Parameters

device
The device associated with this message.
channel
Channel.
instrument
Instrument.
time
The timestamp for this message.

See Also

ProgramChangeMessage Class | Midi Namespace