OSC Commands

You can use the following paths to control EventSoundControl with OSC. The one and only argument should always be a 1.0 as float.

Playlist player module

/pplayer_1/next - plays the next song of the playlist of the first playlist player in the system
/pplayer_1/pauseplay - pause or continue playing of the first playlist player in the system at current tracks position
/pplayer_1/stop - stops playing of the first playlist player in the system

Use pplayer_2 as root for controlling the second playlist player in the system an so on.

Button player (jingle player) module

/jplayer_1/trigger/1/1 - triggers the first button of the first group
/jplayer_1/trigger/1/2 - triggers the second button of the first group
/jplayer_1/trigger/2/3 - triggers the third button of the second group

... and so on

Panic module

/stopallsounds_1/stopall - stops all sounds in the system by using the first panic module in the system

Talkover module

/talkover_1/toggle_talkover - toggles the talkover function of the first talkover module in the system

Stream player module

/radio_1/startstream - starts the stream of the first stream player module in the system
/radio_1/stopstream - stops the stream of the first stream player module in the system