chuck icon indicating copy to clipboard operation
chuck copied to clipboard

ChucK Music Programming Language

Results 149 chuck issues
Sort by recently updated
recently updated
newest added

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

Here is a simple proof-of-concept that provides a portable loadavg-like facility for chuck. This topic was raised on the chuck-users listserv and commented on by @spencersalazar. I've tried this on...

If you run `examples/mouse.ck` from cmd/powershell in windows and then try to kill with ctrl+c, you get the message `[chuck]: cleaning up...' and then it hangs and you can't escape....

bug
windows

Here we migrate the "burned-in" RtAudio support to utilize the official github version. Costs: - use of submodules may be a headache across branches. Or for non-pro-level git users. Benefits:...

The mouse HID's behavior is very inconsistent across os's, and none of them appear to have full functionality: * osx (mojave) trackpad: chuck recognizes trackpad, but does not seem to...

bug
macOS
linux
windows

If you use the command line on windows and try to use windows-style filepaths (i.e. backslash instead of forward slash), you get this error ``` > chuck.exe .\mouse.ck [chuck]: unrecognized...

enhancement
windows

We support macOS and Linux so we should add Windows build and unit tests as well.

enhancement
windows

I tried running this example https://github.com/ccrma/chuck/blob/main/examples/hid/mouse-abs.ck and was only getting 0s for my x and y values (however the delta example seems to work) I'm running windows 11 and using...

bug
windows

Running the unit test suite on a ccrma macbook fails - this is happening because running the osc test in silent mode sometimes causes a segfault: ``` > chuck --silent...

bug
mac os x