From 18490878b402d3f86b48c3f4e3c45c7fdeb1c9a3 Mon Sep 17 00:00:00 2001 From: Michael Fisher Date: Thu, 1 Aug 2013 10:07:18 -0500 Subject: WIP - Experimenting with an alternative clock generating algo - Transport debug output (tracing where transport_frame is updated --- libs/ardour/session_transport.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/session_transport.cc') diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index b98a044d89..51d8d2c369 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -384,6 +384,7 @@ Session::butler_transport_work () g_atomic_int_dec_and_test (&_butler->should_do_transport_work); DEBUG_TRACE (DEBUG::Transport, X_("Butler transport work all done\n")); + DEBUG_TRACE (DEBUG::Transport, X_(string_compose ("Frame %1\n", _transport_frame))); } void @@ -1007,6 +1008,7 @@ Session::locate (framepos_t target_frame, bool with_roll, bool with_flush, bool send_mmc_locate (_transport_frame); } + _last_roll_location = _last_roll_or_reversal_location = _transport_frame; Located (); /* EMIT SIGNAL */ } -- cgit v1.2.3