CoreMIDI MIDIPacket MIDIPacketList

Forums Forums Qu Forums Qu general discussions CoreMIDI MIDIPacket MIDIPacketList

This topic contains 2 replies, has 2 voices, and was last updated by Profile photo of mamerica mamerica 9 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41109
    Profile photo of mamerica
    mamerica
    Participant

    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?

    #41111
    Profile photo of
    Anonymous

    watching with interest

    #41114
    Profile photo of mamerica
    mamerica
    Participant

    Just a quick update.
    I played around and discovered that I can move a fader and mute/un-mute channels either way (with Static or dynamic MIDIPacketList) but I still don’t know which is the preferred method. There’s not a lot of information out on the google.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.