atom feed15 messages in at.iem.pd-listRe: [PD] execution order for ~ object...
FromSent OnAttachments
Damian StewartSep 25, 2008 4:51 am 
IOhannes m zmoelnigSep 25, 2008 5:21 am 
Claude Heiland-AllenSep 25, 2008 5:29 am 
Thomas GrillSep 25, 2008 6:16 am 
Frank BarknechtSep 25, 2008 6:16 am 
IOhannes m zmoelnigSep 25, 2008 6:21 am 
Thomas GrillSep 25, 2008 9:31 am 
hard offSep 26, 2008 6:31 am 
IOhannes m zmölnigSep 26, 2008 8:44 am 
Damian StewartSep 26, 2008 9:24 am 
IOhannes m zmölnigSep 26, 2008 9:37 am 
Damian StewartSep 26, 2008 10:11 am 
IOhannes m zmölnigSep 26, 2008 10:13 am 
IOhannes m zmölnigSep 26, 2008 10:14 am 
Claude Heiland-AllenSep 26, 2008 10:24 am 
Subject:Re: [PD] execution order for ~ objects that output messages
From:IOhannes m zmoelnig (zmoe@iem.at)
Date:Sep 25, 2008 5:21:44 am
List:at.iem.pd-list

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