From 3c00048b0c0dbf3efd17cf04fdc7daa91424e338 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Jan 2020 15:26:01 -0700 Subject: Session::request_locate() takes a tri-valued second argument for "roll-after-locate" This allows callers to defer logic about auto-play/current rolling state and more to TransportFSM where it can be cnentralized and is less ambiguous --- libs/ardour/ardour/session_event.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/session_event.h') diff --git a/libs/ardour/ardour/session_event.h b/libs/ardour/ardour/session_event.h index ddf7210617..b0af5596f6 100644 --- a/libs/ardour/ardour/session_event.h +++ b/libs/ardour/ardour/session_event.h @@ -91,6 +91,7 @@ public: union { bool second_yes_or_no; double control_value; + LocateTransportDisposition locate_transport_disposition; }; union { -- cgit v1.2.3