How to Program in SuperCollider

A very rarely updated guide to Supercollider programming.

Saturday, April 25, 2015

How to keep an installation running on a Raspberry Pi

›
Previously, I covered, how to keep an installation running . In that post, I wrote about how anything could crash. The Pi is much the same,...
1 comment:
Friday, December 12, 2014

Last Week's Notes

›
Note: This is here temporarily for the benefit of some students. It will move to Moodle and disappear form here /* SuperCollider is an Obje...
1 comment:

Pbind Notes from this morning

›
Note: This is here temporarily for the benefit of some students. It will go up on Moodle and then be removed from here. /* Now what we wan...

Some Notes for Students Today

›
Note: This is literally for some students I have today. It will appear on Moodle some time soon and then disappear from this space. /* Ex...
Thursday, May 22, 2014

How to keep an installation running

›
Writing a program that can make it through the length of a single 20 minute performance can sometimes be challenging, but installation code ...
2 comments:
Wednesday, October 13, 2010

Getting Started with BBCut2

›
Installing BBCut2 is a nifty library for doing break beat cutting. To use it, you must first install it. It is not available as a quark, a...
5 comments:

More Buffers

›
Waiting Last time , we learned that the language does not wait for the server to finish loading buffers before it carries on with the progr...
1 comment:
Sunday, October 03, 2010

Working with Buffers

›
Let's say you want to open a short audio file and play it back. You can do this with a Buffer . s.boot; b = Buffer.read(s, "s...
1 comment:
Tuesday, August 03, 2010

Event

›
The most important subclass of Dictionary is Event : ( var evt; evt = Event.new; evt.play; ) Much like Arrays can be declared just by ...
4 comments:
Friday, June 25, 2010

Dictionary

›
Let's take a break from Pbinds and their ilk to talk about a data type. A Dictionary is a data type like an array, except that instead...
›
Home
View web version

About Me

My photo
Charles Céleste Hutchins
Supercolliding since 2003
View my complete profile
Powered by Blogger.