-
Given that FAUST is getting ever more popular and will be a great codebase that can contribute to the SC3-plugins, how should we define best practices:
Some issues:
1) Naming convention: FAUST p…
-
Bug description:midi out patch works in super collider 3.11 but in 3.12 error message results
Steps to reproduce:
1.patch is in item 2 below
2.
```
(
CmdPeriod.add({(0..127).do{arg n; m.noteOf…
-
## Environment
* SuperCollider version: 3.10.2
* Operating system:macOS
* Other details (Qt version, audio driver, etc.):
## Steps to reproduce
```supercollider
// selecting the last b…
-
Hello guys,
I have come across an intriguing issue while using my `Rational` Quark (https://github.com/smoge/Rational) type for fraction arithmetic. For example, trying to multiply two `Rational` n…
smoge updated
3 months ago
-
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(…
-
03 Oktober 2020
I've been wanting to write my own tracker software for about 20 years, maybe 25. Being introduced to ChucK opened my eyes to audio programming and demistified the kinds of thinking re…
-
highlight.js has 3rd-party languages that come in the format of external repositories. There is no standard repository format for said languages at the moment, see https://github.com/highlightjs/highl…
-
The amazing shortcuts curently only work in the main gui window. It would be amazing if they were also registered in the big cue info window as well!
Best
-
Hi there, the documentation says that `sclang` target doesn't work on Windows, so you must use `remote_sclang`. I have followed the instructions for that, but I must be missing something, because I ne…
-
Receiving error I see a few times in reported issues:
```
exception in GraphDef_Recv: UGen 'PV_MagMinus' not installed.
```
for the `PV_MagMinus` extension.
MacOS, SC3.11.2 - installed from…