Automation - fix occasional inverted bool state after write.
This commit is contained in:
parent
24142a424e
commit
1648000108
@ -402,13 +402,13 @@ Automatable::transport_stopped (framepos_t now)
|
||||
}
|
||||
l->write_pass_finished (now, Config->get_automation_thinning_factor());
|
||||
|
||||
if (l->automation_playback()) {
|
||||
c->set_value(c->list()->eval(now));
|
||||
}
|
||||
|
||||
if (l->automation_state() == Write) {
|
||||
l->set_automation_state (Touch);
|
||||
}
|
||||
|
||||
if (l->automation_playback()) {
|
||||
c->set_value(c->list()->eval(now));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user