add slave,transport and event debugging traces
[ardour.git] / libs / ardour / ardour / amp.h
index f0a65c4ef5e3be503754274e5127a3844e6fb325..c237479abd995bf89231691f7bbcaf7138d54da2 100644 (file)
@@ -44,7 +44,7 @@ public:
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
        bool configure_io (ChanCount in, ChanCount out);
 
-       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes);
+       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool);
 
        bool apply_gain() const  { return _apply_gain; }
        void apply_gain(bool yn) { _apply_gain = yn; }
@@ -55,7 +55,7 @@ public:
        void apply_gain_automation(bool yn) { _apply_gain_automation = yn; }
 
        XMLNode& state (bool full);
-       int set_state (const XMLNode&);
+       int set_state (const XMLNode&, int version);
 
        static void apply_gain (BufferSet& bufs, nframes_t nframes, gain_t initial, gain_t target);
        static void apply_simple_gain(BufferSet& bufs, nframes_t nframes, gain_t target);