MTS Tuning with Ch2Ch3 mode #7202
Labels
Code Refactoring
General code refactoring and cleanup issues like names, unused variables, warnings, fixme
MIDI
MIDI support related
MPE
MIDI Polyphonic Expression related issues
Milestone
Right now SurgeVoice::getPitch does this
the reason for that hardcoded channel 0 is two fold
But we now have a no-more-ch23-mode-switch. Fine.
So that 0 should really be
but that conditional is a bit tricky. We don't want to call SurgeStorage::getPreference there - it is called on every voice on every block. So need to set up that condition at voice on as a bool and so on.
The text was updated successfully, but these errors were encountered: