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

I just realised the default installation might be `/usr/bin` instead of `/usr/local/bin` ( I'm running a Raspberry here ). As i'm not totally familiar with the code i wrote the...

I found a way to specify scsynth executable path, but I don't see a similar way to specify sclang path. Get the following error when trying to run the very...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependency [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna). These dependencies need to be updated together. Updates `http-cache-semantics` from 4.0.3 to 4.1.1 Commits 2449650 Update mocha 560b2d8 Don't use regex...

dependencies
javascript

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
javascript

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.6.4. Release notes Sourced from jquery's releases. jQuery 3.6.4 Released: Selector Forgiveness https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/ jQuery supports CSS.supports in jQuery 3.6.3 https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/ jQuery 3.6.2 :has arrived! https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/...

dependencies
javascript

When creating the server, the jack connection are not create automatically. How can we programatically make those connections?

Bumps [minimist](https://github.com/minimistjs/minimist), [docsify](https://github.com/docsifyjs/docsify), [mkdirp](https://github.com/isaacs/node-mkdirp), [handlebars](https://github.com/wycats/handlebars.js) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix]...

dependencies
javascript

I'm trying to run the first example, here is what I'm doing: ``` import sc from "supercolliderjs"; sc.server.boot().then(async (server) => { ... ``` I get type error: ``` property 'server'...