MIDIOutputPort

public class MIDIOutputPort

Undocumented

  • ref

    Undocumented

    Declaration

    Swift

    public private(set) var ref: MIDIPortRef { get }
  • Undocumented

    Declaration

    Swift

    public init(client: MIDIClient, name: String) throws
  • Undocumented

    Declaration

    Swift

    public func send(_ messages: [MIDIMessage], to destination: MIDIEndpoint, timeStamp: MIDITimeStamp = 0) throws
  • Undocumented

    Declaration

    Swift

    public func send(_ packetList: UnsafePointer<MIDIPacketList>, to destination: MIDIEndpoint) throws