remove Session::get_nth_stripable.cc
[ardour.git] / libs / ardour / ardour / onset_detector.h
index 6604a3a3623d5a3147059a522fbf9fcf4a1647ea..a77b84f8902df9f6b923e56ee14a1a087c835562 100644 (file)
@@ -27,7 +27,7 @@ namespace ARDOUR {
 class AudioSource;
 class Session;
 
-class OnsetDetector : public AudioAnalyser
+class LIBARDOUR_API OnsetDetector : public AudioAnalyser
 {
 public:
        OnsetDetector (float sample_rate);
@@ -37,6 +37,7 @@ public:
 
        void set_silence_threshold (float);
        void set_peak_threshold (float);
+       void set_minioi (float);
        void set_function (int);
 
        int run (const std::string& path, Readable*, uint32_t channel, AnalysisFeatureList& results);