lucy-osc
v0.1.0
Published
OpenSoundControl wrapper for Lucidity.
Downloads
3
Readme
Lucy OSC
Part of lucidity project.
OSC wrapper for lucidity
Simple usage example:
const osc = require ( 'lucy-osc' )
osc.on
( '/wii/1/button/B'
, function ( url, value )
{ console.log ( value )
}
)
Installation
Currently only works with io.js.
npm install lucy-osc --save
Tests
npm test
Contributing
Please use 'jessy style'.
Add unit tests for any new or changed functionality.
Release History
- 0.1.0 (2015-09-16) Initial release.