Updated selection target for OSC

Adds ability to target a selection of sources stored in the Player
This commit is contained in:
Bruno Herbelin
2023-01-27 20:43:29 +01:00
parent 9ee434f275
commit 9c8abb8edf
2 changed files with 33 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
#define OSC_OUTPUT_FADE_OUT "/fade-out"
#define OSC_ALL "/all"
#define OSC_SELECTED "/selected"
#define OSC_SELECTED "/selection"
#define OSC_CURRENT "/current"
#define OSC_NEXT "/next"
#define OSC_PREVIOUS "/previous"