Skip to content

kn1kn1/sc4node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A library for sclang (SuperCollider client application)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published