-
Hello,
I get an error while booting attempting to boot:
```
node synthdef.js
debug : Start process: /Applications/SuperCollider/SuperCollider.app/Contents/Resources/scsynth -u 57110
debug :…
-
Not sure if this is a language server or vscode plugin issue.
I had a bit of code saying `Document.new(...)` and I wanted to jump to `new`. So I put the cursor on `new` and hit F12, and the blue pr…
-
hello all
as in subject, the expression below crashes ("Interpreter has crashed or stopped forcefully. [Exit code: 11]")
```supercollider
true.if({'x'}) == 'x'; // true
true.if(trueFunc: {'x'}…
-
This makes SCLang crash:
```supercollider
a = \one;
(
b = switch (a,
\one, {1},
\two, {2},
\three, {3},
\four, {4},
\two, {2}
);
)
```
If a is any other case though it…
-
## Motivation
I coded this functionality from the sclang side using unixcmd:
https://scsynth.org/t/click-to-copy-to-clipboard/9947/10?u=prko
I am not sure if this functionality is necessary, …
prko updated
2 months ago
-
https://github.com/flucoma/flucoma-sc allows for PCA/NMF on Buffers in SC.
As Flucoma itself is a C++ library the algorithms are implemented as a UGen in SC which gets quite quirky sometimes - but …
-
... characterization
-
## Environment
* SuperCollider version: 3.11.2
* Operating system: macOS 12.6.7
* Other details (Qt version, audio driver, etc.):
## Steps to reproduce
```supercollider
Ndef(\foo, {Sin…
-
Related https://github.com/actions/runner-images/issues/10721
We use this to run the [macOS tests](https://github.com/supercollider/supercollider/blob/90dbcbddaddc072f615fabd22214388311748f64/.gith…
-
[
Initial report from @adcxyz:
UnitTest:runAll gets stuck after 12 classes between Test_UGenDuty and TestPattern, terminal shows sclang with 95+% usage, and sclang the needs to be killed and resta…