summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-05 01:13:36 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-05 01:13:36 +0000
commitc36132271b9c217af2242fc490b0cd05ce9a641d (patch)
treef9fee41a1943beb7eec68fdfc37569f9d9e3cf28 /libs/ardour/ardour/session.h
parent82167000805df6924b16ced23c79edfe4934a3b7 (diff)
Do MMC on playhead drag more efficiently by not doing an actual locate.
git-svn-id: svn://localhost/ardour2/branches/3.0@7370 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 4e2f116697..77b75a819a 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -788,6 +788,8 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
boost::shared_ptr<SessionPlaylists> playlists;
+ void send_mmc_locate (nframes64_t);
+
protected:
friend class AudioEngine;
void set_block_size (nframes_t nframes);