Browse Source

Fix sync if ccNum is changed by modifying the text

tags/v0.5.0
ben 7 years ago
parent
commit
9c652e196d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core/MidiCCToCV.cpp

+ 1
- 1
src/core/MidiCCToCV.cpp View File

@@ -214,7 +214,7 @@ void CCTextField::onTextChange() {
return;
}

if (!module->ccNumInited[num] && *ccNum != std::stoi(text)) {
if (!module->ccNumInited[num]) {
module->ccSync[num] = 0;
module->ccSyncFirst[num] = true;
}


Loading…
Cancel
Save