[chuck-users] De-Lurk Pt II. I forgot my spork!

Loscha loscha at gmail.com
Fri May 11 01:25:57 EDT 2007


I feel like a bit of a fool after that posting.
I forgot to put back the "spork ~" in the section of code I was working on.

Please revise code as follows:

Should have posted link to code stored as a ck on my server, I could have
fixed it in a jiffy, and saved y'all have to cut and paste it to get it
working.

sorry for the chatter.

-Edward

 //------------------------------------ The Sequence Plays!
----------------------
        while (true)
            {
                for (0 => int stab; stab < numsteps; stab++)
                    {
                        if (beats[stab] == 1)
                        {
                            <<<"Stab",stab,"">>>;
                            spork ~ tampluck (stab);      // <= this is the
updated line!

                        }
                      click * 1::ms => now;
                    }
            }
        //------------------------------------ The Sequence (never) Ends!
----------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20070511/d61f2524/attachment.htm 


More information about the chuck-users mailing list