13
0

fix automation update at transport stop when in automation Play mode

This commit is contained in:
Paul Davis 2015-10-21 23:06:40 -04:00
parent d4227faaee
commit e4570242f3

View File

@ -409,7 +409,7 @@ Automatable::transport_stopped (framepos_t now)
}
if (l->automation_playback ()) {
c->set_value (c->list ()->eval (now));
c->set_value_unchecked (c->list ()->eval (now));
}
}
}