On 12/13/2014 11:14 PM, Raphaël Ilias wrote:
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