mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Bi-directional OSC communication for Control manager
Unified OSC message declaration with Communicator
This commit is contained in:
3
Mixer.h
3
Mixer.h
@@ -80,7 +80,8 @@ public:
|
||||
Source *sourceAtIndex (int index);
|
||||
void setCurrentIndex (int index);
|
||||
void moveIndex (int current_index, int target_index);
|
||||
int indexCurrentSource ();
|
||||
int indexCurrentSource () const;
|
||||
int count() const;
|
||||
|
||||
// browsing into sources
|
||||
Source * findSource (Node *node);
|
||||
|
||||
Reference in New Issue
Block a user