Software over the rainbow

desearch and revelopment

Category: output

Chuck jedit edit mode updated for 1.2.0.7

ChucK has gone through some api changes and tasty additions (low, band, high and stop pass filters…) in its last revision. I’ve just updated the edit mode which I did for JEdit. You can get it from here: Chuck jedit mode updated for 1.2.0.7 For instructions on how to install, have a look at the [...]

Unclapping music

So I have begun trying to learn chuck again. To do it, I took alex maclean‘s advice to the letter: …my best advice when looking for inspiration is to listen to your favorite pieces of music. Listen to the structure behind a piece and think about how you might write an algorithm to create that [...]

ChucK suena…

Esto: //connect sinosc s1 => JCRev r1 => dac; sinosc s2 => dac; sinosc s3 => dac; // adjust gains .3 => s1.gain; .2 => s2.gain; .2 => s3.gain; // scale array //int scale [7]; [0, 2, 4, 5, 7, 9, 11] @=> int scale[]; 60 => int baseNote; // notes std.mtof(baseNote) => s1.freq; std.mtof(baseNote) [...]