summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-08-08 19:26:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commiteeeb8563c28da3f84467fbd0213684077a00bfaa (patch)
tree373dd8b23ed1b33548bc4857eb257b668a4ca9d7 /libs/ardour/session_transport.cc
parentf8de3e0c6ef093986b83e86cd72bf8bc8b839561 (diff)
sort of no-op ... remove debug output ... just basically put it in git so that i can fetch it on another machine
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index b2ca0b1484..f09f3ac253 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -593,10 +593,12 @@ Session::non_realtime_locate ()
gint sc = g_atomic_int_get (&_seek_counter);
tf = _transport_frame;
- cerr << "\n\n >>> START Non-RT locate on routes to " << tf << "\n\n";
+ cerr << "\n\n >>> START Non-RT locate on routes to " << tf << " counter = " << sc << "\n\n";
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) {
(*i)->non_realtime_locate (tf);
+ //::usleep (250000);
+ cerr << "\t\tcounter after track: " << g_atomic_int_get (&_seek_counter) << endl;
if (sc != g_atomic_int_get (&_seek_counter)) {
cerr << "\n\n RESTART locate, new seek delivered\n";
goto restart;
@@ -1246,10 +1248,13 @@ Session::locate (framepos_t target_frame, bool with_roll, bool with_flush, bool
pending_locate_frame = target_frame;
pending_locate_roll = with_roll;
pending_locate_flush = with_flush;
+ cerr << "Declick scheduled ... back soon\n";
return;
}
}
+ cerr << "... now doing the actual locate\n";
+
// Update Timecode time
_transport_frame = target_frame;
// Bump seek counter so that any in-process locate in the butler