Add instrument for OPL4 PCM, Macros and Effects
TODO: Phase reset, Keyon/off
This commit is contained in:
parent
221fa5aa42
commit
65f48cc574
13 changed files with 423 additions and 88 deletions
|
|
@ -261,7 +261,23 @@ const char* cmdName[]={
|
|||
"MINMOD_ECHO",
|
||||
|
||||
"BIFURCATOR_STATE_LOAD",
|
||||
"BIFURCATOR_PARAMETER"
|
||||
"BIFURCATOR_PARAMETER",
|
||||
|
||||
"OPL4_MIX_FM",
|
||||
"OPL4_MIX_PCM",
|
||||
"OPL4_LFO",
|
||||
"OPL4_VIB",
|
||||
"OPL4_AM",
|
||||
"OPL4_AR",
|
||||
"OPL4_D1R",
|
||||
"OPL4_DL",
|
||||
"OPL4_D2R",
|
||||
"OPL4_RR",
|
||||
"OPL4_RC",
|
||||
"OPL4_DAMP",
|
||||
"OPL4_PSEUDO_REVERB",
|
||||
"OPL4_LFO_RESET",
|
||||
"OPL4_LEVEL_DIRECT"
|
||||
};
|
||||
|
||||
static_assert((sizeof(cmdName)/sizeof(void*))==DIV_CMD_MAX,"update cmdName!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue