audio interpolation is really private
This commit is contained in:
parent
7619946b4b
commit
68146a0969
@ -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); }
|
||||
|
Loading…
Reference in New Issue
Block a user