MIDIClient
public class MIDIClient
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum Notification
-
Undocumented
Declaration
Swift
public private(set) var ref: MIDIClientRef { get }
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public weak var delegate: MIDIClientDelegate?
-
Undocumented
Declaration
Swift
public init(name: String)
-
Undocumented
Declaration
Swift
public func start() throws
-
Undocumented
Declaration
Swift
public func makeOutputPort(name: String) throws -> MIDIOutputPort
-
Undocumented
Declaration
Swift
public func makeInputPort(name: String, callback: @escaping MIDIInputPort.ReadBlock) throws -> MIDIInputPort