dev138 - fix broken porta after legato

This commit is contained in:
tildearrow 2023-01-17 01:58:59 -05:00
parent f7b30771d8
commit 539b2ec2db
6 changed files with 30 additions and 4 deletions

View file

@ -47,8 +47,8 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;
#define DIV_VERSION "dev137"
#define DIV_ENGINE_VERSION 137
#define DIV_VERSION "dev138"
#define DIV_ENGINE_VERSION 138
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02