fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / ardour / transient_detector.h
index 0e07c5851aa3ab9de7286f524fa7b13c1ccf201c..d29e12463f7aa6f3c7826ea30aa43476b7356c8e 100644 (file)
@@ -37,10 +37,7 @@ public:
        static std::string operational_identifier();
 
        void set_threshold (float);
-       void set_sensitivity (float);
-
-       float get_threshold () const;
-       float get_sensitivity () const;
+       void set_sensitivity (uint32_t, float);
 
        int run (const std::string& path, Readable*, uint32_t channel, AnalysisFeatureList& results);
        void update_positions (Readable* src, uint32_t channel, AnalysisFeatureList& results);