Page 1 of 1

Posted: 26 Nov 2008, 22:00
by julien_
hello usiners ,
i'm looking for a way for starting "actions" responding to a conductor number selection.
for exemple, when i select conductor #2, a counter starts.
i thought about using midi bus but i don't manage to do it.
is it a way to do that ?
thx

Posted: 26 Nov 2008, 22:50
by bsork
This is not neccessarily the most practical solution in all situations (depending on how you trigger the changes), but it should work when you want a trigger/button type of action:

Connect the Conductor's "num" output to A on a Math/Logical/A=B module, and set B to the value/snapshot number you're testing for. Then connect A=B to an Events Control/0to1 module, and the 0to1 to whatever you're triggering.

If it's something that should happen all the time a given snapshot is selected - like when using a switch - skip the 0to1 and use the output of A=B directly.

Posted: 26 Nov 2008, 22:59
by julien_
thx for your answer.
i understand what you explain but my problem is that i don't see where i can "connect" the conductor's num ?
is that a conductor module ?
(sorry i can't check cauz i had to log out to mac to send this message)

Posted: 27 Nov 2008, 00:06
by julien_
ok i found the conductor module in the interface control module
good thing
thx bsork for your help

Posted: 27 Nov 2008, 08:25
by bsork
Well, it was a bit stupid of me not to include the path to the Conductor module when I had included for the two others... (For other users that don't know where it is: Interface Control/Usine Panels/Conductor.

Hope you get things working!