From 7044486fdcc4d806f46c35ec4787ae48fa26c369 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Sat, 6 Oct 2007 16:36:00 +0000 Subject: Removed fftw_plan from xtraction functions. Created new init function xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT). --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index b167e1f..62d8070 100644 --- a/TODO +++ b/TODO @@ -12,3 +12,4 @@ Add Max/MSP external example Check and add return values as appropriate. Make them more sensible! ...do other stuff and eventually... ...optimise! +Use the fftw guru interface to create multipurpose global plans from xtract_fft_init() -- cgit v1.2.3