I am trying to make a selection object for 12 outputs where only two are active at a given time. I have noticed that [dac~] does not take set messages, so what are some ideas for dealing with this?
right now I am using 12 [dac~] and 12 corresponding [*~] with 1's or 0's in the right inlet...
to elaborate:
a sample is selected and then bangs a generator that selects two numbers between 1 and 12 thus enabling those two outputs for that sample, so....when the next sample comes around, and another set of numbers is randomly chosen (via xrandom so nothing repeats) which activate a new pair of outputs and disables the previous pair.
my problem is turning off the previous pair, so that only 2 outputs remain active at any given time.
thanks for any ideas or suggestions...
db