Integrating ProtoPixel Player

You may need to integrate ProtoPixel Player with other software or hardware components. For instance, you may want to trigger scenes from a sensor, or from a timeline software. You can do this by using its OSC interface.

PlotoPixel Player OSC interface

ProtoPixel Player has a native Open Sound Control interface exposed on the port 2345.

The command is very simple:

/scene/change <value>

<value> is the scene number (beginning from 0). You can also send -1 to stop the current scene (selecting the empty scene).

Example OSC Messages to Player

# change to first scene
/scene/change 0

# change to second scene
/scene/change 1

# stop current scene
/scene/change -1