diff --git a/UI.cpp b/UI.cpp index aadc6f3..4e36d8a 100644 --- a/UI.cpp +++ b/UI.cpp @@ -170,6 +170,7 @@ void handle_ui(void) { enc[i].write(MAX_VOICES - 1); bank--; + get_voice_names_from_bank(bank); } else enc[i].write(0); @@ -180,6 +181,7 @@ void handle_ui(void) { enc[i].write(0); bank++; + get_voice_names_from_bank(bank); } else enc[i].write(MAX_VOICES - 1);