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:
parent
e862be7300
commit
d0668e5511
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user