0.0.16 • Published 10 years ago

sc4node v0.0.16

Weekly downloads
6
License
-
Repository
-
Last release
10 years ago

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.

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

12 years ago

0.0.13

12 years ago

0.0.12

12 years ago

0.0.11

12 years ago

0.0.10

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago