osc-emitter

1.0.4 • Public • Published

osc-emitter

Build Status

A tiny OSC message emitter.

Installation

npm:

$ npm install osc-emitter

Usage

Example:

var OscEmitter = require('osc-emitter')
  , emitter = new OscEmitter();
 
emitter.add('localhost', 7400);
 
emitter.emit('/foo', 1, 2, 3);
emitter.emit('/bar', 'hello', 'world');

License

The MIT License

Copyright (c) 2013 Circuit Lab. <info@uniba.jp>

Readme

Keywords

Package Sidebar

Install

npm i osc-emitter

Weekly Downloads

0

Version

1.0.4

License

none

Last publish

Collaborators

  • nulltask