Added OSC interface for batch#

This commit is contained in:
Bruno Herbelin
2023-02-06 08:21:37 +01:00
parent c5cb635b4e
commit 3b51a6e2a9
3 changed files with 27 additions and 24 deletions

View File

@@ -7,8 +7,6 @@
#include <atomic>
#include <condition_variable>
#include "SourceList.h"
#include "BaseToolkit.h"
#include "NetworkToolkit.h"
#define OSC_SYNC "/sync"
@@ -25,7 +23,8 @@
#define OSC_OUTPUT_FADE_OUT "/fade-out"
#define OSC_ALL "/all"
#define OSC_SELECTED "/selection"
#define OSC_SELECTION "/selection"
#define OSC_BATCH "/batch#"
#define OSC_CURRENT "/current"
#define OSC_NEXT "/next"
#define OSC_PREVIOUS "/previous"