Skip to content
Snippets Groups Projects
Commit d6662048 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix error where GRAINS button did not work

parent 3011fa44
Branches
Tags
No related merge requests found
......@@ -465,7 +465,7 @@ class Ui {
});
// Select the active Effect (FILTER)
button_5.onPress([this, n](){
button_6.onPress([this, n](){
fx_mode = FX_MODE_FILTER;
pot_5.setDisplayMode("Lowpass", 100.0f, POT_DISPLAY_MODE_PERCENT);
pot_6.setDisplayMode("Highpass", 100.0f, POT_DISPLAY_MODE_PERCENT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment