-
This is causing a lot of confusion for people. They are not sure which app they are in.
-
Building on Linux with:
```
SC_DOC_RENDER = True
INSTALL_HELP = True
SC_IDE = False
SC_QT = False
SCLANG_SERVER = False
SC_ED = False
```
The docs don't seem to install! They're just in build/Render…
-
I think the documentation for the profiling pass is missing.
-
## Environment
* SuperCollider version: 'develop' [70ced3b]
* Operating system:macOS
## Steps to reproduce
```supercollider
s.options.numControlBusChannels = 2e6;
s.reboot;
```
…
-
This is on SuperCollider 3.7.1 on OSX. I noticed that by OSC message with a blob in it wasn't getting through to my liblo-based application. After some troubleshooting it looks like the blob data isn'…
ssfrr updated
7 years ago
-
Currently, sclang receives both strings an symbols sent by OSC as symbols. In many situations where the strings sent are arbitrary and changing (like in a chat), this may cause the symbol table to fil…
-
Have you seen this? https://kite.com/
I've been using it in atom with python and javascript and it's pretty cool. I was thinking that if they allowed somehow other languages that it would be usefu…
-
## Environment
* SuperCollider version: sclang 3.13.0 (Built from tag 'Version-3.13.0' [3188503])
* Operating system: Arch / macOS Sonoma
## Steps to reproduce, including expected behavior
`…
-
I'm having a real struggle trying to achieve the equivalent of a typical `printf` with something like `%-5.3f`, or even `%.3f`, and [I'm not](http://new-supercollider-mailing-lists-forums-use-these.26…
-
I cannot build ossia-supercollider in MacOs 10.13.6. According to the error messages I am receiving this is perhaps related to the requirement for Qt5.5, which is no longer available in homebrew as it…