-
again trying Atom-SuperCollider as my primary IDE which means it has to work as a playground as well.
It really (still and increasingly at the same time) looks amazing, a lot of features I really like…
LFSaw updated
9 years ago
-
I would like to be able to pass arrays from javascript to SC, so that they could be used for things like arguments for a synth. If I use this handler:
newSynth: { arg reply, targetGroup, defName ... …
-
6to5 is run on all source files to transpile ES 6 to ES 5
Something inside of express is causing an error with unsafe javascript eval.
But atom-supercollider does not even use that functionality fro…
-
Hello,
just looked at atom-supercollider again, gets better and better, and I'll eventually very sure to use it as my regular IDE soon :)
One thing I now noticed is that Quarks (from the git system)…
LFSaw updated
9 years ago
-
[Enter steps to reproduce below:]
1. open atom from terminal with file
2a. (method one) packages > supercollider > open post window
2b. (method two) simply shift enter on the first line in the f…
-
Hi hi again, does the LanguageConfig class work in atom? I am trying to include some classes with the .addIIncludePath() & .store() methods which compile but after recompiling the library these paths …
-
Hey Felix,
first of all nice editor addition, love it!
here is something weird:
Evaluation
```
[\b, \b, \sdf];
// returns
null11:39:16.908
[\b, b, sdf];
```
```
[\b, \b];
// returns
[ b, nil ]
`…
LFSaw updated
10 years ago
-
Hello.
I've tried to install supercolliderjs.
```
sudo npm install -g supercolliderjs
```
but it failed.
The following is some of the logs.
```
Error: ENOENT, chmod '/usr/local/lib/node_modules/s…
-
Hello,
I just updated to 0.2 using atom 0.124 on OSX 10.8.5. Everything was working well using atom-supercollider 0.13.
I also installed supercolliderjs globally since the last time I used atom-…
-
Hi,
I was just trying to work out how to use sc-atom and sc-ide togeter when you pushed the 0.3.2 update that allows for an independent use. That's _very_ cool.
Unfortunately things don't work anymo…