2 ZynAddSubFX - a software synthesizer
4 FFTwrapper.h - A wrapper for Fast Fourier Transforms
5 Copyright (C) 2002-2005 Nasca Octavian Paul
6 Author: Nasca Octavian Paul
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of version 2 of the GNU General Public License
10 as published by the Free Software Foundation.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License (version 2) for more details.
17 You should have received a copy of the GNU General Public License (version 2)
18 along with this program; if not, write to the Free Software Foundation,
19 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30 zyn_sample_type
*s
,*c
; /* sine and cosine components */
33 typedef void * zyn_fft_handle
;
39 } /* Adjust editor indent */
44 struct zyn_fft_freqs
* f
,
49 struct zyn_fft_freqs
* f
);
57 zyn_fft_handle handle
);
61 zyn_fft_handle handle
,
63 struct zyn_fft_freqs
* freqs_ptr
);
67 zyn_fft_handle handle
,
68 struct zyn_fft_freqs
* freqs_ptr
,
72 { /* Adjust editor indent */