Jump to content

SuperCollider: Difference between revisions

From CCRMA Wiki
Ruviaro (talk | contribs)
No edit summary
Ruviaro (talk | contribs)
No edit summary
Line 1: Line 1:
''Please note: this page is very new and still under initial construction...''
How to make SuperCollider go "beep":
How to make SuperCollider go "beep":


http://ccrma.stanford.edu/planetccrma/software/supercollider-en/index.html
http://ccrma.stanford.edu/planetccrma/software/supercollider-en/index.html


SuperCollider basic tutorial:
SuperCollider basic tutorial:
Line 12: Line 13:
https://ccrma.stanford.edu/courses/tu/cm2008/topics/supercollider_tutorials/tutorial03.sc
https://ccrma.stanford.edu/courses/tu/cm2008/topics/supercollider_tutorials/tutorial03.sc


David Cottle's Tutorial (PDF):
https://ccrma.stanford.edu/courses/220b-winter-2007/topics/papers/local/CottleSC3.pdf


Joshua Parmenter's Summer Course:
Joshua Parmenter's Summer Course:


http://www2.realizedsound.net/josh/SuperCollider.html [not working?]
http://www2.realizedsound.net/josh/SuperCollider.html [not working?]




Line 29: Line 35:
<pre>{SinOsc.ar(freq: 400, mul: 0.5)}.scope</pre>
<pre>{SinOsc.ar(freq: 400, mul: 0.5)}.scope</pre>


Other SuperCollider groups around the world:
Amsterdam:
http://www.steim.org/steim/events.php?event=419&year_archive=2011&type=5&archive=
Cambridge:
http://supercollider.sourceforge.net/2010/cambridge-supercollider-users-group-meeting/
Berlin:
http://supercollider.tsd.net.au/AboutSCMeetingsNK
New York:
http://www.meetup.com/nyc-supercollider/
Tokyo:
http://tokyosupercollider.blogspot.com/
More: http://supercollider.sourceforge.net/meetings/


[[Category: CCRMA User Guide]]
[[Category: CCRMA User Guide]]

Revision as of 21:17, 11 June 2011

Please note: this page is very new and still under initial construction...

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

David Cottle's Tutorial (PDF):

https://ccrma.stanford.edu/courses/220b-winter-2007/topics/papers/local/CottleSC3.pdf

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.local.boot;


Try this to play a sine wave and see it (scope):

{SinOsc.ar(freq: 400, mul: 0.5)}.scope


Other SuperCollider groups around the world:

Amsterdam: http://www.steim.org/steim/events.php?event=419&year_archive=2011&type=5&archive= Cambridge: http://supercollider.sourceforge.net/2010/cambridge-supercollider-users-group-meeting/ Berlin: http://supercollider.tsd.net.au/AboutSCMeetingsNK New York: http://www.meetup.com/nyc-supercollider/ Tokyo: http://tokyosupercollider.blogspot.com/

More: http://supercollider.sourceforge.net/meetings/