add extra FM effects to effect post handler
see #38 the last thing left to do is to put these effects on the dispatch code
This commit is contained in:
parent
9dfa2f9cbb
commit
30e60f643c
4 changed files with 86 additions and 2 deletions
|
|
@ -78,6 +78,8 @@ enum DivDispatchCmds {
|
|||
DIV_CMD_FM_SUS, // (op, value)
|
||||
DIV_CMD_FM_WS, // (op, value)
|
||||
DIV_CMD_FM_SSG, // (op, value)
|
||||
DIV_CMD_FM_REV, // (op, value)
|
||||
DIV_CMD_FM_EG_SHIFT, // (op, value)
|
||||
DIV_CMD_FM_FB, // (value)
|
||||
DIV_CMD_FM_MULT, // (op, value)
|
||||
DIV_CMD_FM_FINE, // (op, value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue