13
0

Revert starting write pass only in write mode when transport located.

This commit is contained in:
nick_m 2015-11-01 23:13:40 +11:00
parent 00a1d23d83
commit be47c84508

View File

@ -365,7 +365,7 @@ Automatable::transport_located (framepos_t now)
boost::shared_ptr<AutomationList> l
= boost::dynamic_pointer_cast<AutomationList>(c->list());
if (l && l->automation_state () == Write) {
if (l) {
l->start_write_pass (now);
}
}