SuperCollider basics

November 19, 2009 at 1:19 am (Uncategorized)

I’ m finally going to start working on my blog and I’m just going to write the basics of supercollider and just hope its correct…

cmd + n    to start a new file
s.boot       to boot the system
.play         to play the sound
cmd + .     to stop the sound

UGens (unit generators) are used to process audio or control signals and arguments such as Frequency, Phase, Multiply, Addition are stated in the Ugen.. Some examples of UGens is:

{WhiteNoise.ar}
{PinkNoise.ar}
{Dust.ar}
{Impulse.ar}
{Crackle.ar}

(.ar = audio rate)

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.