I have 124 receive~ instances, is there a way to create a random send~ without creating 124 of them?
Thanks!
-
Randomise send~
-
@lead You will have to use [throw~] and [catch~] as [throw~] can have its address set dynamically, unless you want to go into the quagmire of dynamically creating and destroying [send~] objects............ Untitled-1.pd
There was a [send13~] object in the "ext13" library, but audio had to be toggled for every change of destination.
David.
-
@whale-av Thanks so much = exactly what I needed!