mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
OPLL: wooooow how did this break
This commit is contained in:
parent
ea49c760c5
commit
d2a78295ce
1 changed files with 7 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue