MIKMIDIPort

Objective-C

@interface MIKMIDIPort : NSObject

Swift

class MIKMIDIPort : NSObject

MIKMIDIPort is an Objective-C wrapper for CoreMIDI’s MIDIPort class. It is not intended for use by clients/users of of MIKMIDI. Rather, it should be thought of as an MIKMIDI private class.

  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    - (nullable instancetype)initWithClient:(MIDIClientRef)clientRef name:(NSString *)name;

    Swift

    init?(client clientRef: MIDIClientRef, name: String)
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    @property (nonatomic, readonly) MIDIPortRef portRef

    Swift

    var portRef: MIDIPortRef { get }