-
sean_kc
PD newbie. I basically want to be able to route with a toggle so that with
toggle off - inlet~ to outlet~.
toggle on inlet~ to pd effect.For data I would usually use (sel 0 1) but this is audio signal so I cant use it.
and (spigot~) would only allow me to switch the audio signal off I still want the audio signal to flow from inlet~ to outlet~ even when toggles off. -
sean_kc
@rjp9 thanks for the patch, it's going to be very helpful.
-
sean_kc
@gsagostinho thanks that's great, how would you now enable looping (looping option)
-
sean_kc
Hi been trying to build a sample player and have come stuck with the playback options
once the sound file has been loaded and starts playing I want it to only play once, and have a toggle switch for option to loop it.
As of now it seems to just keep on looping. I have managed to figure this out with tabplay~. using spigot but I have no idea how to do it with tabread~ and phasor.
help would be much appreciated