SuperCollider: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
http://www2.realizedsound.net/josh/SuperCollider.html [not working?] | http://www2.realizedsound.net/josh/SuperCollider.html [not working?] | ||
Once emacs is on, start SwingOSC with: | Once emacs is on, start SwingOSC with: | ||
<pre>g = SwingOSC.default.boot;</pre> | |||
<pre> | And start the server with: | ||
<pre>Server.default = s = Server.internal.boot;</pre> | |||
[[Category: CCRMA User Guide]] | [[Category: CCRMA User Guide]] | ||
Revision as of 20:35, 27 May 2011
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;