summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-17 00:12:22 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-17 00:12:22 +0000
commit4565b73a3993b0cb5ccb9170e276180f2b5c1372 (patch)
tree18ab6fc28523856e88832917c6ab92c36db6310b /libs/ardour/ardour
parent3e1eb6bcbd1bf5b9f3bfb64d8b9a5ad68c01368c (diff)
Fix for visual glitch due to race between Editor::update_current_screen being called and a locate event being processed.
git-svn-id: svn://localhost/ardour2/branches/3.0@4608 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index ef25ebaea3..ef67d0cc79 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -371,6 +371,9 @@ class Session : public PBD::StatefulDestructible
sigc::signal<void,nframes_t> Xrun;
sigc::signal<void> TransportLooped;
+ /** emitted when a locate has occurred */
+ sigc::signal<void> Located;
+
sigc::signal<void,RouteList&> RouteAdded;
void request_roll_at_and_return (nframes_t start, nframes_t return_to);