MIDIInputPort
public class MIDIInputPort
Undocumented
-
Undocumented
Declaration
Swift
public typealias Value = MIDIPackage
-
Undocumented
Declaration
Swift
public typealias ReadBlock = (Result<Value, Error>) -> ()
-
Undocumented
Declaration
Swift
public private(set) var ref: MIDIPortRef { get }
-
Undocumented
Declaration
Swift
public init(client: MIDIClient, name: String, callback: @escaping ReadBlock) throws
-
Undocumented
Declaration
Swift
public func connect(to source: MIDIEndpoint) throws
-
Undocumented
Declaration
Swift
public func disconnect(from source: MIDIEndpoint) throws