MOD import: don't use linear pitch

improves vibrato
This commit is contained in:
tildearrow 2022-03-14 16:33:13 -05:00
parent d2458a8ae8
commit 977d23bc3a
1 changed files with 1 additions and 0 deletions

View File

@ -1241,6 +1241,7 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
try {
DivSong ds;
ds.tuning=436.0;
ds.linearPitch=false;
// check mod magic bytes
if (!reader.seek(1080,SEEK_SET)) {