Celeste Betancur

Results 5 issues of Celeste Betancur

Hello, I'm trying to loop code like this: SndBuf buf => dac; "test.wav" => buf.read; ms => now; Machine.add(me.dir()+"myself.ck"); //launch the same code again (OS X) VM crashes after sporking...

Would it be possible to have: ``` public static class Test {} ``` that behaves like this: Features of a static class: Contains only static members. Cannot be instantiated. Is...

enhancement

I am adding a working example of the "// really really bad cross synthesizer..." . Some little adjustments but I don't know why the signal that is being re-synthesized needs...

**This:** ``` // Recommended pattern as hint in the VM public class Test { static int StaticArray[]; } new int[0] @=> Test.StaticArray; Test.StaticArray

It looks like it is not up to date with some of the new chuck API functions, also the build script should not try to create the folder /usr/local/lib/chuck. After...