globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / panners / 1in2out / panner_1in2out.h
index 67543fd898462876e0cc46a5ce2d06784bb85e53..0818bdc9182b3cca669d3a21a8f003849c5d4910 100644 (file)
@@ -72,7 +72,7 @@ class Panner1in2out : public Panner
 
        void distribute_one (AudioBuffer& src, BufferSet& obufs, gain_t gain_coeff, pframes_t nframes, uint32_t which);
        void distribute_one_automated (AudioBuffer& srcbuf, BufferSet& obufs,
-                                      framepos_t start, framepos_t end, pframes_t nframes,
+                                      samplepos_t start, samplepos_t end, pframes_t nframes,
                                       pan_t** buffers, uint32_t which);
 
        void update ();