MIDI #cc patching selector


#1

Hi

I was thinking today, looking into my midi controller manual, about a modular cc assignment system that could be useful in axoloti. I've no idea if it can be done, or at what level things can be done to have such a system. Let me try to explain

An 8 knob controller, a patch with more than 24 knobs
Knob one would control a #cc assignment preset for the other 7 knobs
With the knob one with 4 positions, you get instant access to 28 #cc assignments.

Is there an easy way to do this that I havn't found (I'm not very technical) ?
It could really open up a world of madness for live playing


#2

Im interesting in this too, the idea of a set of macro knobs whose context changes depending on a setting or rules. Is there any plans for midi plumbing objects for future versions? Maybe something like Midipal filters?

http://midipal-editor.appspot.com/

My wish wouls be to have a simple midi controller with pitch and modulation controls on a channel and to be able to switch between what is controlled by that on a per patch basis.


#3

you can make (midi mapped) dials and route them with mux to several places and control those locations with a button.
like a menu structure


#4

With a midi/in/script object and a few lines of programming...
But, I fear, in practice this can get confusing...

midi-cc-pages.axp (3.6 KB)


#5

@johannes thanks, I've rapidly opened up the patch, I seem to understand how it's implemented, I even seem to understand how the code works. I'll be testing it out in the next few days, trying to make it fit my needs wink