MIDIParser
public struct MIDIParser
MIDIPacketList parser that generates MIDIMsg entities for the bytes in the packets and forwards them to a MIDIController
-
Extract MIDI messages and send to controller.
Declaration
Swift
public static func parse(packetList: MIDIPacketList, for controller: MIDIReceiver)
Parameters
packetList
the MIDI data to parse
controller
the recipient of the MIDI messages