CommonMIDIController
@objc
public enum CommonMIDIController : Int
Undocumented
-
Undocumented
Declaration
Swift
case PitchBend = 0
-
Undocumented
Declaration
Swift
case ModWheel = 1
-
Undocumented
Declaration
Swift
case Volume = 2
-
Undocumented
Declaration
Swift
case Expression = 3
-
Undocumented
Declaration
Swift
case Pan = 4
-
Undocumented
Declaration
Swift
case Aftertouch = 5
-
Undocumented
Declaration
Swift
public static func fromRawValue(_ value: Int) -> CommonMIDIController