summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.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_process.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_process.cc')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index d7e9b7c995..7b58739017 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -268,7 +268,7 @@ Session::process_with_events (nframes_t nframes)
* on locates (and allow slow slaves to position and prepare for rolling)
*/
if (_send_timecode_update) {
- send_full_time_code(nframes);
+ send_full_time_code (_transport_frame);
}
if (!process_can_proceed()) {