MOD import: non-linear pitch
This commit is contained in:
parent
9b6e582f8d
commit
b514ee30da
2 changed files with 2 additions and 0 deletions
|
|
@ -1312,6 +1312,7 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
|
|||
DivSong ds;
|
||||
ds.tuning=436.0;
|
||||
ds.version=DIV_VERSION_MOD;
|
||||
ds.linearPitch=false;
|
||||
ds.noSlidesOnFirstTick=true;
|
||||
ds.rowResetsArpPos=true;
|
||||
ds.ignoreJumpAtEnd=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue