MidiPolyphonicKeyPressureMessage.Channel Property

Definition

Gets the channel from 0-15 that this message applies to.

public:
 property byte Channel { byte get(); };
byte Channel();
public byte Channel { get; }
var byte = midiPolyphonicKeyPressureMessage.channel;
Public ReadOnly Property Channel As Byte

Property Value

Byte

byte

The channel from 0-15 that this message applies to.

Applies to