-
SCDoc uses userExtensionDir and systemExtensionDir when searching for HelpSource files, which obviously doesn't cover anything compiled into the lang via an include, nor does it ignore things that are…
scztt updated
9 years ago
-
there's this supercollider standalone for Mac and another one for linux. they both come with initialization scripts. you may want to add them here.
furthermore, you may want to add a system("run.sh…
ghost updated
7 years ago
-
## Motivation
Simplifying the use of supercollider outside of the IDE (read: vscode/vim/et al) would be a huge win for the project. It appears as though @scztt is making good progress in this direc…
-
Sometimes, an error message is posted at a high rate. This may make the IDE unresponsive and thus lead to a loss of data.
```
// this works fine
fork { loop { 1 } }; // crashes sclang, but via IDE y…
-
1. Have at least 2 sclang_conf_**.yaml files.
2. Launch the IDE and go to Edit > Preferences > Interpreter.
3. Choose a different config file.
For all other changes to the language config, th…
-
This can be `cut` out of `/proc/xenomai/stat`:
```
grep bela-audio /proc/xenomai/stat | sed "s/ \{1,\}/ /g" | cut -d " " -f 8
```
-
Not a big issue, but I noticed that FOA analysis Ugens related to the _reactive_ intensity include the `method` argument. As the docs helpfully point out, _reactive_ metrics aren't supported for the `…
-
When using Bela as a remote server (controlled via the IDE on my Macbook), the server responsiveness via OSC is either unreliable or disfunctional. Server status info in the bottom right of the IDE is…
jreus updated
6 years ago
-
hi
i trying to use your package because i think it's great! but i have a problem on windows 7.
when i compile the package, atom finds, throught .yalm.supercollider file, the sclang.exe, but get stuck …
dudat updated
8 years ago
-
minor glitch:
I just checked "Dialog.openPanel":
It belongs to sclang, but this application stays in the background, thus the menu header still shows "SuperCollider" with the IDE keeping the focus a…