--- On Sun, 9/26/10, Kim Cascone <[email protected]> wrote: > From: Kim Cascone <[email protected]> > Subject: Re: [PD] jMax Phoenix > To: "pd-list" <[email protected]> > Cc: [email protected] > Date: Sunday, September 26, 2010, 2:52 PM > > > > you can make _very_ elegant super-readable control > flow with the use of > > [route] and friends. > IOhannes > > I find this particular subject very interesting > I was recently working on a patch using [expr] found the > lack of being able to send the results of multiple 'if' > statements to the same outlet frustrating - I am also used
The reason [expr] doesn't work well in that case is that you must nest multiple if statements, which quickly makes the args hard to decipher. > to using the Max/MSP [if] object for these sorts of tasks > can point me to some examples of using [route] and friends > as control statements to check out? > thanks! > KIM > > > > > _______________________________________________ > [email protected] > mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
