summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-05 02:09:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-05 02:09:37 +0000
commitec047d89810677cdf4ae3363834919a77b459047 (patch)
tree6bf54f309d124f441a7d8807774a41494875bb78 /gtk2_ardour/audio_clock.h
parent4cb9014de2035c530a4ea4d7c11ec83bfe56e906 (diff)
more strip silence dialog changes, to use audio clocks, show smallest silence/audible segments, etc.
git-svn-id: svn://localhost/ardour2/branches/3.0@6734 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_clock.h')
-rw-r--r--gtk2_ardour/audio_clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h
index b9fc740543..c51c321ba4 100644
--- a/gtk2_ardour/audio_clock.h
+++ b/gtk2_ardour/audio_clock.h
@@ -43,7 +43,8 @@ class AudioClock : public Gtk::HBox, public ARDOUR::SessionHandlePtr
Off
};
- AudioClock (std::string, bool, std::string, bool, bool, bool duration = false, bool with_info = false);
+ AudioClock (const std::string& clock_name, bool is_transient, const std::string& widget_name,
+ bool editable, bool follows_playhead, bool duration = false, bool with_info = false);
Mode mode() const { return _mode; }