Yearly Archives: 2011

ICMC 2011 Huddersfield

The International Computer Music Conference is in Huddersfield all this week. I hope to blog about as it is happening so the post maybe a little rushed so a consequence I am going to put them on my personal blog … Continue reading

Posted in Uncategorized | 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

ICMC UnConf 2011

So the International Computer Music Conference ( ICMC ) 2011 is rolling into Huddersfield at the end of July which is pretty exciting. Along side the formal ICMC conference the Inclusive Improv is hosting the UnConference. An UnConference is an opportunity to meet in a more informal environment without the rigid … Continue reading

Posted in News, Research | 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

Live Coding Git Commits within HELOpg

I have been working with the git versioning system for the last 70 days and for some of that time using the lc shell script. So I though it would be worth having a review of the commits. You can … Continue reading

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

Live Coding ChucK and Git

Finally had a bit of time to look at an idea I had had regarding documenting live-coding. Thought it would be interesting to create a what I am calling a livecoding interface extension for ChucK that includes automatic code versioning. … Continue reading

Posted in Live Coding, Research | Leave a comment