How do I run SuperCollider?
I installed SuperCollider. However it didn't appear in my app menu. Also, I can't make up any good command which could start the interpreter.
How should I run it?
linux installation ubuntu-11.04
add a comment |
I installed SuperCollider. However it didn't appear in my app menu. Also, I can't make up any good command which could start the interpreter.
How should I run it?
linux installation ubuntu-11.04
Exactly which package did you install?
– Paul
Oct 27 '11 at 21:20
1
See: blog.artfwo.net/2008/05/supercollider-for-human-beings.html
– slhck
Oct 27 '11 at 21:22
add a comment |
I installed SuperCollider. However it didn't appear in my app menu. Also, I can't make up any good command which could start the interpreter.
How should I run it?
linux installation ubuntu-11.04
I installed SuperCollider. However it didn't appear in my app menu. Also, I can't make up any good command which could start the interpreter.
How should I run it?
linux installation ubuntu-11.04
linux installation ubuntu-11.04
edited Nov 7 '14 at 7:06
Hennes
59k792141
59k792141
asked Oct 27 '11 at 21:11
oneatoneat
1,558103365
1,558103365
Exactly which package did you install?
– Paul
Oct 27 '11 at 21:20
1
See: blog.artfwo.net/2008/05/supercollider-for-human-beings.html
– slhck
Oct 27 '11 at 21:22
add a comment |
Exactly which package did you install?
– Paul
Oct 27 '11 at 21:20
1
See: blog.artfwo.net/2008/05/supercollider-for-human-beings.html
– slhck
Oct 27 '11 at 21:22
Exactly which package did you install?
– Paul
Oct 27 '11 at 21:20
Exactly which package did you install?
– Paul
Oct 27 '11 at 21:20
1
1
See: blog.artfwo.net/2008/05/supercollider-for-human-beings.html
– slhck
Oct 27 '11 at 21:22
See: blog.artfwo.net/2008/05/supercollider-for-human-beings.html
– slhck
Oct 27 '11 at 21:22
add a comment |
2 Answers
2
active
oldest
votes
You don't say how you installed supercollider, so I guess you downloaded the source code from the main website? If so, then you don't get any menu entry but you do get the commands. Run the terminal command sclang
to get a bare SuperCollider commandline. Or you may well have created the gedit/emacs/vim plugins when you compiled everything (it depends on compile settings) - if so, see the docs for how to start those in SuperCollider-mode.
However, my recommendation is not to install from source code but to use the SuperCollider PPA here (the webpage includes instructions). When you do that, it additionally gives you menu items for "SuperCollider Emacs" and "SuperCollider Vim" which make it a bit more obvious.
add a comment |
Since recently a dedicated IDE is available for Ubuntu.
Check out this article:
http://scacinto.wordpress.com/2014/02/04/new-supercollider-on-xubuntu/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f351367%2fhow-do-i-run-supercollider%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You don't say how you installed supercollider, so I guess you downloaded the source code from the main website? If so, then you don't get any menu entry but you do get the commands. Run the terminal command sclang
to get a bare SuperCollider commandline. Or you may well have created the gedit/emacs/vim plugins when you compiled everything (it depends on compile settings) - if so, see the docs for how to start those in SuperCollider-mode.
However, my recommendation is not to install from source code but to use the SuperCollider PPA here (the webpage includes instructions). When you do that, it additionally gives you menu items for "SuperCollider Emacs" and "SuperCollider Vim" which make it a bit more obvious.
add a comment |
You don't say how you installed supercollider, so I guess you downloaded the source code from the main website? If so, then you don't get any menu entry but you do get the commands. Run the terminal command sclang
to get a bare SuperCollider commandline. Or you may well have created the gedit/emacs/vim plugins when you compiled everything (it depends on compile settings) - if so, see the docs for how to start those in SuperCollider-mode.
However, my recommendation is not to install from source code but to use the SuperCollider PPA here (the webpage includes instructions). When you do that, it additionally gives you menu items for "SuperCollider Emacs" and "SuperCollider Vim" which make it a bit more obvious.
add a comment |
You don't say how you installed supercollider, so I guess you downloaded the source code from the main website? If so, then you don't get any menu entry but you do get the commands. Run the terminal command sclang
to get a bare SuperCollider commandline. Or you may well have created the gedit/emacs/vim plugins when you compiled everything (it depends on compile settings) - if so, see the docs for how to start those in SuperCollider-mode.
However, my recommendation is not to install from source code but to use the SuperCollider PPA here (the webpage includes instructions). When you do that, it additionally gives you menu items for "SuperCollider Emacs" and "SuperCollider Vim" which make it a bit more obvious.
You don't say how you installed supercollider, so I guess you downloaded the source code from the main website? If so, then you don't get any menu entry but you do get the commands. Run the terminal command sclang
to get a bare SuperCollider commandline. Or you may well have created the gedit/emacs/vim plugins when you compiled everything (it depends on compile settings) - if so, see the docs for how to start those in SuperCollider-mode.
However, my recommendation is not to install from source code but to use the SuperCollider PPA here (the webpage includes instructions). When you do that, it additionally gives you menu items for "SuperCollider Emacs" and "SuperCollider Vim" which make it a bit more obvious.
answered Jan 5 '13 at 23:17
Dan StowellDan Stowell
315313
315313
add a comment |
add a comment |
Since recently a dedicated IDE is available for Ubuntu.
Check out this article:
http://scacinto.wordpress.com/2014/02/04/new-supercollider-on-xubuntu/
add a comment |
Since recently a dedicated IDE is available for Ubuntu.
Check out this article:
http://scacinto.wordpress.com/2014/02/04/new-supercollider-on-xubuntu/
add a comment |
Since recently a dedicated IDE is available for Ubuntu.
Check out this article:
http://scacinto.wordpress.com/2014/02/04/new-supercollider-on-xubuntu/
Since recently a dedicated IDE is available for Ubuntu.
Check out this article:
http://scacinto.wordpress.com/2014/02/04/new-supercollider-on-xubuntu/
answered Jun 18 '14 at 15:41
TamasTamas
1133
1133
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f351367%2fhow-do-i-run-supercollider%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Exactly which package did you install?
– Paul
Oct 27 '11 at 21:20
1
See: blog.artfwo.net/2008/05/supercollider-for-human-beings.html
– slhck
Oct 27 '11 at 21:22