total extinction of legacy sample mode, part 7
finish the conversion method
This commit is contained in:
parent
0ac7106e0e
commit
69ae4f56bd
4 changed files with 67 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ DivDataErrors DivSample::readSampleData(SafeReader& reader, short version) {
|
|||
}
|
||||
// just in case it's not new sample, it's a very old version and we gotta read a rate.
|
||||
centerRate=reader.readI();
|
||||
legacyRate=centerRate;
|
||||
|
||||
if (isNewSample) {
|
||||
centerRate=reader.readI();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue