[PD] [env~] issues

IOhannes m zmölnig zmoelnig at iem.at
Mon Dec 15 20:40:57 CET 2014


On 12/13/2014 11:14 PM, Raphaël Ilias wrote:
> 3)
> Last but not least, the question I can't answer myself !
> When using multiple [env~] it isn't very clear for me which one will
> output first.
[...]


this sounds like the bog-standard¹ "how can i force the order of
execution in the signal domain" question.

the order of signal-object execution depends on the implicit
relation-ship between objects: if object A sends data to object B, then
B is guaranteed to be called after A.
you can use subpatches that pass through signals to do signal order forcing.

see attached patch.

gfmadsr
IOhannes

¹ many people do not know about it though
-------------- next part --------------
A non-text attachment was scrubbed...
Name: env-orderforcing.pd
Type: text/x-puredata
Size: 850 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20141215/e7f6f334/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20141215/e7f6f334/attachment.sig>


More information about the Pd-list mailing list