-
## Environment
* SuperCollider version: 3.13.0-dev but I'm sure it affects earlier versions
* Operating system: Linux (I assume doesn't matter)
* Other details (Qt version, audio driver, etc.): n…
-
The menu bar is available only if the help browser exists and is detached.
This is annoying because by starting SuperCollider on double-clicking an .scd file, it is not possible to load the project…
-
I just installed the newest branch as explained [here](http://supercollider.github.io/development/building-raspberrypi.html). When I however try to install Quarks on the system I am not able to use th…
-
I am working on a NodeJS/Express app.
I have this addresses below and while WebSocket works okay on the host machine, when running my app on another computer connected to the local network the mess…
-
I would like to propose to associate each session with a lang config file, such that changing the session will/could change the config lang file also.
For those that always use the same config file …
-
-
It's a race condition: you click to start the project, it takes about 20 second to start sclang and scsynth, at which point (and only then) the `_main.scd` file is read. If you are running this from a…
-
Hi everyone
**Partials vs. argument labels**
I stumbled on this weird issue when doing messing around rather intensely with partials for a project and I can't seem to find a rational reason for it…
-
## Motivation
SuperCollider runs on many platforms, with different editors. Some sets of eatures (Qt, IDE, ...) are only present on some of them. When writing quarks, it is difficult to know where to…
-
Let's relax the constraint in the `Matrix` class (MathLib) that values must be numbers:
```supercollider
// just this commenting out
put { arg row, col, val;
super.at(row).put(col, val)
/*if(…