X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Finterpolation.h;h=3c661d859201586682ddd3e6480ad35c6ca8d053;hb=3a2ff0a4a740421267254896ff25c17b5280b3cf;hp=64b0431e0f73d53c309f7d05d672372d713f46c5;hpb=b855e5f3220027502a3c88f189d511fe2a5a3c2b;p=ardour.git diff --git a/libs/ardour/ardour/interpolation.h b/libs/ardour/ardour/interpolation.h index 64b0431e0f..3c661d8592 100644 --- a/libs/ardour/ardour/interpolation.h +++ b/libs/ardour/ardour/interpolation.h @@ -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