Hi, I would like to know if it is possible to turn on and off entire patches in Pd. Let`s assume I have 3 different patches: start.pd middle.pd end.pd
And I want to move from one patch to the other, using them like a kind of presets. Is it possible to turn a whole patch on and off? If yes does anybody know how?
thanks a lot. Marko
Hallo, Marko Timlin hat gesagt: // Marko Timlin wrote:
And I want to move from one patch to the other, using them like a kind of presets. Is it possible to turn a whole patch on and off? If yes does anybody know how?
You can use [switch~] to turn on and off audio computation per canvas (including subcanvases IIRC). Make sure you're not sending any messages to included [vline~] objects anymore, their CPU and memory consumption may grow too much. Message computation only happens, when messages are sent, so there's no need to turn off these parts of patches manually: just don't send messages there. For Gem you can also either inhibit message passing or switch off the gemheads.
Frank
What you mean ?
Is it for sounds, visuals, etc ?
You can use [switch~] for the sound and send messages [0( or [1( to
stop ans start DSP.
Send message [0( or [1( to [gemhead] to stop and start visualisation
under GEM.
++
Jack
Le 3 mai 08 à 11:26, Marko Timlin a écrit :
Hi, I would like to know if it is possible to turn on and off entire
patches in Pd. Let`s assume I have 3 different patches: start.pd middle.pd end.pdAnd I want to move from one patch to the other, using them like a
kind of presets. Is it possible to turn a whole patch on and off? If yes does
anybody know how?thanks a lot. Marko
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list