Ge Wang

Results 16 comments of Ge Wang

I just pushed a potential fix to this issue: 6458ec8 This issue happens when 1) the default audio input device shows only one channel (e.g., on MacOS Mojave), 2) we...

I've been building in Visual Studio (using the project files in src/visual-studio) but I don't how @spencersalazar builds the actual Windows release.

Hmm, I may have missed this, but on which operating system/version is this happening? memory could be one issue, another may be related to file handles if they are not...

Just hooked up clear() for Delay, DelayA, and DelayL. Ge On 5/18/16 12:43 PM, tsob wrote: > Hi Spencer, :sunglasses: > > I may not know what I'm doing, but...

Sorry for the delay. This is an excellent point and question. We will think on this, especially for chuck-lib. In the meantime, my understanding is that, under GPL, it is...

reviving this long-standing issue... possible remedy: static variables needs to be initialized separated and automatically; to start, may need limit the kinds of initialization (literals/decls only, no vars or functions,...

as of the latest major release (chuck-1.5), we have much improved documentation: https://chuck.stanford.edu/doc/reference/base.html#@array the `find()` method for associative array has been renamed to `isInMap()`; we just added this to the...

just pushed 1770d0b; the above code now reports an error (also also throws up a hint in case the programmer meant to call the function) ``` a.ck:10:8: error: cannot perform...

update: MAUI.chug builds, but need to build for universal binary; punting until post 1.5.0.0

Years later, we have finally investigated this issue, and pushed resolutions in 1eebb38 and 3df8401. **Cause** This issue was caused by two related program, especially when multiple OscIn clients are...