summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.h
diff options
context:
space:
mode:
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 ();