add two more compatibility flags

issue #167 and #249:
- stop porta on note off
- continuous vibrato
This commit is contained in:
tildearrow 2022-03-03 23:14:38 -05:00
parent 742e813e98
commit 8e5b3abab8
6 changed files with 39 additions and 10 deletions

View file

@ -37,8 +37,8 @@
warnings+=(String("\n")+x); \
}
#define DIV_VERSION "dev61"
#define DIV_ENGINE_VERSION 61
#define DIV_VERSION "dev62"
#define DIV_ENGINE_VERSION 62
enum DivStatusView {
DIV_STATUS_NOTHING=0,