1.0.4 • Published 9 years ago

osc-emitter v1.0.4

Weekly downloads
25
License
-
Repository
-
Last release
9 years ago

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>

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

12 years ago

0.0.0

12 years ago