[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Using Emacs



I am banging my head against the wall trying to figure out emacs. I have things up and running and I read the interactive SCEL tutorial but I cant seem to get things started. How do I execute lines of code within emacs. If I add the lines

s = Server.local;
SynthDef("mysynth", { Out.ar(0, PinkNoise.ar(0.25)) }).play(s); s.freeAll;

to the SuperCollider Workspace what keystrokes will create the server and generate the noise?
Thanks!