summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_info_box.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-07 17:40:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-07 17:40:05 +0000
commitf6e67fa3dd7ddbb2315887af37a7cb20c3e8157f (patch)
treecb2d583c7a21369a73e9d717e91714c6a683ddc6 /gtk2_ardour/time_info_box.h
parentbe1abb12ffcd8ded8638742e96ac60d754dac8f5 (diff)
allow mode changes in the time info box, all synced
git-svn-id: svn://localhost/ardour2/branches/3.0@9681 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_info_box.h')
-rw-r--r--gtk2_ardour/time_info_box.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/time_info_box.h b/gtk2_ardour/time_info_box.h
index a1da519aed..734f9ebb95 100644
--- a/gtk2_ardour/time_info_box.h
+++ b/gtk2_ardour/time_info_box.h
@@ -60,6 +60,8 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
Gtk::Label selection_title;
Gtk::Label punch_title;
+ bool syncing_selection;
+ bool syncing_punch;
void punch_changed (ARDOUR::Location*);
void punch_location_changed (ARDOUR::Location*);
@@ -67,6 +69,9 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
PBD::ScopedConnectionList punch_connections;
void selection_changed ();
+
+ void sync_selection_mode (AudioClock*);
+ void sync_punch_mode (AudioClock*);
};