command stream arps
This commit is contained in:
parent
da7d67fa85
commit
88654e26fc
5 changed files with 37 additions and 1 deletions
|
|
@ -229,6 +229,8 @@ const char* cmdName[]={
|
|||
"ES5506_ENVELOPE_K2RAMP",
|
||||
"ES5506_PAUSE",
|
||||
|
||||
"HINT_ARP_TIME",
|
||||
|
||||
"ALWAYS_SET_VOLUME"
|
||||
};
|
||||
|
||||
|
|
@ -765,6 +767,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
|||
case 0xe0: // arp speed
|
||||
if (effectVal>0) {
|
||||
curSubSong->arpLen=effectVal;
|
||||
dispatchCmd(DivCommand(DIV_CMD_HINT_ARP_TIME,i,curSubSong->arpLen));
|
||||
}
|
||||
break;
|
||||
case 0xe1: // portamento up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue