Mercurial > hg > vamp-plugin-sdk
changeset 448:aadfe19a0e94 vampipe
Might help if these were public
author | Chris Cannam |
---|---|
date | Fri, 19 Aug 2016 11:55:01 +0100 |
parents | 80b46389aab0 |
children | b89653767a60 |
files | vamp-sdk/FFT.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp-sdk/FFT.h Thu Aug 18 16:22:46 2016 +0100 +++ b/vamp-sdk/FFT.h Fri Aug 19 11:55:01 2016 +0100 @@ -108,6 +108,7 @@ */ class FFTComplex { +public: /** * Prepare to calculate transforms of size n. * n must be a multiple of 2. @@ -159,6 +160,7 @@ */ class FFTReal { +public: /** * Prepare to calculate transforms of size n. * n must be a multiple of 2.