
#Supercollider gui how to#

#Supercollider gui free#
Feel free to fork if you want to take over this project.

The info is still good but out of date (especially in the quarks department). Should I be worried about the Zeroconf error?ĪAJ> Shouldn't I be able to start the scsynth once somehow and run "sclangĪAJ> sine_test2.sc", where sine_test2.sc contains only:ĪAJ> It might be early in the learning process to ask questions like this,ĪAJ> but it just seems to me that a behavior like this (starting server once,ĪAJ> running sclang on code) would be a logical way of working, and also theĪAJ> documentation hints at this being the way sc is working under mac.ĪAJ> Hope someone would be kind enough to enlighten me.ĪAJ> compiling dir: '/usr/share/SuperCollider/SCClassLibrary'ĪAJ> compiling dir: '/usr/share/SuperCollider/Extensions'ĪAJ> Extension overwriting Main:platformClassĪAJ> in file '/Platform/linux/extMain.sc'.ĪAJ> Original method in file '/DefaultLibrary/Main.sc'.ĪAJ> Extension overwriting Meta_Document:openĪAJ> '/usr/share/SuperCollider/Extensions/scel/extDocument.sc'.ĪAJ> Original method in file '/Common/GUI/Document.sc'.ĪAJ> Extension overwriting Meta_Document:newĪAJ> Extension overwriting Meta_Document:listenerĪAJ> Extension overwriting Meta_Document:numberOfOpenĪAJ> Extension overwriting Meta_Document:newFromIndexĪAJ> Extension overwriting Meta_Document:prGetLastĪAJ> Extension overwriting Meta_Document:prGetIndexOfListenerĪAJ> Extension overwriting Server:makeWindowĪAJ> '/usr/share/SuperCollider/Extensions/scel/extBuffer.sc'.ĪAJ> '/Common/GUI/PlusGUI/Control/ServerPlusGUI.sc'.ĪAJ> Extension overwriting SynthDesc:makeWindowĪAJ> '/Common/GUI/PlusGUI/Control/SynthDescPlusGUI.sc'.ĪAJ> numentries = 726684 / 7903854 = 0.092ĪAJ> Emacs: No communication FIFO available.ĪAJ> JackDriver: client name is 'SuperCollider'ĪAJ> JackDriver: connected alsa_pcm:capture_1 to SuperCollider:in_1ĪAJ> JackDriver: connected alsa_pcm:capture_2 to SuperCollider:in_2ĪAJ> JackDriver: max output latency 11.This repo has been archived since I cannot maintain it anymore and noone has stepped up to take over. Also if I run "sclangĪAJ> sine_test.sc" (where sine_test.sc contains the above) I get the messagesĪAJ> below (but no sound). However if IĪAJ> select both lines and do C-c,C-x I get no sound. The following works:ĪAJ> If I start emacs like this "emacs -sclang" and paste the following intoĪAJ> I can C-c,C-c (execute it line by line) and hear sound. Sunday, December 10, 2006, 9:51:38 PM, you wrote:ĪAJ> I'm trying to get sc (grabbed and installed from svn) running underĪAJ> linux.
#Supercollider gui code#
You can start scsynth separately, and then send code to it from sclangĭirectly, but I suggest learning SC with the Emacs interface first. No daemons running on your system to make use of it. Maybe a bit strange that you built SC with Zeroconf support, yet have You don't need to be worried about the Zeroconf error, though it is When SinOsc.ar is executed, as booting the server takes some time. Then you have indeed the problem that the server is not booted yet, So that the server is automatically started each time when you start It seems you want to add a line there like: You can put default actions for startup in $HOME/.sclang.sc

The normal way to work with emacs and sclang, is to write the code in
