OPLL: wooooow how did this break

This commit is contained in:
tildearrow 2022-03-25 01:42:04 -05:00
parent ea49c760c5
commit d2a78295ce
1 changed files with 7 additions and 0 deletions

View File

@ -724,6 +724,13 @@ DivDataErrors DivInstrument::readInsData(SafeReader& reader, short version) {
std.dutyMacroRel=-1;
}
// clear wave macro if OPLL instrument and version<70
if (version<70 && type==DIV_INS_OPLL) {
std.waveMacroLen=0;
std.waveMacroLoop=-1;
std.waveMacroRel=-1;
}
// sample map
if (version>=67) {
amiga.useNoteMap=reader.readC();