globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / panners / vbap / vbap.cc
index aba9641cb569dae4830c188ac789c591624b9d5c..ec8d91591ea6a405376fc0e69f622d27354aa1d8 100644 (file)
@@ -356,7 +356,7 @@ VBAPanner::distribute_one (AudioBuffer& srcbuf, BufferSet& obufs, gain_t gain_co
 
 void
 VBAPanner::distribute_one_automated (AudioBuffer& /*src*/, BufferSet& /*obufs*/,
-                                     framepos_t /*start*/, framepos_t /*end*/,
+                                     samplepos_t /*start*/, samplepos_t /*end*/,
                                     pframes_t /*nframes*/, pan_t** /*buffers*/, uint32_t /*which*/)
 {
        /* XXX to be implemented */