Bagikan melalui


MidiNoteOffMessage(Byte, Byte, Byte) Konstruktor

Definisi

Membuat objek MidiNoteOffMessage baru.

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)

Parameter

channel
Byte

byte

Saluran dari 0-15 tempat pesan ini berlaku.

note
Byte

byte

Catatan yang ditentukan sebagai nilai dari 0-127.

velocity
Byte

byte

Kecepatan yang ditentukan sebagai nilai dari 0-127.

Berlaku untuk