major internal plugin & processor API change:
[ardour.git] / libs / ardour / ardour / delivery.h
index 13e1cdcda3902bcd899b5e92bde0804a163b91ae..80b8431737bdfd2046e2cf94f6d6b63ad5d418a0 100644 (file)
@@ -71,7 +71,7 @@ public:
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out);
        bool configure_io (ChanCount in, ChanCount out);
 
-       void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool);
+       void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, double speed, pframes_t nframes, bool);
 
        /* supplemental method used with MIDI */