mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-15 20:29:58 +01:00
Loading session with menu do not use smooth transition
This commit is contained in:
4
Mixer.h
4
Mixer.h
@@ -103,8 +103,8 @@ public:
|
||||
void set (Session *session);
|
||||
|
||||
// operations depending on transition mode
|
||||
void close ();
|
||||
void open (const std::string& filename);
|
||||
void close (bool smooth = false);
|
||||
void open (const std::string& filename, bool smooth = false);
|
||||
|
||||
// create sources if clipboard contains well-formed xml text
|
||||
void paste (const std::string& clipboard);
|
||||
|
||||
Reference in New Issue
Block a user