13
0

audio interpolation is really private

This commit is contained in:
Robin Gareus 2015-03-10 22:05:47 +01:00
parent 7619946b4b
commit 68146a0969

View 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); }