separate VRC6 and VRC6 saw ins types

This commit is contained in:
tildearrow 2022-03-31 15:25:58 -05:00
parent f689409f02
commit d321292543
9 changed files with 30 additions and 14 deletions

View file

@ -42,8 +42,8 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;
#define DIV_VERSION "dev73"
#define DIV_ENGINE_VERSION 73
#define DIV_VERSION "dev74"
#define DIV_ENGINE_VERSION 74
// for imports
#define DIV_VERSION_MOD 0xff01

View file

@ -53,6 +53,7 @@ enum DivInstrumentType {
DIV_INS_MIKEY=23,
DIV_INS_VERA=24,
DIV_INS_X1_010=25,
DIV_INS_VRC6_SAW=26,
DIV_INS_MAX,
};