after an overwrite with the loop location set, reset the next sample to be read
This commit is contained in:
@@ -736,6 +736,10 @@ DiskReader::overwrite_existing_audio ()
|
||||
}
|
||||
}
|
||||
|
||||
if (_loop_location) {
|
||||
file_sample[DataType::AUDIO] = start;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user