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

Example file: `KBHit kb;` After `chuck` exits, anything typed in the terminal isn't displayed. Tested on macOS 10.15.4.

Ubuntu 16.04 LTS 64bit - ChucK 1.4.0.0 I noticed that it is not possible to use a Chubgraph if its declaration comes after its instance When running the following code...

Hi, is this a trivial thing to add? I found a post from 2014 on electro-music forum by me :D Seems like this still hard coded to INT_16 when I...

Hi, I know we don't have a garbage collector in place, but still there are things that get properly _removed_ when not in use anymore (ie arrays). UGens aren't tackled...

Error: /usr/bin/ld: cannot find -lqscintilla2 collect2: error: ld returned 1 exit status makefile.qt-pulse:270: recipe for target 'miniAudicle' failed Fix: In file 'miniAudicle-1.3.5.2/src/qt/makefile.qt.pulse', line 19: in definition of LIBS, reference to...

Hi, I noticed that the UGen Gen17 only deals with input signals that go from 0 to 1. Even if the example suggests that a SinOsc can be used as...

MacOS High Sierra 10.13.1 - ChucK 1.4.0.0 When declaring an array of floats the following way: > [1,2.] @=> float a[]; // same result using [1,2] - that has no...

Hi, I noticed that when I'm evaluating Faust code within a ChucK program ( ie faust_chugin.eval(`Faust code here`) ), every time I get a syntax error reported on the console...

Hello, ChucK shell goes crazy when --in number is different of --out. OS X 10.14.6, ChucK 1.4.0.0. I'm using an Expert Sleepers ES-8 interface (4 in, 8 out), and whenever...

> okay this, this is untested, but im pretty sure it is in the underlying RTMidi library (and not the chuck MIDI IO classes). In rtmidi.h line 176 there is...