SuperCollider
From CCRMA Wiki
How to make SuperCollider go "beep":
http://ccrma.stanford.edu/planetccrma/software/supercollider-en/index.html
SuperCollider basic tutorial:
https://ccrma.stanford.edu/courses/tu/cm2008/topics/supercollider_tutorials/tutorial01.sc
https://ccrma.stanford.edu/courses/tu/cm2008/topics/supercollider_tutorials/tutorial02.sc
https://ccrma.stanford.edu/courses/tu/cm2008/topics/supercollider_tutorials/tutorial03.sc
Joshua Parmenter's Summer Course:
http://www2.realizedsound.net/josh/SuperCollider.html [not working?]
Once emacs is on, start SwingOSC with:
g = SwingOSC.default.boot;
And start the server with:
Server.default = s = Server.internal.boot;