Implementing pattern effects, detune on FM preview, default instrument
This commit is contained in:
parent
821b567b8c
commit
a1b7e52467
7 changed files with 258 additions and 73 deletions
|
|
@ -239,7 +239,12 @@ const char* cmdName[]={
|
|||
|
||||
"EXTERNAL",
|
||||
|
||||
"ALWAYS_SET_VOLUME"
|
||||
"ALWAYS_SET_VOLUME",
|
||||
|
||||
"DIV_CMD_ESFM_OP_PANNING",
|
||||
"DIV_CMD_ESFM_OUTLVL",
|
||||
"DIV_CMD_ESFM_MODIN",
|
||||
"DIV_CMD_ESFM_ENV_DELAY"
|
||||
};
|
||||
|
||||
static_assert((sizeof(cmdName)/sizeof(void*))==DIV_CMD_MAX,"update cmdName!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue