ons 2007-08-08 klockan 00:14 -0400 skrev Ge Wang:
http://wiki.cs.princeton.edu/index.php/ChucK/Bugs http://wiki.cs.princeton.edu/index.php/ChucK/Features
Hey. Got some things to add: You should be able to $ chuck + foo bar - 1 2 3 = 4 foobar. Nuff said. On the same topic, you should be able to $ chuck -3, because it's a pain in the ass to forgett the space =) Also, $ chuck foobar.ck shouldn't break a VM. Now, more language wise: a .cycledur on (at least) the oscillators. Sometimes you just want to tell the machine how long time a lfo's cycle should be, instead of having to do hard calculating =) And a dur => blackhole; would be neat, too. Ie, you forward the shred dur samples in time. That's isn't too processor-intense to calculate, right?