MCP: Fix up the feedback for the bank left/right buttons.
This commit is contained in:
parent
4840543272
commit
936f6814ac
@ -120,7 +120,7 @@ MackieControlProtocol::left_press (Button &)
|
|||||||
LedState
|
LedState
|
||||||
MackieControlProtocol::left_release (Button &)
|
MackieControlProtocol::left_release (Button &)
|
||||||
{
|
{
|
||||||
return none;
|
return off;
|
||||||
}
|
}
|
||||||
|
|
||||||
LedState
|
LedState
|
||||||
@ -144,13 +144,13 @@ MackieControlProtocol::right_press (Button &)
|
|||||||
(void) switch_banks (new_initial);
|
(void) switch_banks (new_initial);
|
||||||
}
|
}
|
||||||
|
|
||||||
return none;
|
return on;
|
||||||
}
|
}
|
||||||
|
|
||||||
LedState
|
LedState
|
||||||
MackieControlProtocol::right_release (Button &)
|
MackieControlProtocol::right_release (Button &)
|
||||||
{
|
{
|
||||||
return none;
|
return off;
|
||||||
}
|
}
|
||||||
|
|
||||||
LedState
|
LedState
|
||||||
|
Loading…
Reference in New Issue
Block a user