supercolliderjs icon indicating copy to clipboard operation
supercolliderjs copied to clipboard

The JavaScript client library for SuperCollider

Results 58 supercolliderjs issues
Sort by recently updated
recently updated
newest added

Hi, I'm just getting started with supercolliderjs and I'm not clear on the best way to receive data back from sclang. For example, I would like to boot the server...

Hi, I'm trying to run supercolliderjs for a while and there is a big problem. I literally tried with a friend of mine for a whole day to understand why...

documentation

Hello, I've been using supercollider.js to build a new web editor for Prynth. I've implemented block evaluation, like in SC IDE, via a call of the .interpret method. Apparently there...

I'm working on implementing better autocomplete integration into the Atom editor package, which requires getting data from Supercollider as JSON data (rather than just as strings to display to the...

In investigating #34 it occurred to me that it might simplify things if the return communication from the sclang process to javascript were in a separate stream rather than interleaved...

enhancement

Initial boot of sclang does produce a PID, but it quits a moment later with: ``` info: stdout : input and output sample rates do not match. 48000 != 44100...

I'm developing a program to connect several MIDI devices to a SuperCollider environment at a website. Is this possible? Thanks.

documentation

I'm having this error possibly because supercolliderjs needs to establish some kind of communication with SClang. It seems it cannot find it though I have SC installed, I believe the...

documentation

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 : pid: 22767 stdout : Found 0 LADSPA plugins...

bug

Undefined values should have been filtered out of the config file before doing a yaml.

bug