Implementing pattern effects, detune on FM preview, default instrument

This commit is contained in:
Kagamiin~ 2023-10-21 14:35:20 -03:00
parent 821b567b8c
commit a1b7e52467
7 changed files with 258 additions and 73 deletions

View file

@ -240,6 +240,11 @@ enum DivDispatchCmds {
DIV_ALWAYS_SET_VOLUME, // () -> alwaysSetVol
DIV_CMD_ESFM_OP_PANNING, // (op, value)
DIV_CMD_ESFM_OUTLVL, // (op, value)
DIV_CMD_ESFM_MODIN, // (op, value)
DIV_CMD_ESFM_ENV_DELAY, // (op, value)
DIV_CMD_MAX
};