Share via


MidiProgramChangeMessage(Byte, Byte) Constructor

Definition

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.

Applies to