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

move mesh-help.ck into examples synth/ -- which in a near future release could also include @celestebetancur faust chugins, @lathertonj timbre-library, existing synth examples, and other libraries (part of larger restructure...

@nshaheed: example with arrays of UGens is a good idea anyway

Gen17.help() in chuck spits out: ``` ************************** * Gen17 (unit generator) * ************************** |- Constructs a Chebyshev polynomial wavetable with harmonic partials of specified weights. The weight of partial n...

enhancement

``` TriOsc t => Pan2 p => Mix2 m => dac; -1 => p.pan; 1::week => now; ``` The following code does not work for RC1 and does not work...

bug

This is a weird one that I don't fully understand. Mostly just writing this down so I don't forget. I was messing with dynamically setting the input and output channels...

bug

from @celestebetancur // returns whether code is valid int Machine.verifyCode( string code ); int Machine.verifyFile( string path );

enhancement

#282 and 4bd643f revealed that there's inconsistencies with how Chuck_VM_Objects are used in the codebase and how the garbage collector handles these objects. Namely, nothing can be allocated on the...

bug
high priority

good for the community and indexable on the web

enhancement
high priority

expected behavior: the mono output should be the same as the input to Pan2 // patch Step s => Pan2 pan => Gain g => blackhole; // 1 is equal...

bug
low priority