I’m working on a MIDI device panel (NOT a Midi Remote panel) for a Novation A-Station. I have all the MIDI CC parameters set up for single-value CCs (such as VCA envelope values, LFO rates etc) but there are a number of CCs that correspond to many controls on the synth.
An example is CC89, which controls many aspects of the arpeggiator. Bits 0-1 controls the octave spread of the arpeggio, bit 2 turns it on and off, bit 3 sets keysync, bit 4 sets latch, and bits 5-6 controls the note output (combinations of internal and external routing of notes). I’ve tried reading and re-reading the Midi Devices documentation and it’s got me a long way so far but I can’t work out how to map these values to panel controls - in this case, 3 buttons and 2 knobs.
If anyone knows where there’s documentation for this, or an example panel for another synth that has bit-mapped or nibble-like values packed into a single CC, or could even explain directly how to do it, I would be massively grateful.