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

Hi! I am using an iMac (OSX 10.9.5) with the following versions of the software: > chuck --version > > chuck version: 1.3.5.2 (chimera) > mac os x : intel...

On Windows using CMD or PowerShell, ChucK seems to mistake directory delimiters for escape characters. This is especially tricky when autocomplete in these environments always prefixes the current directory `.\`,...

bug
windows

There seems to be a bug [chuck,1.3.5.2] in the option decoding when a filename begins with a digit: ``` $ chuck --dac:5 4-Main.ck [chuck]: (CoreAudio) timeout waiting for sample rate...

The following code causes ChucK to crash during compilation: ``` [[53,57,60,63],[57,60,63,69]] @=> int chordz[][]; 54 => chordz[0,0]; ``` The issue seems to be the comma in the array subscript, which...

bug

The following code causes a segmentation fault 11: `[ [1,2], [2,3], [3,5] ] @=> int Tab[3][2];` in the last versions of chuck on a Mac (OSX 10.9.5). ``` $ cat...

@markcerqueira - I've noticed for a couple weeks now that while automated Linux builds start near-instantly and complete in a couple minutes, the mac build can wait as long as...

In the current version of chuck,1.3.5.2 (chimera), options --dac and --dac: both accept an integer (an audio unit reference) as a parameter. However, something like "--dac5" doesn't work, and actually...

*** Sorry - problem solved by suppressing the aggregate audio device # 6 (list at the bottom) *** [[Furthermore, the aggregate was referencing a sound card that was not connected]]...

The following line of code reproduces the issue: ``` >; ``` miniAudicle: 1.3.5.2 (the About dialog says: 1.3.5.2-beta-3 (chimera) 32-bit). OS: Windows 10 Pro, 64-bit.

bug
windows

I can't get these to work on Windows or Linux there is some hints in the ChucK manual but no information on how they work. Thanks Paul.