mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-28 16:08:12 +01:00
if something is in Write, dont take it out of Write when locating
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6981 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5d616e51c2
commit
0d63cd0108
1 changed files with 0 additions and 7 deletions
|
|
@ -314,13 +314,6 @@ void
|
|||
AutomationList::write_pass_finished (double when)
|
||||
{
|
||||
merge_nascent (when);
|
||||
|
||||
/* do not remain in Write mode after stopping - drop into Touch
|
||||
*/
|
||||
|
||||
if (_state == Auto_Write) {
|
||||
set_automation_state (Auto_Touch);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue