lucy-osc

0.1.0 • Public • Published

Lucy OSC Build Status

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.

Dependents (0)

Package Sidebar

Install

npm i lucy-osc

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • gbucher