mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +01:00
Snapshots in Action manager
This commit is contained in:
5
Mixer.h
5
Mixer.h
@@ -9,6 +9,10 @@
|
||||
#include "Session.h"
|
||||
#include "Selection.h"
|
||||
|
||||
namespace tinyxml2 {
|
||||
class XMLElement;
|
||||
}
|
||||
|
||||
class SessionSource;
|
||||
|
||||
class Mixer
|
||||
@@ -108,6 +112,7 @@ public:
|
||||
|
||||
// create sources if clipboard contains well-formed xml text
|
||||
void paste (const std::string& clipboard);
|
||||
void restore(tinyxml2::XMLElement *sessionNode);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user