mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup source id management, and improved session merging and source
renaming.
This commit is contained in:
6
Mixer.h
6
Mixer.h
@@ -50,14 +50,16 @@ public:
|
||||
void deleteSelection();
|
||||
|
||||
// current source
|
||||
Source * currentSource ();
|
||||
void setCurrentSource (Source *s);
|
||||
void setCurrentSource (std::string namesource);
|
||||
void setCurrentSource (Node *node);
|
||||
void setCurrentSource (int index);
|
||||
void setCurrentSource (int id);
|
||||
void setCurrentNext ();
|
||||
void unsetCurrentSource ();
|
||||
|
||||
void setCurrentIndex (int index);
|
||||
int indexCurrentSource ();
|
||||
Source * currentSource ();
|
||||
|
||||
// browsing into sources
|
||||
Source * findSource (Node *node);
|
||||
|
||||
Reference in New Issue
Block a user