Relative snap
[ardour.git] / libs / ardour / ardour / audio_diskstream.h
index 2614b8061c18ccde552e217cb6557dc129ca6a0e..f93c949a38e714bf93ca0baed4507742354a8200 100644 (file)
@@ -125,7 +125,6 @@ class LIBARDOUR_API AudioDiskstream : public Diskstream
                }
        }
 
-       CubicInterpolation interpolation;
 
   protected:
        friend class Session;
@@ -205,6 +204,8 @@ class LIBARDOUR_API AudioDiskstream : public Diskstream
 
        typedef std::vector<ChannelInfo*> ChannelList;
 
+       CubicInterpolation interpolation;
+
        /* The two central butler operations */
        int do_flush (RunContext context, bool force = false);
        int do_refill () { return _do_refill(_mixdown_buffer, _gain_buffer); }