From 7ae380c7f64d7cc7d5cbd239e2ce3b3c1f9087f9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Nov 2015 23:31:29 -0500 Subject: [PATCH] faderport: more interesting behaviour for the play button (locate to last start if pressed while rolling, then keep rolling) --- libs/surfaces/faderport/faderport.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/faderport/faderport.cc b/libs/surfaces/faderport/faderport.cc index f963df117f..b85d448076 100644 --- a/libs/surfaces/faderport/faderport.cc +++ b/libs/surfaces/faderport/faderport.cc @@ -128,7 +128,7 @@ FaderPort::FaderPort (Session& s) button_info (Undo).set_action (boost::bind (&FaderPort::redo, this), true, ShiftDown); button_info (Undo).set_flash (true); - button_info (Play).set_action (boost::bind (&BasicUI::transport_play, this, false), true); + button_info (Play).set_action (boost::bind (&BasicUI::transport_play, this, true), true); button_info (RecEnable).set_action (boost::bind (&BasicUI::rec_enable_toggle, this), true); /* Stop is a modifier, so we have to use its own button state to get the default action (since StopDown will be set when looking for the