Use the OSC server to remote control ShowPulse
ShowPulse is designed to be the master controller in a live performance setup. But if you need to control ShowPulse from another device, you can use the built-in OSC server. You can use it to start and stop the playback of songs from a remote OSC controller device.
The OSC server listens for incoming OSC messages on port 9000 UDP.
The following OSC messages are supported:
OSC Address | Parameters | Description |
---|---|---|
/info |
None | Get information about ShowPulse |
/song/play |
None | Start playback of the current song |
/song/stop |
None | Stop playback of the current song |
/song/next |
None | Skip to the next song in the playlist |
/song/previous |
None | Go back to the previous song in the playlist |
/song/position |
int position bar |
Set the playback position of the current song. Only works when the song is not playing. |