This commit is contained in:
tildearrow 2021-12-27 16:37:33 -05:00
parent 65444d4a99
commit 0001af3f35
1 changed files with 0 additions and 1 deletions

View File

@ -536,7 +536,6 @@ void DivEngine::processRow(int i, bool afterDelay) {
}
for (int i=0; i<chans; i++) {
chan[i].pitch+=globalPitch;
dispatchCmd(DivCommand(DIV_CMD_PITCH,i,chan[i].pitch+(((chan[i].vibratoDepth*vibTable[chan[i].vibratoPos]*chan[i].vibratoFine)>>4)/15)));
}
break;
}