-
The interpreter's optimization that inlines a pure `switch` statement produces incorrect behavior.
Per the documentation, the key should be compared with test values using `==`, but:
```supercol…
-
Dear developers,
Thanks for the great project.
I have three questions:
1. Is there a way to read musicXML files into sclang via `Fosc`? I see `Fosc.xmlVersion` in the help document, but I cannot …
-
Let's have an issue to discuss engines based on interpreted SC code.
The problem:
If `.sc` files in the SuperCollider Extensions folder contains duplicate classes SCLang will not boot and no engin…
-
This issues comes from a discussion in #241.
The necessity is to make sc synth events behaviour more similar to samples.
The proposal is to scale the `freq` by `speed` outside the synthdef like th…
-
Hi, I've been struggling to build a simple guitar looper using SuperCollider on Bela.
After a ton of debugging I realized that using sclang's bus allocator (I'm calling `Bus.audio()`) must be creat…
-
#190 and #199 involve making an OSC-based protocol between tidal, sclang and scsynth.
There's also the RMS stuff #74
For the latter, @shawnlawson is looking at getting access to the RMS data fr…
-
## Motivation
The behaviour of `pow` / `**` with UGens differs from the behaviour with numbers. The reason is that UGens should be understood as streams of reals: they incude both negative and …
-
Rather than parsing the command line string manually, consider using the `clap` library: https://docs.rs/clap
-
Hi there! I noticed that the SimplePoly.sc script won't run on my organelle M even after rebuilding mother with the MainMenu.cpp change to point to the correct sclang path looks like jackd is the miss…
-
a basic recipe for the `scel/el` files
```emacs-lisp
(sclang :fetcher github
:repo “supercollider/scel”
:branch “main”
:files (:defaults “el/*.el"))
```