On 8/15/07, dan trueman
ok i spoke too soon. it looks like it was super easy to address both these concerns (duration => loopEnd causing a total stop, and playback depending on loop points when not in loop mode) and i've got fixes in the next version. hopefully i didn't break anything else! and also, hopefully nobody has grown dependent on the earlier non-functionality...
Well, that's the joy of working with odd-ness in ChucK; it keeps replenshing itself but you have to hunt for it because there are these Princeton people that keep removing it! ;¬) if(!(lisa.loopEnd() == lisa.playPos()) 1 => lisa.play; Already works and if(!(lisa.duration() == lisa.playPos()) 1 => lisa.play; Should be possible next version if such a person exists... Cheers, Kas.