Skip to content

module node liveosc LiveOSC.API

Tom edited this page Jul 17, 2014 · 6 revisions

Class: LiveOSC

node-liveosc~ LiveOSC

new LiveOSC(opts)

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

Parameters:
Name Type Description
opts Object

options

Source:

Generated with wicked.

Clone this wiki locally