From 936f6814ac6456cd378495044ca78f12649b37b8 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Mon, 24 Sep 2018 09:29:34 +0200 Subject: [PATCH] MCP: Fix up the feedback for the bank left/right buttons. --- libs/surfaces/mackie/mcp_buttons.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/surfaces/mackie/mcp_buttons.cc b/libs/surfaces/mackie/mcp_buttons.cc index 697805674c..d5d657dfb3 100644 --- a/libs/surfaces/mackie/mcp_buttons.cc +++ b/libs/surfaces/mackie/mcp_buttons.cc @@ -120,7 +120,7 @@ MackieControlProtocol::left_press (Button &) LedState MackieControlProtocol::left_release (Button &) { - return none; + return off; } LedState @@ -144,13 +144,13 @@ MackieControlProtocol::right_press (Button &) (void) switch_banks (new_initial); } - return none; + return on; } LedState MackieControlProtocol::right_release (Button &) { - return none; + return off; } LedState