mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
mackie: make group button (appear) to do something
This commit is contained in:
parent
9088944db2
commit
42fbb96674
3 changed files with 4 additions and 1 deletions
|
|
@ -985,7 +985,8 @@ MackieControlProtocol::grp_press (Mackie::Button&)
|
|||
Mackie::LedState
|
||||
MackieControlProtocol::grp_release (Mackie::Button&)
|
||||
{
|
||||
return none;
|
||||
_group_on = !_group_on;
|
||||
return _group_on;
|
||||
}
|
||||
Mackie::LedState
|
||||
MackieControlProtocol::nudge_press (Mackie::Button&)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue