Tempo ramps - fix changing from const to ramp in the gui.
[ardour.git] / libs / ardour / ardour / capturing_processor.h
index 2e2db780915a1b232a75fc743be5f390dc2b541c..9a91e6d02fba0e8f7de67bde7b2e5bc2d6050801 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace ARDOUR {
 
-class CapturingProcessor : public Processor
+class LIBARDOUR_API CapturingProcessor : public Processor
 {
   public:
        CapturingProcessor (Session & session);
@@ -38,7 +38,8 @@ class CapturingProcessor : public Processor
        int set_block_size (pframes_t nframes);
        void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool result_required);
        bool configure_io (ChanCount in, ChanCount out);
-       bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
+       bool can_support_io_configuration (const ChanCount& in, ChanCount& out);
+       virtual XMLNode& state (bool);
 
   private: