MIDI
final class MIDI
Connects to any and all MIDI sources, processing all messages it sees. There really is no API right now. Just create an instance and set the controller (aka delegate) to receive the incoming MIDI traffic.
-
Delegate which will receive incoming MIDI messages
Declaration
Swift
weak var receiver: MIDIReceiver? { get set }
-
Create new instance. Initializes CoreMIDI and creates an input port to receive MIDI traffic
Declaration
Swift
init()
-
Tear down MIDI plumbing.
Declaration
Swift
deinit