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:Claude Heiland-Allen (clau@goto10.org)
Date:Sep 25, 2008 5:29:16 am
List:at.iem.pd-list

Damian Stewart wrote:

what's the order of execution for signal~ objects that output messages (eg env~)? which will get printed first?

It's undefined, unless you define it with subpatches with signal cords between them (which don't need to carry meaningful data, just the presence of a signal connection is enough to force order):

if this diagram makes any sense at all:

/ [pd first inlet~ | env~ -- print 1 outlet~ ] | / [pd second inlet~ inlet~ | env~ -- print 2 ]

this is documented somewhere, i think in a flanger example...

Claude