Ge Wang

Results 33 issues of Ge Wang

ChucK shell (1.4.1.0) does not appear to work on windows 10. Cygwin, after invoking "chuck --shell" the prompt hangs; on the windows command prompt (cmd), the ChucK shell prompt is...

bug
windows

we need a means for programmers to add CKDoc documentation for user-defined classes related #429

enhancement
documentation

``` class Foo { 5 => static int x; static SinOsc y; new SndBuf @=> SndBuf @ z; } ``` _possible_ semantics and process: 1) identify lines with `static` variables...

bug
primordial
high priority
pr-lab

``` "a".toString() => Object o; o $ string => string foo; >; >; "foo" => string x; >; ``` prints somewhat unexpected values: ``` "string:6000024a5500 (refcount=1)" :(string) "a" :(string) "foo"...

possible updates to how UGens are reference counted: 1) connections like `=>` and `=

enhancement
needs testing
high priority

repeated compilation with error seems to not reset error position (miniAudicle, possibly also CLI) ``` fun int[] foo( x ) { return null; } ``` error: ``` Untitled:1:18: syntax error...

diagnosis: potentially the file handles within SndBuf aren't being closed until the shred exits...causing a build-up of open file-handles context: see Discord message https://discord.com/channels/1100930911186468894/1171525820280488006/1171525820280488006

ugens created and assigned on sporked shred, connected outside, no sound macOS, ventura, M1, repro on 1.5.1.7, 1.5.0.1 ``` SinOsc @ s; fun void foo() { new SinOsc @=> s;...

from discord (c/o rwixen) "The FFT unit analyzer appears to round up the FFT size to the next power of two. It would be nice if the documentation reflected this....

should use a look up table whenever there is a new custom array type needed based on the program, to prevent unnecessary memory build up

enhancement