[PD] What is pd-WORKSPACE?

David dfkettle at gmail.com
Sat Feb 4 18:26:14 CET 2017


Hi!

I'm trying to create an "effects rack" in PD, with 8 slots for various
effects and a grid of toggle switches to chain the effects together (see
"EffectsRack.png", attached). It's working in it's current version, but I
also wanted to be able to swap different effects in and out while the patch
is running, since I have more that 8 different effects available. I found
some examples of other people's attempts to create objects dynamically, and
modified one of them to do what I want (see "Effect~.png", attached). The
problem is that I can only create a single instance of "Effect~"  in the
main patch. If I create more than one, as soon as I swap in a new effect to
any one of the 8 slots, it overwrites whatever was in the other 7 slots.

I tried changing the name "pd-WORKSPACE" in the message, so I could give
each work space a different name, but PD doesn't seem to recognize any name
but "pd-WORKSPACE". Is this name somehow predefined in PD? Is there only
one work space available to dynamically create objects? Is there a better
approach that would let me do this?

Thanks,
David Kettle.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20170204/5964c236/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Effect~.png
Type: image/png
Size: 75115 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20170204/5964c236/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: EffectsRack.png
Type: image/png
Size: 86398 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20170204/5964c236/attachment-0003.png>


More information about the Pd-list mailing list