what i want is a simple object. it has a left and right inlet, with the number of outlets defined by the creation argument. the left inlet is routed to outlet that corresponds to the value input to the right inlet.
is there an external that does this? i am sick of using spigots and routes to do such an easy task.
hello,
[gate n] should do it.
Cyrille
hard off wrote:
what i want is a simple object. it has a left and right inlet, with the number of outlets defined by the creation argument. the left inlet is routed to outlet that corresponds to the value input to the right inlet.
is there an external that does this? i am sick of using spigots and routes to do such an easy task.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
"demultiplex" from the ZEXY library.
only that you don't give one argument for outports but the number of arguments define how many outports will be created.
so [demux 0 1 2 3] creates 4 outpurts starting with 0
hope this is what you're looking for
oliver
hard off wrote:
what i want is a simple object. it has a left and right inlet, with the number of outlets defined by the creation argument. the left inlet is routed to outlet that corresponds to the value input to the right inlet.
is there an external that does this? i am sick of using spigots and routes to do such an easy task.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list