MidiNoteOffMessage(Byte, Byte, Byte) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい MidiNoteOffMessage オブジェクトを 作成します。
public:
MidiNoteOffMessage(byte channel, byte note, byte velocity);
MidiNoteOffMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOffMessage(byte channel, byte note, byte velocity);
function MidiNoteOffMessage(channel, note, velocity)
Public Sub New (channel As Byte, note As Byte, velocity As Byte)
パラメーター
- channel
-
Byte
byte
このメッセージが適用される 0 から 15 までのチャネル。
- note
-
Byte
byte
0 から 127 の値として指定されたメモ。
- velocity
-
Byte
byte
0 から 127 の値として指定された速度。