Page 1 of 1

Posted: 24 May 2017, 09:42
by kurtjoy
Hi all,
im trying to work on a patch that mimics the ableton live "start clip on bar" behaviour.
Basically what I would like to do is trigger racks on and off, that will automatically start and end on a master cycle start/end.

Ive been playing about with it, with varying amount of success, but cant seem to get it working exactly how I would like.
Image

As the screenshot shows, Ive used the cycle position output (1 or 2 in a two bar loop) combined with a switch as conditions into A and B boolean. Then route the output into a toggle object that triggers the rack object on and off.

This works but as the bar count returns to 1, the rack will be disabled, that is unless the switch is manually reset before.
Is there anything I can do to either a) only allow the first 0-1 change from the toggle or b) reset the switch back to its 0 state?

Have been trying various combinations of teh flow control objects, but with no luck. Any suggestions would be great.

Cheers

Kurt

Posted: 24 May 2017, 16:37
by oli_lab
Hi
Instead of a toggle, use a switch .
The And gate output should be connected to the set
Input of the switch.

Posted: 25 May 2017, 04:18
by kurtjoy
Hi Oli, thanks for that.
Ive tried, as you suggested, replacing the toggle with a switch, and connecting the And gate to both set on and also toggle.

The "toggle" input on the switch works exactly as before, with the rack starting on the beat, but iof the switch is left on, the rack will be disabled on the next cycle start.

If the gate output is patched to the switch "set on" input, the rack is locked "on" and cant be switched on or off.

Cheers
Kurt

Posted: 25 May 2017, 13:14
by oli_lab
connect the adn output to the SET input only, not the toggle.

Posted: 26 May 2017, 13:33
by kurtjoy
Hi Oli,
thanks for that. In the end this worked perfectly
Image

Thanks for all your help.

K

Posted: 26 May 2017, 17:29
by oli_lab
well done !