i have audio coming from one [tabplay~] source. what could i use to route this to one of several possible outputs? i have tried [spigot~], but this only allows for two outputs.
-
-
you can make several copies of this construct:
[inlet~]
|
| [inlet desitination-number]
| |
| [== 5] <--- selects destination #5 to be turned on.
| |
[*~ ]
|
[outlet~] -
Or - when using a toggle called myToggle you could do this:
[inlet~]
|
| [r myToggle]
| |
[*~]
|
[outlet~]|] [] |.| ][|-| -- http://soundcloud.com/domxh
-
and theres [mux~] in zexy which essentially is the above as an external (requires pd-extended)
boonier