MidiControlChangeMessage.ControlValue プロパティ

定義

コントローラーに適用する 0 から 127 の値を取得 します

public:
 property byte ControlValue { byte get(); };
byte ControlValue();
public byte ControlValue { get; }
var byte = midiControlChangeMessage.controlValue;
Public ReadOnly Property ControlValue As Byte

プロパティ値

Byte

byte

コントローラーに適用する 0 から 127 の値。

適用対象