globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / panners / stereobalance / panner_balance.h
index dabb1da8a52ec103aa2ab196c890a56f38a221a1..944a5fb48f88512417a62a79de5ba8ed5488f8ae 100644 (file)
@@ -74,7 +74,7 @@ class Pannerbalance : public Panner
        private:
        void distribute_one (AudioBuffer& srcbuf, 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);
 };