13
0

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
This commit is contained in:
Paul Davis 2016-01-28 23:05:14 -05:00
parent e862be7300
commit d0668e5511

View File

@ -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