Fix for stopping stuck notes when editing parameters via SYSEX.

pull/195/head
Holger Wirtz 3 years ago
parent c41f02b2d7
commit 1b681a814c
  1. 2
      src/minidexed.cpp

@ -1110,7 +1110,7 @@ void CMiniDexed::setVoiceDataElement(uint8_t data, uint8_t number, uint8_t nTG)
assert (m_pTG[nTG]);
m_pTG[nTG]->setVoiceDataElement(constrain(data, 0, 155),constrain(number, 0, 99));
m_pTG[nTG]->doRefreshVoice();
//m_pTG[nTG]->doRefreshVoice();
m_UI.ParameterChanged ();
}

Loading…
Cancel
Save