Category Archives: Live Coding

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

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

Sonic Event II – Live Coding Video

Found a great video of the TOPLAP live coding gig I played at back in October; shot and edited by Richard Bolam. Sonic Event II – Access Space, Sheffield, UK – 29th October, 2010 Features excerpts of performances by Alex … Continue reading

Posted in Events, Live Coding | Leave a comment

Live Coded Mixer in Max/MSP

Livecoding mixer in Max/MSP from Scott Hewitt on Vimeo. As part of my time at Huddersfield University I have the opportunity to lecture the first year Interactive Sound Design class deliver using Max/MSP examples. This is a possible solution to … Continue reading

Posted in Live Coding, Research | Leave a comment

Live Coding site live

Launched www.livecoding.co.uk this week a place to collect live coding videos from around the web. Currently featuring live codeing performances of ChucK, circa, fluxus, haskell, impromptu, max/MSP and puredata. If you are a live coder and would like to add … Continue reading

Posted in Live Coding, Research | Leave a comment

Chuck Live Coding #5

A more sparse improv which takes a bit of time to get going.

Posted in Live Coding | Leave a comment