mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
after an overwrite with the loop location set, reset the next sample to be read
This commit is contained in:
parent
156a31ac4f
commit
f5064fa1ca
1 changed files with 4 additions and 0 deletions
|
|
@ -736,6 +736,10 @@ DiskReader::overwrite_existing_audio ()
|
|||
}
|
||||
}
|
||||
|
||||
if (_loop_location) {
|
||||
file_sample[DataType::AUDIO] = start;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue