dev236 - fix OPM E5xx range
when loading older files or DefleMask modules, E5xx effects will be converted to the new range (previously it was 40-C0).
This commit is contained in:
parent
03794b58f2
commit
6569477706
4 changed files with 40 additions and 8 deletions
|
|
@ -54,8 +54,8 @@ class DivWorkPool;
|
|||
|
||||
#define DIV_UNSTABLE
|
||||
|
||||
#define DIV_VERSION "dev235"
|
||||
#define DIV_ENGINE_VERSION 235
|
||||
#define DIV_VERSION "dev236"
|
||||
#define DIV_ENGINE_VERSION 236
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue