PCE: add noise macro (finally!)
This commit is contained in:
parent
8758277199
commit
59d813db7c
3 changed files with 18 additions and 1 deletions
|
|
@ -710,6 +710,13 @@ DivDataErrors DivInstrument::readInsData(SafeReader& reader, short version) {
|
|||
fm.tomTopFreq=reader.readS();
|
||||
}
|
||||
|
||||
// clear noise macro if PCE instrument and version<63
|
||||
if (version<63 && type==DIV_INS_PCE) {
|
||||
std.dutyMacroLen=0;
|
||||
std.dutyMacroLoop=-1;
|
||||
std.dutyMacroRel=-1;
|
||||
}
|
||||
|
||||
return DIV_DATA_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue