13
0

As in previous commit, never locate because of loop handling

This commit is contained in:
Paul Davis 2020-05-12 10:21:05 -06:00
parent ef1565d2bf
commit 9b3c31f6b9

View File

@ -315,6 +315,7 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
// located to start of loop - this is looping, basically // located to start of loop - this is looping, basically
#if 0
if (!have_looped) { if (!have_looped) {
/* first time */ /* first time */
if (_last_roll_location != al->start()) { if (_last_roll_location != al->start()) {
@ -322,11 +323,13 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
* started before loop since we've now hit the loop * started before loop since we've now hit the loop
* end. * end.
*/ */
add_post_transport_work (PostTransportLocate); //cerr << "need locate\n";
need_butler = true; //add_post_transport_work (PostTransportLocate);
//need_butler = true;
} }
} }
#endif
boost::shared_ptr<RouteList> rl = routes.reader(); boost::shared_ptr<RouteList> rl = routes.reader();