summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mcp_buttons.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/mcp_buttons.cc')
-rw-r--r--libs/surfaces/mackie/mcp_buttons.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/mackie/mcp_buttons.cc b/libs/surfaces/mackie/mcp_buttons.cc
index 779bbbff2d..23ea77c94a 100644
--- a/libs/surfaces/mackie/mcp_buttons.cc
+++ b/libs/surfaces/mackie/mcp_buttons.cc
@@ -511,7 +511,7 @@ MackieControlProtocol::play_press (Button &)
again, jump back to where we started last time
*/
- transport_play (session->transport_speed() == 1.0);
+ transport_play (get_transport_speed() == 1.0);
return none;
}
@@ -823,7 +823,7 @@ MackieControlProtocol::cancel_release (Button &)
LedState
MackieControlProtocol::user_a_press (Button &)
{
- transport_play (session->transport_speed() == 1.0);
+ transport_play (get_transport_speed() == 1.0);
return off;
}
LedState