bloody hell this looks right up my street. d/l'ed and installing!
![]() |
![]() |
![]() |
![]() |
bloody hell this looks right up my street. d/l'ed and installing!
yeah chuck is quality, even better (and much more matured ) is Supercollider. SC is a really amazing language, based around the principle that the language and the synths can run on entirely separate computers/locations/whatever.
chuck has a much more forgiving syntax if youre just learning, but you really should check out SC if you get into it dude.
Im just in the middle of a 3 year course with this sort of stuff basically at the centre of it -- i must say that since i got into it ive used traditional production software less and less - it just seems limiting - this is a niche area admitedly but it suits me just fine
Myspace here
check this out - cylob isnt my favourite artist music wise but is one of the most inspiring ive come across in respect of how he makes music
http://durftal.com/cms/cylobmusicsystem.html
Myspace here
cylob is a good mate of mine from the past actually. i wondered what he was up to now.. yeah he's totally on it. love his music...
god this chuck shit is giving me a headache now hahahah!!..
ok got a few things to do in the next few weeks but gonna get my head round this for sure. keep on chuckin!
"The Taoiseach's plans are a quick fix, not a long term solution" - DJ Sunil Sharpe
kewl, the one which turned me right on to chuck was this one. the best thing about chuck is the control it gives you over time and events and this hits the nail
the complete code and background is about half way down this page, give it a try although you may well have already seen itCode:// impulse to filter to dac Impulse i => BiQuad f => dac; // set the filter's pole radius .99 => f.prad; // set equal gain zero's 1 => f.eqzs; // initialize float variable 0.0 => float v; // infinite time-loop while( true ) { // set the current sample/impulse 1.0 => i.next; // sweep the filter resonant frequency Std.fabs(Math.sin(v)) * 4000.0 => f.pfreq; // increment v v + .1 => v; // advance time 100::ms => now; }
http://chuck.cs.princeton.edu/doc/learn/tutorial.html
try making that in logic![]()
Myspace here
Download the MiniAudicle mark makes it easier to add scripts on the fly.. rather than just ****ing in notepad & dos.
Check out some of the stk examples for an example of how intricate you can get some instruments to sound. try stif-karp.ck & mandolin.ck
My next task is to try and get chuck hooked up through the liveapi telnet thingy and into abelton. SC is mac only I think. :(
"The Taoiseach's plans are a quick fix, not a long term solution" - DJ Sunil Sharpe
sorry dude i forgot that
there is a version for windows called Psycollider, i used it for a few months before the happy day i bought a mac
you can download it here http://sourceforge.net/project/showf...kage_id=133499
it is harder to do user interfaces than the mac version but basically the rest of the program is there, and it works pretty nicely. let me know how you get on
Myspace here