summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-19 20:54:51 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-19 20:54:51 +0000
commit19d1132afb8d1877f7b3e7c1ff27a11503f1b56d (patch)
tree837383dd1faf30380fdc837c64b5243d5bd0066b /gtk2_ardour/ardour_ui.h
parent3c1e12e7ac2a1cde32e94ca22a656f32bdf5021a (diff)
Terminate RapidScreenUpdate clock updates earlier when they are not necessary. Fix set from playhead when used on the position clock in the region properties dialogue. Make clocks sample-accurate when they are set in frames and then queried in frames without an edit in-between.
git-svn-id: svn://localhost/ardour2/branches/3.0@8547 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 81cbd65308..a0ea33a354 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -174,6 +174,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
static sigc::signal<void,bool> Blink;
static sigc::signal<void> RapidScreenUpdate;
static sigc::signal<void> SuperRapidScreenUpdate;
+ /** Emitted frequently with the audible frame, false, and the edit point as
+ * parameters respectively.
+ */
static sigc::signal<void, framepos_t, bool, framepos_t> Clock;
XMLNode* editor_settings() const;