CoreMIDI Library defines both MIDIPacket and a MIDIPacketList Classes.
MIDIPacketList looks like an array of Type MIDIPackets with a couple of additional properties.
The MIDI Protocol spec for the Qu Series Mixers specifies the NRPN (Non-Registered Parameter Number Messages) used to control the Fader Position, Pan, Mix Assignments, etc.
The NRPN’s are divided into four groups of three values each.
My question: When sending NRPN’s from within an app, should all twelve values be placed into a single MIDIPacket or should each group of three be placed into a separate MIDIPacket within a MIDIPacketList?