mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-10 01:39:59 +01:00
Work in progress Implementation of mixing group
link and unlink methods, integration in MixingView, update groups on source change, undo-redo improved.
This commit is contained in:
@@ -516,6 +516,13 @@ void Source::setAlpha(float a)
|
||||
touch();
|
||||
}
|
||||
|
||||
void Source::touch ()
|
||||
{
|
||||
need_update_ = true;
|
||||
if (mixinggroup_)
|
||||
mixinggroup_->setAction(MixingGroup::ACTION_UPDATE);
|
||||
}
|
||||
|
||||
void Source::update(float dt)
|
||||
{
|
||||
// keep delta-t
|
||||
|
||||
Reference in New Issue
Block a user