remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / io.h
index 5511f64dd683b3becf62f58ac146134ab12135f4..db0f2c3cf8ca9907e5a0033f589da65b29245418 100644 (file)
@@ -194,7 +194,7 @@ class LIBARDOUR_API IO : public SessionObject, public Latent
        /* three utility functions - this just seems to be simplest place to put them */
 
        void collect_input (BufferSet& bufs, pframes_t nframes, ChanCount offset);
-       void process_input (boost::shared_ptr<Processor>, framepos_t start_frame, framepos_t end_frame, pframes_t nframes);
+       void process_input (boost::shared_ptr<Processor>, framepos_t start_frame, framepos_t end_frame, double speed, pframes_t nframes);
        void copy_to_outputs (BufferSet& bufs, DataType type, pframes_t nframes, framecnt_t offset);
 
        /* AudioTrack::deprecated_use_diskstream_connections() needs these */