globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / ardour / dsp_filter.h
index b7be41095056f78e59710563bd6a574c77c4b49b..f54eeac30205355ec5c48529bcf75d7233ec3b91 100644 (file)
@@ -169,7 +169,7 @@ namespace ARDOUR { namespace DSP {
        void process_map (BufferSet* bufs,
                          const ChanMapping& in,
                          const ChanMapping& out,
-                         pframes_t nframes, framecnt_t offset,
+                         pframes_t nframes, samplecnt_t offset,
                          const DataType&);
 
        /** 1st order Low Pass filter */