-
When trying to boot now I get a compile error and this:
`sh: rm: command not found` about 50 times. I was messing around with supercolliderjs and possibly broke something but I reinstalled atom-supe…
-
**from my point of sight, it would be interesting for you to:**
- *including supercollider.js in your framework; (https://github.com/stagas/node-supercollider and https://github.com/crucialfelix/su…
ghost updated
7 years ago
-
**from my point of sight, it would be interesting for you to:**
- *including supercollider.js in your framework; (https://github.com/stagas/node-supercollider and https://github.com/crucialfelix/su…
ghost updated
6 years ago
-
Again, I'm on Ubuntu 16.04, launching scsynth with the below code:
```
var sc = require("supercolliderjs");
sc.server.boot({
scsynth: "/home/nathan/usr/local/bin/scsynth"
});
```
SuperC…
nhthn updated
7 years ago
-
[Enter steps to reproduce:]
1. Compile first time
Now i'm getting this other error when I compile. On retries it eventually works but I would like it to work the first time.
Thanks.
**At…
-
Hi, here are a few examples I tried that didn't work from the node folder. I listed the example name then the error message. I can list them separately if that's more organized but I'll just put them …
-
I'm on Ubuntu 16.04. supercolliderjs doesn't seem to find scsynth even if it's in my PATH:
```
$ which scsynth
/home/nathan/usr/local/bin/scsynth
```
```
var sc = require("supercolliderjs");…
nhthn updated
7 years ago
-
Hello,
I'm just getting into supercollider js. I installed the packages fine and got to the point where you say "In your code require the package:" and then some code. Where does that code go and ho…
-
Hi.
I'm trying to test the webserver example in Linux, but I'm getting no sounds.
The scserver starts but it remains silent.
I'm on Linux btw.
Here is what I have after npm run start:
```javasc…
-
It seems that its ignoring the .jshintrc in the project folder
`W119 - 'export' is only available in ES6 (use esnext option)`
but I do have that set:
```
// .jshintrc
"esnext": true,
```
and l…