Work in progress OSC Control manager

Support for log, output and source targets. Now needs to be developed for all attributes.
This commit is contained in:
Bruno Herbelin
2021-12-19 01:11:29 +01:00
parent a612154123
commit 3a9c6f56bf
8 changed files with 213 additions and 14 deletions

View File

@@ -77,6 +77,7 @@ public:
void setCurrentPrevious ();
void unsetCurrentSource ();
Source *sourceAtIndex (int index);
void setCurrentIndex (int index);
void moveIndex (int current_index, int target_index);
int indexCurrentSource ();