13
0

MCP: Fix up the feedback for the bank left/right buttons.

This commit is contained in:
Albert Graef 2018-09-24 09:29:34 +02:00 committed by Paul Davis
parent 4840543272
commit 936f6814ac

View File

@ -120,7 +120,7 @@ MackieControlProtocol::left_press (Button &)
LedState
MackieControlProtocol::left_release (Button &)
{
return none;
return off;
}
LedState
@ -144,13 +144,13 @@ MackieControlProtocol::right_press (Button &)
(void) switch_banks (new_initial);
}
return none;
return on;
}
LedState
MackieControlProtocol::right_release (Button &)
{
return none;
return off;
}
LedState