pattern data refactor, part 9
fix MOD/S3M/XM/IT import: - MOD was off by one octave - S3M was off by a couple octaves - several effects went missing in S3M/XM/IT
This commit is contained in:
parent
182a9e3b9d
commit
626120da8c
5 changed files with 21 additions and 22 deletions
|
|
@ -54,8 +54,8 @@ class DivWorkPool;
|
|||
|
||||
#define DIV_UNSTABLE
|
||||
|
||||
#define DIV_VERSION "dev234"
|
||||
#define DIV_ENGINE_VERSION 234
|
||||
#define DIV_VERSION "dev235"
|
||||
#define DIV_ENGINE_VERSION 235
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue