From d0668e55114be299cbf5e348c73588756e931cfe Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 28 Jan 2016 23:05:14 -0500 Subject: mackie: don't overload "Audio Instruments" and "Instruments" buttons. With the MCU Pro, the button labelled "Instruments" uses the Dyn button ID. The one labelled "Audio Instruments" does not. This may break Nucleus support - needs to be checked --- libs/surfaces/mackie/mcp_buttons.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/surfaces/mackie/mcp_buttons.cc b/libs/surfaces/mackie/mcp_buttons.cc index abce7429fa..6652516cf9 100644 --- a/libs/surfaces/mackie/mcp_buttons.cc +++ b/libs/surfaces/mackie/mcp_buttons.cc @@ -904,13 +904,13 @@ MackieControlProtocol::audiotracks_release (Mackie::Button&) Mackie::LedState MackieControlProtocol::audioinstruments_press (Mackie::Button& b) { - return dyn_press (b); + return none; } Mackie::LedState MackieControlProtocol::audioinstruments_release (Mackie::Button& b) { - return dyn_release (b); + return none; } Mackie::LedState -- cgit v1.2.3