mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue