User Manual
Table Of Contents
A.2 OSC
OSC (Open Sound Control) is a protocol for communicating between computers,
software and various multi-media type devices. OSC uses the network to send
and receive messages, it can contain MIDI and custom information.
The LPU-2 uses port 8000 for receiving the OSC messages.
OSC is also integrated in the CueCore, IoCore and B-Station from Visual Pro-
ductions. It is the preferred way of connecting equipment like the B-Station to
a LPU-2.
The functionality within the LPU-2 can controlled by using the following OSC
messages:
Description URI Parameter Type Parameter Range
Set playback intensity /pb<playback index>/in float 0.0 → 1.0
Get playback intensity /pb<playback index>/in bool false / true
Increment playback intensity /pb<playback index>/in++ float -1.0 → 1.0
Decrement playback intensity /pb<playback index>/in- - float -1.0 → 1.0
Set playback speed /pb<playback index>/sp float -1.0 → 1.0
Get playback speed /pb<playback index>/sp bool false / true
Increment playback speed /pb<playback index>/sp++ float -1.0 → 1.0
Decrement playback speed /pb<playback index>/sp- - float -1.0 → 1.0
Control playback button
1
/pb<playback index>/bu bool false / true
Control playback flash /pb<playback index>/fl bool false / true
Release playback /pb<playback index>/re - -
Playback go forward /pb<playback index>/go+ - -
Playback go back /pb<playback index>/go - - -
Playback jump /pb<playback index>/ju int 1 → 48
Set all intensity /pbxx/int float 0.0 → 1.0
Set all speed /pbxx/spd float -1.0 → 1.0
Release all playbacks /pbxx/rel - -
Hello /hello - -
Set blackout /blackout bool false / true
44