MIDIController
public final class MIDIController
extension MIDIController: MIDIReceiver
Undocumented
-
Declaration
Swift
public private(set) var channel: Int { get }
-
Declaration
Swift
public func noteOff(note: UInt8)
-
Declaration
Swift
public func noteOn(note: UInt8, velocity: UInt8)
-
Declaration
Swift
public func releaseAllKeys()
-
Declaration
Swift
public func polyphonicKeyPressure(note: UInt8, pressure: UInt8)
-
Declaration
Swift
public func channelPressure(pressure: UInt8)
-
Declaration
Swift
public func pitchBendChange(value: UInt16)
-
Declaration
Swift
public func controlChange(controller: UInt8, value: UInt8)
-
Declaration
Swift
public func programChange(program: UInt8)