summaryrefslogtreecommitdiff
path: root/libs/surfaces/us2400/mcp_buttons.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/us2400/mcp_buttons.cc')
-rw-r--r--libs/surfaces/us2400/mcp_buttons.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/surfaces/us2400/mcp_buttons.cc b/libs/surfaces/us2400/mcp_buttons.cc
index 69a13cdd85..b88d88b312 100644
--- a/libs/surfaces/us2400/mcp_buttons.cc
+++ b/libs/surfaces/us2400/mcp_buttons.cc
@@ -769,6 +769,21 @@ US2400Protocol::flip_release (Button &)
{
return none;
}
+
+LedState
+US2400Protocol::mstr_press (Button &)
+{
+// access_action("Mixer/select-none");
+ SetStripableSelection( session->master_out() );
+ return on;
+}
+
+LedState
+US2400Protocol::mstr_release (Button &)
+{
+ return none;
+}
+
LedState
US2400Protocol::name_value_press (Button &)
{