summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-28 17:25:40 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-28 17:25:40 +0000
commit89b686f9375decea756e4111a7c1f44192e00f0b (patch)
tree9d53536ed6bb3d65c7bea7a45cbe3691d6a46ca4 /libs/ardour/session_process.cc
parentcd1aaff19724221b99eeeab7798fb41c10985b82 (diff)
Tweak transmission of MMC on locate. Should fix #3121.
git-svn-id: svn://localhost/ardour2/branches/3.0@7314 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 79b1953ea8..ba5db152cb 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -268,7 +268,6 @@ Session::process_with_events (nframes_t nframes)
*/
if (_send_timecode_update) {
send_full_time_code(nframes);
- deliver_mmc (MIDI::MachineControl::cmdLocate, _transport_frame);
}
if (!process_can_proceed()) {