MidiPolyphonicKeyPressureMessage.Channel Property
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.
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.