Apply the updated operator mask to the tone generator

more-midi-functions
probonopd 5 days ago committed by GitHub
parent 53e88d8cdc
commit b354ec277b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/minidexed.cpp

@ -2197,4 +2197,5 @@ void CMiniDexed::setOperatorMute(uint8_t operatorIndex, unsigned nTG) {
LOGDBG("Operator %u mute toggled for TG %u. New mask: 0x%02X", operatorIndex, nTG, m_uchOPMask[nTG]);
// Apply the updated operator mask to the tone generator
m_pTG[nTG]->setOPAll(m_uchOPMask[nTG]);
}

Loading…
Cancel
Save