sc4node

0.0.16 • Public • Published

sc4node

Build Status Code Climate NPM version

sc4node is a library for node.js which enables to execute and comunicate with SuperCollider programming language (sclang).

How to Install

npm install sc4node

How to use

var sc = require('sc4node');

// invoke 'sclang' and attach stdout handler. 
var sclang = sc.start('/Applications/SuperCollider/SuperCollider.app/Contents/Resources/', function (data) {
  console.log('sclang stdout: ' + data);
});

You may find more usage in ./example/app.js

License

sc4node is released under the GNU General Public License (GPL) version 3, see the file 'COPYING' for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i sc4node

Weekly Downloads

0

Version

0.0.16

License

none

Last publish

Collaborators

  • kn1kn1