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
|
|
@ -263,6 +263,22 @@ enum DivDispatchCmds {
|
|||
DIV_CMD_BIFURCATOR_STATE_LOAD,
|
||||
DIV_CMD_BIFURCATOR_PARAMETER,
|
||||
|
||||
DIV_CMD_OPL4_PCM_MIX_FM, // (value)
|
||||
DIV_CMD_OPL4_PCM_MIX_PCM, // (value)
|
||||
DIV_CMD_OPL4_PCM_LFO, // (value)
|
||||
DIV_CMD_OPL4_PCM_VIB, // (value)
|
||||
DIV_CMD_OPL4_PCM_AM, // (value)
|
||||
DIV_CMD_OPL4_PCM_AR, // (value)
|
||||
DIV_CMD_OPL4_PCM_D1R, // (value)
|
||||
DIV_CMD_OPL4_PCM_DL, // (value)
|
||||
DIV_CMD_OPL4_PCM_D2R, // (value)
|
||||
DIV_CMD_OPL4_PCM_RC, // (value)
|
||||
DIV_CMD_OPL4_PCM_RR, // (value)
|
||||
DIV_CMD_OPL4_PCM_DAMP, // (value)
|
||||
DIV_CMD_OPL4_PCM_PSEUDO_REVERB, // (value)
|
||||
DIV_CMD_OPL4_PCM_LFO_RESET, // (value)
|
||||
DIV_CMD_OPL4_PCM_LEVEL_DIRECT, // (value)
|
||||
|
||||
DIV_CMD_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue