can you please send me the full code example? also tell me what version of cm you are using.
On Apr 7, 2009, at 5:48 PM, Alexandre Ficagna wrote: > Hy, > > I was studying Patterns topic in CM2 and got errors trying to do > Example 3 (Creating patterns programatically). > Part of the error message says: > > LOOP ERROR: 'each' does not support initializations. > clause context: 'EACH K IN (NEXT PAT T)' > > I tried many things (actually I'm a beginner, so it complicates a > lot), and it did work when I substituted line: > each k in (next pat #t) as x from 0 by rate > > by these two lines: > for x from 0 by rate > each k in (next pat #t) > the console gave me no error messages, by I think the sound result > was not the expected (it should vary each evaluation, but keeps the > same). > > How can I correct this? > > Thanks. > Alexandre Ficagna > -- > www.myspace.com/alexandreficagna > _______________________________________________ > Cmdist mailing list > [email protected] > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
