summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-29 01:33:49 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-29 01:33:49 +0000
commita48cdf5ba639a6f25dc593d7c9bb4560df4e90b8 (patch)
treefb0dfd86496a8d94750ef2ceae209c2ffe255228 /gtk2_ardour/rhythm_ferret.h
parent731bef6c176baa2431b42012770267a342668322 (diff)
Clear displayed transients on closing the rhythm ferret dialogue. Fixes #3623.
git-svn-id: svn://localhost/ardour2/branches/3.0@8357 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rhythm_ferret.h')
-rw-r--r--gtk2_ardour/rhythm_ferret.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/rhythm_ferret.h b/gtk2_ardour/rhythm_ferret.h
index 1d84645056..a1a201531b 100644
--- a/gtk2_ardour/rhythm_ferret.h
+++ b/gtk2_ardour/rhythm_ferret.h
@@ -12,6 +12,7 @@
#include <gtkmm/button.h>
#include "ardour_dialog.h"
+#include "region_selection.h"
namespace ARDOUR {
class Readable;
@@ -79,6 +80,10 @@ class RhythmFerret : public ArdourDialog {
ARDOUR::AnalysisFeatureList current_results;
+ void clear_transients ();
+ /** Regions that we have added transient marks to */
+ RegionSelection regions_with_transients;
+
AnalysisMode get_analysis_mode () const;
Action get_action() const;
void analysis_mode_changed ();