option to ignore feedback detection - /i know what i'm doing/ mode.
[ardour.git] / libs / ardour / ardour / return.h
index 344e877ddf911213c5aafd0810565c8f5fc17c36..55ca2d84f6cdc1ac6a59b1480bc8b4e40f5c5de3 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "pbd/stateful.h"
 #include "ardour/ardour.h"
-#include "ardour/audioengine.h"
 #include "ardour/io_processor.h"
 
 namespace ARDOUR {
@@ -34,6 +33,7 @@ namespace ARDOUR {
 class Amp;
 class PeakMeter;
 
+
 class Return : public IOProcessor
 {
 public:
@@ -60,7 +60,7 @@ public:
        bool configure_io (ChanCount in, ChanCount out);
 
        static uint32_t how_many_returns();
-       static void make_unique (XMLNode &, Session &);
+       static std::string name_and_id_new_return (Session&, uint32_t&);
 
   protected:
        bool _metering;
@@ -74,7 +74,6 @@ private:
        uint32_t _bitslot;
 
        void collect_input (BufferSet& bufs, pframes_t nframes, ChanCount offset = ChanCount::ZERO);
-       void just_meter_input (framepos_t start_frame, framepos_t end_frame, pframes_t nframes);
 };
 
 } // namespace ARDOUR