Share via


MidiPitchBendChangeMessage.Bend Property

Definition

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

UInt16

unsigned short

uint16_t

The pitch bend value which is specified as a 14-bit value from 0-16383.

Applies to