summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-07 23:48:46 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-07 23:48:46 +0000
commit10ef65b696492e5e6e9abe009f2e2c4a3af51994 (patch)
tree93bdcd56328c89d52ec5e5e273e4a10decaf0212 /libs/ardour/session_transport.cc
parent28e3215afa99ab7974734a30feedc24ebcd534ab (diff)
Transmit MTC on playhead drag, as per #3239.
git-svn-id: svn://localhost/ardour2/branches/3.0@7389 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 1123a6038b..037d041895 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -562,7 +562,7 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished)
have_looped = false;
- send_full_time_code (0);
+ send_full_time_code (_transport_frame);
if ((ptw & PostTransportLocate) && get_record_enabled()) {
/* capture start has been changed, so save pending state */