Software over the rainbow

desearch and revelopment

Month: September, 2005

mobile processing online

Ya está en sus pantallas: http://mobile.processing.org

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) [...]