mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 21:57:16 +01:00
Fix end-of-input-handling in silence trimmer
git-svn-id: svn://localhost/ardour2/branches/3.0@13160 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fb9a184340
commit
a7cd27e744
1 changed files with 3 additions and 0 deletions
|
|
@ -259,6 +259,9 @@ class SilenceTrimmer
|
|||
}
|
||||
ListedSource<T>::output (c_out);
|
||||
}
|
||||
|
||||
// Add the flag back if it was removed
|
||||
if (end_of_input) { c.set_flag (ProcessContext<T>::EndOfInput); }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue