MIDIMsg
public enum MIDIMsg
Enumeration of MIDI messages (v1.0) that will be sent to a MIDIController
-
Undocumented
Declaration
Swift
case noteOff(note: UInt8, velocity: UInt8)
-
Undocumented
Declaration
Swift
case noteOn(note: UInt8, velocity: UInt8)
-
Undocumented
Declaration
Swift
case polyphonicKeyPressure(note: UInt8, pressure: UInt8)
-
Undocumented
Declaration
Swift
case controlChange(controller: UInt8, value: UInt8)
-
Undocumented
Declaration
Swift
case programChange(program: UInt8)
-
Undocumented
Declaration
Swift
case channelPressure(pressure: UInt8)
-
Undocumented
Declaration
Swift
case pitchBendChange(value: UInt16)