1.0.4 • Published 8 years ago

osc-emitter v1.0.4

Weekly downloads
25
License
-
Repository
-
Last release
8 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

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

11 years ago

0.0.0

11 years ago