Page 1 of 1
Posted: 01 Apr 2010, 20:05
by joffo78
Hi
i'd like to find a solution to give me th possibility to control differents object with the same controler but only if the page where is diplayed the object (for example in a pop up windows) is open.
For example i have 4 same fx to wired to 4 samplers. when i open the fx for my first sampler i can control a parameter with my first knob of my midi control. when i open the second fx (and close the second) the same control would control the same parameter of my second fx.
Thank you
JF
Posted: 01 Apr 2010, 21:34
by gurulogic
Here's a quick and dirty example of one way to do this. The example uses a midi knob in Usine but it should work if you replace the midi knob with a midi input. My example is set to work with incoming CC0.
http://www.sensomusic.com/forums/upload ... xample.pat
After a quick moment of reflection, it will be easy enough to do this with only one script. One sec...
Posted: 01 Apr 2010, 22:00
by gurulogic
Ok, try this instead. Now you can learn from any incoming CC and each knob will learn CC's incrementally from the starting CC.
ie: if you input CC5, your learns will be CC6, CC7 and CC8.
If no container is opened, the original CC will pass.
http://www.sensomusic.com/forums/upload ... ample2.pat
Posted: 01 Apr 2010, 22:16
by nay-seven
whaoo guru !!
maybe a simplest way..
2 fader , same values, midi learn on the first, then set it invisible , the second one is visible
link what you want ( for example the switch you use to open your patch or make it visible ) to the pass button
what do you think..?
Posted: 01 Apr 2010, 22:21
by gurulogic
of course! there is always an easier way...
plus with your way we should not lose midi feedback, right?
Posted: 02 Apr 2010, 00:05
by gurulogic
Ok, I have done some work with nay-seven's method and made it so that the master control is always updated when the specific sub patch is opened.This of course means you can send midi remote back to your controller so there is no value jump when changing the control in a different patch.
All that is in the Empty Sub Patch is a container with a visible inlet and a knob, and all the switches are set to the same group.
I think this is perfect now?
Posted: 02 Apr 2010, 00:45
by joffo78
Ok you gave me a great ways to victory ! I've just to apply with my own work.
i had the same idea to nay but i didn't know how to make it.
It seems a very good way.
your last patch is very smart guru
Posted: 30 Sep 2010, 18:16
by gercha1
hi
I try this patch but there's a jump value
can you upload you're patch,
i've certainly made a mistake
thank in advance