Damian Stewart wrote:
what's the order of execution for signal~ objects that output messages (eg env~)?
eg:
[...~] | [env~] | [print 1]
[...~] | [env~] | [print 2]
which will get printed first?
depends on the order of execution in the signal objects. thus it is usually undefined which of the [env~]s will output first, unless you use order-forcing.
fgmasdr IOhannes