-
Notifications
You must be signed in to change notification settings - Fork 2
module node liveosc LiveOSC.API
Tom edited this page Jul 17, 2014
·
6 revisions
node-liveosc~ LiveOSC
LiveOSC sets up communication with LiveOSC and holds the song object.
Options are as follows:
opts.host = host to listen on, default 127.0.0.1 opts.port = port to listen on, default 9006 opts.liveHost = host live is running on, default 127.0.0.1 opts.livePort = port live is listening on, default 9005 opts.waitTime = time to wait before sending ready event
| Name | Type | Description |
|---|---|---|
opts |
Object | options |