several theme changes. changed drawing of rounded_rectangle to be more correct....
[ardour.git] / gtk2_ardour / rhythm_ferret.h
index 1d846450564f8bd4b00ab0d6c942eb1125fdcc5a..8132ad27b5a007f42aabd6771f9fa6bfa35f6e7c 100644 (file)
@@ -12,6 +12,7 @@
 #include <gtkmm/button.h>
 
 #include "ardour_dialog.h"
+#include "region_selection.h"
 
 namespace ARDOUR {
        class Readable;
@@ -32,7 +33,7 @@ class RhythmFerret : public ArdourDialog {
 
        enum Action {
                SplitRegion,
-               DefineTempoMap,
+               SnapRegionsToGrid,
                ConformRegion
        };
 
@@ -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 ();