-
Hi, I am trying to give this a spin with the latest SC version and hit the error above, any thoughts?
-
Hi @crucialfelix, very much appreciate all the effort to put this package together.
I've just given the SC another spin with Supercolliderjs within the electron context. I am hitting the error belo…
-
Building with:
`lang ❯ typedoc --theme /Users/crucialfelix/.nvm/versions/node/v10.15.1/lib/node_modules/typedoc-neo-theme/bin/default`
(globally installed neo-theme)
creates a front page:
`f…
-
Cannot catch errors raised in the interpreter.
```javascript
const invalidMessage = "a %%% b"
sclang.interpret(invalidMessage)
.then(res => res)
.catch(err => err)
```
The console outpu…
-
Sclang booting reaches timeout on electron but only on the production build.
This is the log:
```
Loading config: /Users/lorenzo/Developer/Node/superorch/.supercollider.yaml
debug : {
…
-
the output from sclang is currently parsed and displayed in a custom format in the post window, instead of the raw text output. this is useful in many cases, but it think it would be useful to provide…
-
Hi! Sorry, this may be a stupid question but after digging through the code and examples it is still not clear to me if it's a wrapper around SC to just use it as some kind of audio engine/server or i…
-
- [ ] Search for a replacement
- [ ] Port to typescript as osc-messages or?
Immediate blocker:
Error building time tags:
Unhandled rejection RangeError [ERR_OUT_OF_RANGE]: The value of "valu…
-
Hello, I installed `supercolliderjs` and tried some of the examples in a js file but when calling it with node I got the following error: `SynthDef not in store: 1075206181`
Looking a bit into the …
-
First of all, absolutely great work! Really impressive ! 🍺
On the example i'm trying to create i would like to have my SineOSC always playing and instead of spawning a new instance i would like to…