-
## Environment
* SuperCollider version: 3.10
* Operating system: Linux (doesn't matter)
## Steps to reproduce
Two crashes with very similar input code.
It appears that the compiler is ge…
-
## Environment
* SuperCollider version: 3.10.x
* Operating system: Any
## Steps to reproduce
Hat tip Fredrik Olofsson.
```supercollider
// Send to nobody, no problem
NetAddr("127.0.0.1"…
-
# Problem
sclang does not fully support sending OSC messages with extended type tags. Some tags are supported, but in an unintuitive and problematic way.
## Background
See #2887 and #1029 for…
-
Compiling following program with:
`./sclang -mllvm -souper-infer-inst -mllvm -souper-synthesis-comps=bitreverse -c -O2 /tmp/tmp.c`
```
enum { a = 1000 };
typedef struct {
unsigned c;
} d;
…
-
## Environment
* SuperCollider version: 3.10.2-rc1
* Operating system: all are affected
* Other details (Qt version, audio driver, etc.):
## Steps to reproduce
here is code that causes …
nhthn updated
6 months ago
-
# (Technical) Interfaces
At the moment we use three interfaces:
- Websockets for interactive functionality
- OSC for ???
- HTTP API for the rest
It would be good to define and document which on…
-
## Environment
SC 3.14.0-dev | Ubuntu 22.04LTS | Qt5
Likely concerns every environment.
## Steps to reproduce
```
(
UserView()
.keyDownAction_({ "pressed".postln; })
.keyUpAction_({ "relea…
-
Initial boot of sclang does produce a PID, but it quits a moment later with:
```
info: stdout : input and output sample rates do not match. 48000 != 44100
[1] could not initialize audio.
…
-
Start with a fresh sclang session ("reboot interpreter"). Then:
```
// This displays with the normal default font
StaticText(nil, Rect(800, 200, 100, 20)).string_("test").front;
// This displa…
-
**Is your feature request related to a problem? Please describe.**
I enjoy the JITlib approach to sclang with Ndefs, Pdefs etc, so something like this is possible
```supercollider
Ndef(\lfo, {S…