forward port automation handling changes from 2.x, upto and including about rev 6981...
[ardour.git] / libs / ardour / panner.cc
index c400199943c3bf9d89cb0b03f967b027576231f3..3f6b23672ab1b8e1da5cda40edb1162d82bb7fab 100644 (file)
@@ -1489,7 +1489,7 @@ Panner::distribute_no_automation (BufferSet& inbufs, BufferSet& outbufs, nframes
 }
 
 void
-Panner::run (BufferSet& inbufs, BufferSet& outbufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes)
+Panner::run (BufferSet& inbufs, BufferSet& outbufs, framepos_t start_frame, framepos_t end_frame, nframes_t nframes)
 {
        if (outbufs.count().n_audio() == 0) {
                // Failing to deliver audio we were asked to deliver is a bug