Hi,
I am attempting to make a sequencer that utilizes a lot of toggle boxes. i included two rows of the sequencer in my test-seq patch. I want to be able to use this sequencer in multiple instances.
One feature I need is to be able to clear all the boxes with one bang. If you look in the box labled "clear' you can see that i am trying to create a send object with $0- then the name and number of the toggle boxes. It's not working. If I get rid of the $0- in the send object and the boxes names this works fine. But adding the $0- is not working.
If you look at the objects to the "clear" subpatch you can see what I'm trying to do.
I hope this all makes sense.
I messed around with append and I thought maybe makefile would work. But i haven't had any success.
Any suggestions on how to go about this?