Page 1 of 1
Posted: 03 Oct 2008, 15:12
by La Tenaille
Hello,
How can I do that? Math give me headaches

Thanks
Posted: 03 Oct 2008, 17:39
by La Tenaille
Well, I found a solution, perhaps not the shorter way:
MIDI in "code 1" > create midi "code 1"
sends my midi CC
MIDI in "code 2" > has changed > create midi "create"
sends midi message from my midi create module
MIDI in "code 2" > A=B (127 for B) > PassIfChg > CounterWithMax (1 for max) > A*B (127 for B) > create midi "code 2"
filters the "127" > transforms impulsions into "1" > feeds the counters that toggle from 0 to 1 > transforms 1 to 127
I'm not sure I understand what I've done but it works... I feel like I schoolboy in front of a black board

Posted: 03 Oct 2008, 18:02
by La Tenaille
I've just discovered the toggle module to replace the counter

Posted: 03 Oct 2008, 18:03
by nay-seven
I'm not sure I understand what I've done but it works... I feel like I schoolboy in front of a black board
that a big part of the pleasure of working with Usine !