Automation watch sets position for new write pass when transport stopped.

This commit is contained in:
nick_m 2015-11-01 23:21:08 +11:00
parent be47c84508
commit 2d47196f43

View File

@ -135,7 +135,7 @@ AutomationWatch::timer ()
(*aw)->alist()->automation_write()));
(*aw)->list()->set_in_write_pass (false);
if ( (*aw)->alist()->automation_write() ) {
(*aw)->list()->set_in_write_pass (true);
(*aw)->list()->set_in_write_pass (true, time);
}
}
}