共用方式為


MidiPitchBendChangeMessage.Bend 屬性

定義

取得從 0-16383 指定為 14 位值的傾斜彎曲值。

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

屬性值

UInt16

unsigned short

uint16_t

間距彎曲值,指定為 0-16383 的 14 位值。

適用於