mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Bugfix Callbacks
Added duration to SetAlpha callback. Saving and loading Play callback.
This commit is contained in:
@@ -764,9 +764,15 @@ void SessionVisitor::visit (SourceCallback &c)
|
||||
xmlCurrent_->SetAttribute("type", (uint) c.type());
|
||||
}
|
||||
|
||||
void SessionVisitor::visit (Play &c)
|
||||
{
|
||||
xmlCurrent_->SetAttribute("play", c.value());
|
||||
}
|
||||
|
||||
void SessionVisitor::visit (SetAlpha &c)
|
||||
{
|
||||
xmlCurrent_->SetAttribute("alpha", c.value());
|
||||
xmlCurrent_->SetAttribute("duration", c.duration());
|
||||
}
|
||||
|
||||
void SessionVisitor::visit (SetDepth &c)
|
||||
|
||||
Reference in New Issue
Block a user