次の方法で共有


MidiNoteOffMessage(Byte, Byte, Byte) コンストラクター

定義

新しい 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 の値として指定された速度。

適用対象