9 Nov
2006
9 Nov
'06
12:57 p.m.
altern wrote:
I just needed this, setting variable off to 1 exits the main loop. I am still confused with ChucK ;) so i guess i did not asked the question in the right way.
0=>int off; while(true){ if(off){break;} 0.2::second => now; }
you could even write: 0=>int off; while(!off) { 0.2::second => now; } best joerg -- http://joerg.piringer.net http://www.transacoustic-research.com http://www.iftaf.org http://www.vegetableorchestra.org/