mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Fixed session source import; merge sources from the inside session,
adjust their alpha and depth, and delete former session source immediately.
This commit is contained in:
3
Mixer.h
3
Mixer.h
@@ -86,7 +86,8 @@ public:
|
||||
void saveas (const std::string& filename);
|
||||
void load (const std::string& filename);
|
||||
void import (const std::string& filename);
|
||||
void merge (Session *s);
|
||||
void import (SessionSource *s);
|
||||
void merge (Session *s, float alpha = -1.f, float depth = -1.f);
|
||||
void set (Session *s);
|
||||
|
||||
// operations depending on transition mode
|
||||
|
||||
Reference in New Issue
Block a user