MidiProgramChangeMessage.Program Property

Definition

Gets the program to change from 0-127.

public:
 property byte Program { byte get(); };
byte Program();
public byte Program { get; }
var byte = midiProgramChangeMessage.program;
Public ReadOnly Property Program As Byte

Property Value

Byte

byte

The program to change from 0-127.

Applies to