mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Implementation of user defined mixing deactivation limit
Mixing view handles to grab and scale limbo area. Saving of user defined limit in Session (and snapshot). Testing for source activation outside of update during session update loop.
This commit is contained in:
@@ -70,6 +70,9 @@ bool SessionVisitor::saveSession(const std::string& filename, Session *session)
|
||||
// source visitor
|
||||
(*iter)->accept(sv);
|
||||
|
||||
// save session attributes
|
||||
sessionNode->SetAttribute("activationThreshold", session->activationThreshold());
|
||||
|
||||
// save the thumbnail
|
||||
FrameBufferImage *thumbnail = session->thumbnail();
|
||||
if (thumbnail != nullptr && thumbnail->width > 0 && thumbnail->height > 0) {
|
||||
|
||||
Reference in New Issue
Block a user