more rhythm ferret/transient detection/split region stuff, maybe it works now
[ardour.git] / libs / ardour / ardour / transient_detector.h
index 45172d8f544b1973999e7490f41a72f53e3d0500..c65bae3ed5be4055c73f0d068a05da523f00b3df 100644 (file)
@@ -40,7 +40,7 @@ class TransientDetector : public AudioAnalyser
     float get_threshold () const;
     float get_sensitivity () const;
     
-    int run (const std::string& path, boost::shared_ptr<Readable>, uint32_t channel, std::vector<nframes64_t>& results);
+    int run (const std::string& path, Readable*, uint32_t channel, std::vector<nframes64_t>& results);
 
  protected:
     std::vector<nframes64_t>* current_results;