globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / unknown_processor.cc
index 8fbb1787c7457bae6a68b42eef921e10cacbed9c..7532d968df739160363f2ca74dd86481c0469c0e 100644 (file)
@@ -111,7 +111,7 @@ UnknownProcessor::can_support_io_configuration (const ChanCount &in, ChanCount &
 }
 
 void
-UnknownProcessor::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*end_frame*/, double /*speed*/, pframes_t nframes, bool)
+UnknownProcessor::run (BufferSet& bufs, samplepos_t /*start_sample*/, samplepos_t /*end_sample*/, double /*speed*/, pframes_t nframes, bool)
 {
        if (!have_ioconfig) {
                return;