Category Archives: ChucK

Slime System

So for the start of this year I have been developing a ChucK based system for integration in the HELOpg Slime system. You can see my current code on GitHub, https://github.com/witt0191/slime The code still requires a little more tidying but … Continue reading

Posted in ChucK, HELO, Live Coding | Tagged , | Leave a comment

ChucK for Beginners

Today I gave a sample lecture to some sixth form students for Huddersfield University. Took the opportunity to introduce them to ChucK and I think they found it quite enjoyable. When introducing ChucK I prefer to use the miniAudicle as the … Continue reading

Posted in ChucK, Live Coding | Tagged | Leave a comment

ChucK an Obvious Method

So at the inclusive improv Improv Session this evening a really obvious idea hit me for coding within ChucK. adc => Gain g => blackhole; while(1) { g.last() => (Ugen.parameter-of-choice) 1::samp => now; } Doing this allows you to take the audio … Continue reading

Posted in ChucK, Live Coding | Leave a comment

Git and Chuck Live Coding

As part of some commercial work I have been doing I have been working in a team using Git for version control. The lc script I wrote has been providing me with a version history of my performances and rehearsal … Continue reading

Posted in ChucK, Live Coding, Research | Leave a comment

An Argument About Languages

So recently a rather interesting Facebook discussion was kicked off but an article discussing Max/MSP. The discussion is trapped inside Facebook but the articles is available online here. It is an interesting read the discussion about perceived value of items based on cost and why Max … Continue reading

Posted in ChucK | Leave a comment