summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport8/actions.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-30 12:13:21 +0200
committerRobin Gareus <robin@gareus.org>2017-06-30 19:13:55 +0200
commitcd728fdd7337978a9e3048fc92314d94848889fa (patch)
treea77cf4ec4ed439ee8459b88b93dc2a00264923e2 /libs/surfaces/faderport8/actions.cc
parent1fe1d17ef80c7bfcb7d267cb81fadf3b9afc651d (diff)
FP8: Allow to select Plugin Presets
Diffstat (limited to 'libs/surfaces/faderport8/actions.cc')
-rw-r--r--libs/surfaces/faderport8/actions.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc
index 65a647bb0b..85fd106d69 100644
--- a/libs/surfaces/faderport8/actions.cc
+++ b/libs/surfaces/faderport8/actions.cc
@@ -548,6 +548,7 @@ FaderPort8::button_parameter ()
}
break;
case ModePlugins:
+ toggle_preset_param_mode ();
break;
case ModeSend:
break;