Looking for a way to control volume track from 2 différents midi controllers
midi motorized device : OK, working
feedback between smartpad & midifighter twister : OK, working (found a trick so I can have different order in both of them)
I first thaugh of using buses to control tracks volume but taht means 8 buses witch as I understood is less cpu friendly than 1 array bus
I turned back to Cluster : one has to discover new things from time to time
I was wondering if there's a way to organise the order of value in cluster
I tried to make a cluster volume for tracks 2 / 3 / 4 / 5 / 7 / 8 / 9 & 11
I first thaugh the order of value in the cluster was linked to the order I putted them in the cluster but it looks like it's the alphanumeric order of the names that order them ... my problem is 11 goes before 2 (as it starts with 1 I believe) ...
I made a sub patch getting array values (from one of the midi controllers) and I plan to use it in a polyphonic way dynamicly
eg voice 1 extract 8 values from raw array of 64 value and affect it to 8 values of my cluster
problem is 11 is the first value
Of course I can re-route every 8 values array to the correct values in my cluster but as it will be a 8 voices polyphonic patch it means 8 différents routing recall from the polyvoice number, quite tricky (but do-able of course)
So my questions are :
Is a cluster of 8 value more cpu friendly than 8 buses ?
Is there a way to force order of value in a cluster ?
Thanks (at least for reading it until the end)
