dev79 - wave synth data storage

also wave synth works on swan and X1-010 now
however it's untested on X1 because i wrote it in bed
This commit is contained in:
tildearrow 2022-04-08 04:34:39 -05:00
parent 26dca41b63
commit 65f893822a
8 changed files with 90 additions and 40 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 "dev78"
#define DIV_ENGINE_VERSION 78
#define DIV_VERSION "dev79"
#define DIV_ENGINE_VERSION 79
// for imports
#define DIV_VERSION_MOD 0xff01