mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Convert Snapshots into Versions of session
Added auto-snapshot on save to have an Iterative Saving mode, and change terminology of 'snapshots' to 'versions' management.
This commit is contained in:
4
Mixer.h
4
Mixer.h
@@ -99,8 +99,8 @@ public:
|
||||
// manipulate, load and save sessions
|
||||
inline Session *session () const { return session_; }
|
||||
void clear ();
|
||||
void save ();
|
||||
void saveas (const std::string& filename);
|
||||
void save (bool with_version = false);
|
||||
void saveas (const std::string& filename, bool with_version = false);
|
||||
void load (const std::string& filename);
|
||||
void import (const std::string& filename);
|
||||
void import (SessionSource *source);
|
||||
|
||||
Reference in New Issue
Block a user