Difference between revisions of "SuperCollider"

From CCRMA Wiki
Jump to: navigation, search
Line 19: Line 19:
 
Once emacs is on, start SwingOSC with:
 
Once emacs is on, start SwingOSC with:
  
g = SwingOSC.default.boot;
+
<pre>g = SwingOSC.default.boot;</pre>
  
  
 
[[Category: CCRMA User Guide]]
 
[[Category: CCRMA User Guide]]

Revision as of 13:34, 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;