[PD] execution order for ~ objects that output messages

IOhannes m zmoelnig zmoelnig at iem.at
Thu Sep 25 14:22:07 CEST 2008


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




More information about the Pd-list mailing list