MidiNoteOffMessage(Byte, Byte, Byte) Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.