-
Template
I´m trying to make a dynamic effect chain. The effects would be connected by dynamic sends and receives wich should make it easy to insert or delete effects from the chain.
I´ve found send13~ and receive13~ to do the job but they don´t seem to work on my system(fresh installed Windows Vista). I attached a patch wich doesn´t work on my pc. Am I doing something wrong?
Are there alternatives? If found this thread but that isn´t really what i´m looking for.
I thougt about making something ugly with pd-msg but i wanted to hear the opinion here first.
-
Template
Instead of [t f] you could use a [route float] to filter the output.
-
Template
Maybe this patch could help. A [samphold~] controls the amplitude if a phasor~. It is forced to sample 1 by a "reset -1e+099" message and a "set 1" message. After that it behaves normal and samples 0 after the end of the phase.
-
Template
There is an actual object called [phasorshot~] or [tof/phasorshot~]. It´s in the tof external and should be in pd-extended. It can be used as a normal phasor~ but its looping can be disabled.