MidiPitchBendChangeMessage.Bend 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 pitch bend value which is specified as a 14-bit value from 0-16383.
public:
property unsigned short Bend { unsigned short get(); };
uint16_t Bend();
public ushort Bend { get; }
var uInt16 = midiPitchBendChangeMessage.bend;
Public ReadOnly Property Bend As UShort
Property Value
The pitch bend value which is specified as a 14-bit value from 0-16383.