remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / interpolation.h
index 64b0431e0f73d53c309f7d05d672372d713f46c5..3c661d859201586682ddd3e6480ad35c6ca8d053 100644 (file)
@@ -68,6 +68,13 @@ public:
        framecnt_t interpolate (int channel, framecnt_t nframes, Sample* input, Sample* output);
 };
 
+class BufferSet;
+
+class LIBARDOUR_API CubicMidiInterpolation : public Interpolation {
+public:
+       framecnt_t distance (framecnt_t nframes, bool roll = true);
+};
+
 } // namespace ARDOUR
 
 #endif