mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
MOD import: don't use linear pitch
improves vibrato
This commit is contained in:
parent
d2458a8ae8
commit
977d23bc3a
1 changed files with 1 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue