Skip to content

Instantly share code, notes, and snippets.

@moxuse
moxuse / gist:4239726
Created December 8, 2012 10:30 — forked from reprimande/gist:4239620
play binary by supercollider
(
s.waitForBoot {
var rootPath, window, view,
drawBuf, bufnum, sound, task,
width, height, fps, curX, curY, pixSize,
processFunc, loadFile;
// initial settings
rootPath = "/path/to/root/dir";
pixSize = 5;