-
## Environment
* SuperCollider version: tested on 3.10.3 and 3.11.2 with the same results
* Operating system: Linux (Ubuntu 20.04)
* Other details (Qt version, audio driver, etc.): Tested on two …
-
This is an awesome library, which is making me fall back in love with SuperCollider after a long break.
I've noticed that there doesn't seem to be a way to reorder nodes/groups in cl-collider.
I…
-
Hello!
I'm trying run Supercolliderjs in Docker but got some error:
```
supercollider_1 | npm run start
supercollider_1 |
supercollider_1 | > supercollider-docker@1.0.0 start /
supercollid…
-
Would it be possible to implement FC on Windows systems as an alternative to diff:
https://stackoverflow.com/questions/6877238/what-is-the-windows-equivalent-of-the-diff-command
-
## Short summary
sclang and scsynth follow `std::chrono::high_resolution_clock`.
- sclang: `schedInit()` (https://github.com/supercollider/supercollider/blob/develop/lang/LangPrimSource/PyrSched…
-
i think it's worth talking about a long-standing bug in the sclang build system which has resurfaced a few times. i'm on linux but i suspect this affects other platforms as well.
running `make inst…
nhthn updated
4 years ago
-
Currently this provides a rudimentary `mkQuark` nix wrapper around SuperCollider Quarks in order to provide them to SuperCollider in a reproducible manner.
Support for Quark packaging should be ups…
-
All archiveable objects in `Archive` should "survive" a reboot of sclang. But rebooting the interpreter fails to write the archive. This is not the case when only recompiling the class library.
Rep…
-
Greetings.
```
black ~/Software/LNX_Studio xplat ./LNX_Studio
compiling class library...
Found 715 primitives.
Compiling directory '/usr/share/SuperCollider/SCClas…
-
I'm seeing ESC[2JESC[H coming from STDOUT even though its a pipe, not a terminal
IMO a command line terminal should be a separate application as it is in all other languages. there are mature termin…