mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
merge 3578:4901 of thirdparty/rubberband/current
git-svn-id: svn://localhost/ardour2/branches/3.0@4982 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c2b12f05f4
commit
1ff9e8afc0
20 changed files with 125 additions and 18 deletions
|
|
@ -31,7 +31,7 @@ public:
|
|||
virtual void setWindowSize(size_t newSize) = 0;
|
||||
|
||||
virtual float process(const float *R__ mag, size_t increment) = 0;
|
||||
virtual float process(const double *R__ mag, size_t increment);
|
||||
virtual float processDouble(const double *R__ mag, size_t increment);
|
||||
virtual void reset() = 0;
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue