total extinction of legacy sample mode, part 8

fix conversion memory leak
add reverse conversion for .dmf export
This commit is contained in:
tildearrow 2025-11-09 19:22:49 -05:00
parent 69ae4f56bd
commit 9e41e509a0
2 changed files with 136 additions and 1 deletions

View file

@ -366,5 +366,7 @@ bool DivEngine::convertLegacySampleMode() {
}
}
delete[] isUsedByIns;
return (legacyInsInit!=-1);
}