Added filter for select CC controls
This commit is contained in:
parent
e3c91fa6ee
commit
7219872a14
5 changed files with 24 additions and 15 deletions
|
|
@ -350,6 +350,9 @@ void readEEPROM(const bool factoryReset, calibration_t &calibration) {
|
|||
if (settings_version < 6) {
|
||||
presets[i].noteMode = BREATH_TRIGGER;
|
||||
}
|
||||
if (settings_version < 7) {
|
||||
presets[i].CCFilterFreq = FILTER_FREQ;
|
||||
}
|
||||
}
|
||||
|
||||
writePresets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue