Automation watch sets position for new write pass when transport stopped.
This commit is contained in:
parent
be47c84508
commit
2d47196f43
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user