-
## Environment
* SuperCollider version: 3.9 (but bug seems still there in the code in latest dev version)
* Operating system: Linux (but not relevant)
* Other details (Qt version, audio drive…
-
Hello! Are there plans to implement NRT in lang.interpret? I try to do something like this:
```js
const sc = require("supercolliderjs");
sc.lang.boot({debug: true, echo: true, stdin: true, stdo…
-
Environment
-----------
* Your SuperCollider version: 3.10 beta 2
* Your operating system and version: Win10
Steps to reproduce (for bugs)
-----------------------------
1. Launch IDE.
2. …
-
Thank you to the developers of a great piece of software. I'm using it to underpin music production.
Recently when away from home I wanted to work on a piece of music using a combination of jack-k…
-
## Environment
* SuperCollider version: 3.10.2
* Operating system: Linux
## Steps to reproduce
SuperCollider [documentation](http://doc.sccode.org/Reference/Literals.html) about Integer …
-
Often talked about and requested, I think it could be time that we finally find a way of documenting the C++ source code of SuperCollider.
As the code base is C++, [doxygen](https://www.doxygen.nl/…
-
Specially from people who downloaded releases.
Does it work?
Linux also?
-
Here is a simple program that triggers random segmentation faults. Once in a while, it works fine, but most of the times it fails.
```
HID.findAvailable;
b = HID.open( 1133, 49671 ); // Logitech joys…
-
Given the following transformation (derived from spec17) in the redis cache:
```
%0:i32 = var
%1 = block 2
%2 = block 1
%3:i64 = var (range=[-2147483648,6442450943))
%4:i64 = addnsw 1:i64, %3…
-
We could extend sclang's flexibilty considerably if we'd added `AbstractObject`, a superclass for `Object`. This class would only support a minimal interface of methods (mainly for introspection).…