port ExtCh op macro code to OPN family, part 7

This commit is contained in:
tildearrow 2022-12-23 19:06:10 -05:00
parent 75416fc63e
commit dff3ddeb3a
6 changed files with 12 additions and 12 deletions

View file

@ -554,7 +554,7 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
switch (c.cmd) {
case DIV_CMD_NOTE_ON: {
DivInstrument* ins=parent->getIns(chan[c.chan].ins,DIV_INS_FM);
if (c.chan==csmChan && extMode && softPCM) { // CSM
if (c.chan==csmChan && extMode) { // CSM
chan[c.chan].macroInit(ins);
chan[c.chan].insChanged=false;