ZSM export: support for looped samples, fix error dispatching ZSM sync events
This commit is contained in:
parent
dfa663a500
commit
d722cc33d4
4 changed files with 39 additions and 20 deletions
|
|
@ -915,7 +915,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
|||
//printf("\x1b[1;36m%d: extern command %d\x1b[m\n",i,effectVal);
|
||||
extValue=effectVal;
|
||||
extValuePresent=true;
|
||||
dispatchCmd(DivCommand(DIV_CMD_EXTERNAL,effectVal));
|
||||
dispatchCmd(DivCommand(DIV_CMD_EXTERNAL,i,effectVal));
|
||||
break;
|
||||
case 0xef: // global pitch
|
||||
globalPitch+=(signed char)(effectVal-0x80);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue