MidiNoteMessage(Byte, Byte, Byte, Byte, Single) 构造函数

定义

public MidiNoteMessage (byte channel, byte note, byte velocity, byte releaseVelocity, float duration);
new AudioToolbox.MidiNoteMessage : byte * byte * byte * byte * single -> AudioToolbox.MidiNoteMessage

参数

channel
Byte
note
Byte
velocity
Byte
releaseVelocity
Byte
duration
Single

适用于