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

After doing some digging it looks like bundling osc messages used to be supported in the old OscSend/Recv objects, but the functionality was never ported out to the new pair.

enhancement

I have uninstalled and re-installed to no avail. ``` $ chuck /Users/joshlewis/Documents/ChucK-songs/demo0.ck [chuck]: system error: (kAudioHardwareIllegalOperationError) setting sample rate for device (4)... ``` demo0.ck is this: https://gist.github.com/joshlewis/882fddbcf91900403b9bec2c5b83c86c Not sure what...

commented out code is 10 years old and the TODO is outdated - the mutex is released in both branches

me.realtime() will detect whether the current shred is running in realtime (i.e. me.realtime() == false means that --silent is enabled). Useful for when you need to do something different in...

Another big diff dump, all tabs are replaced with 4 space. I'm not sure if I should be touching a few of these files, so feedback is appreciated.

There is logic to use either `termio.h` or `termios.h`, but (a) the case on architecture is done multiple times, both for the `#include` and later for the usage, and (b)...

Do not #include as it is deprecated in favor of termios.h, and use tcgetattr() and tcsetattr() instead of less-portable ioctl calls.

Comes about when reading a file written with WvOut. It seems possible that the real problem is with WvOut writing bogus files, but this is definitely a problem here as...