MidiPitchBendChangeMessage(Byte, UInt16) 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 MidiPitchBendChangeMessage object.
public:
MidiPitchBendChangeMessage(byte channel, unsigned short bend);
MidiPitchBendChangeMessage(byte const& channel, uint16_t const& bend);
public MidiPitchBendChangeMessage(byte channel, ushort bend);
function MidiPitchBendChangeMessage(channel, bend)
Public Sub New (channel As Byte, bend As UShort)
Parameters
- channel
-
Byte
byte
The channel from 0-15 that this message applies to.
- bend
-
UInt16
unsigned short
uint16_t
The pitch bend value which is specified as a 14-bit value from 0-16383.