dev136 - add auto patchbay toggle

This commit is contained in:
tildearrow 2023-01-10 15:58:15 -05:00
parent 02838e0a07
commit 2fbec000d7
8 changed files with 78 additions and 6 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 "dev135"
#define DIV_ENGINE_VERSION 135
#define DIV_VERSION "dev136"
#define DIV_ENGINE_VERSION 136
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02
@ -837,6 +837,7 @@ class DivEngine {
// automatic patchbay
void autoPatchbay();
void autoPatchbayP();
// connect in patchbay
// returns false if connection already made