mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
reset accumulated capture offset on file roll-over.
(previously it was not reset as long as rec-arm and rec-enable remained enabled)
This commit is contained in:
parent
92bb0e0d7f
commit
4c1d049c8e
1 changed files with 1 additions and 0 deletions
|
|
@ -1216,6 +1216,7 @@ MidiDiskstream::use_new_write_source (uint32_t n)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_accumulated_capture_offset = 0;
|
||||||
_write_source.reset();
|
_write_source.reset();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue