Hi!
Thanks for your response, with this help I got forward.
However, in one thing you are not correct:
For re-mapping controllers, need to be serial or have plenty of filters.
If all these CtrlMap are parallel, each controller will output its
original value and re-mapped.
So with parallel, would need to filter for each CtrlMap, and then one
filter that would filter out all those which are originals but send thru
all other controls. And because filter is negated, then pass all the
rest, like this
(CtrlFilter(14) >> CtrlMap(14,30) ) //
(CtrlFilter(15) >> CtrlMap(15,31) ) //
(CtrlFilter(16) >> CtrlMap(16,32) ) //
(CtrlFilter(17) >> CtrlMap(17,33) ) //
~CtrlFilter(14,15,16,17) //
~Filter(CTRL)
Not sure is this better than serial? And this is highly simplified
version, in reality I have 16 controllers.
--Tavasti
>
https://groups.google.com/d/msgid/mididings/6ee98d6e-0453-4166-85b1-f29bad724486n%40googlegroups.com
> <
https://groups.google.com/d/msgid/mididings/6ee98d6e-0453-4166-85b1-f29bad724486n%40googlegroups.com?utm_medium=email&utm_source=footer>.