MidiProgramChangeMessage(Byte, Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new MidiProgramChangeMessage object.
public:
MidiProgramChangeMessage(byte channel, byte program);
MidiProgramChangeMessage(byte const& channel, byte const& program);
public MidiProgramChangeMessage(byte channel, byte program);
function MidiProgramChangeMessage(channel, program)
Public Sub New (channel As Byte, program As Byte)
Parameters
- channel
-
Byte
byte
The channel from 0-15 that this message applies to.
- program
-
Byte
byte
The program to change from 0-127.