summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-28 00:39:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-28 00:39:03 +0000
commite9c1fe206d6eb2c7452d82cc633d359a8a0b73b8 (patch)
tree99a942e73aef16fb7f1be452b9622d3f0ecb46cb /libs/ardour/session_process.cc
parente5b6e06f837d8b0d3fdb89621d3a3703dc5a29a3 (diff)
MMC related fixes
git-svn-id: svn://localhost/ardour2/branches/3.0@6192 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index a79a2e4cd8..6182927404 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -311,6 +311,7 @@ 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()) {