prepare to implement stuff in cmd stream
vol slide with target, tremolo, panbrello and pan slide
This commit is contained in:
parent
a49664a3f5
commit
110562c2c4
6 changed files with 80 additions and 160 deletions
|
|
@ -71,6 +71,10 @@ enum DivDispatchCmds {
|
|||
DIV_CMD_HINT_PORTA, // (target, speed)
|
||||
DIV_CMD_HINT_LEGATO, // (note)
|
||||
DIV_CMD_HINT_VOL_SLIDE_TARGET, // (amount, target)
|
||||
DIV_CMD_HINT_TREMOLO, // (speed/depth as a byte)
|
||||
DIV_CMD_HINT_PANBRELLO, // (speed/depth as a byte)
|
||||
DIV_CMD_HINT_PAN_SLIDE, // (speed)
|
||||
DIV_CMD_HINT_PANNING, // (left, right)
|
||||
|
||||
DIV_CMD_SAMPLE_MODE, // (enabled)
|
||||
DIV_CMD_SAMPLE_FREQ, // (frequency)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue