Merge branch 'macro-retrigger-effect-tildearow-version'

with rewritten retrigger- erm... RESTART function
This commit is contained in:
tildearrow 2024-01-17 14:48:47 -05:00
commit b452641186
68 changed files with 271 additions and 1 deletions

View file

@ -248,6 +248,8 @@ enum DivDispatchCmds {
DIV_CMD_ESFM_MODIN, // (op, value)
DIV_CMD_ESFM_ENV_DELAY, // (op, value)
DIV_CMD_MACRO_RESTART, // (which)
DIV_CMD_MAX
};