MidiNoteMessage(Byte, Byte, Byte, Byte, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public MidiNoteMessage (byte channel, byte note, byte velocity, byte releaseVelocity, float duration);
new AudioToolbox.MidiNoteMessage : byte * byte * byte * byte * single -> AudioToolbox.MidiNoteMessage
Parameters
- channel
- Byte
- note
- Byte
- velocity
- Byte
- releaseVelocity
- Byte
- duration
- Single