MidiChannelPressureMessage(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 MidiChannelPressureMessage object.
public:
MidiChannelPressureMessage(byte channel, byte pressure);
MidiChannelPressureMessage(byte const& channel, byte const& pressure);
public MidiChannelPressureMessage(byte channel, byte pressure);
function MidiChannelPressureMessage(channel, pressure)
Public Sub New (channel As Byte, pressure As Byte)
Parameters
- channel
-
Byte
byte
The channel from 0-15 that this message applies to.
- pressure
-
Byte
byte
The pressure from 0-127.