From ed5e141b7188187687bbbcd0dea5b3b74834ddd7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Oct 2010 22:02:12 +0000 Subject: if a clock is in delta-edit, it should be set to show a duration. this matters in BBT mode, where "zero" is 0|0|0 in duration mode and 1|1|0 otherwise. there is still a bug with the mouse tracking in delta edit mode, but that is a separate issue git-svn-id: svn://localhost/ardour2/branches/3.0@7905 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_clock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/audio_clock.h') diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h index e5f0b0111a..915dbd79de 100644 --- a/gtk2_ardour/audio_clock.h +++ b/gtk2_ardour/audio_clock.h @@ -55,6 +55,7 @@ class AudioClock : public Gtk::HBox, public ARDOUR::SessionHandlePtr void locate (); void set_mode (Mode); void set_bbt_reference (framepos_t); + void set_is_duration (bool); void set_widget_name (std::string); -- cgit v1.2.3