aboutsummaryrefslogtreecommitdiff
path: root/examples/MSP
AgeCommit message (Collapse)Author
2007-10-06Removed fftw_plan from xtraction functions. Created new init function ↵Jamie Bullock
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).
2007-08-19Added MSP example test patches and modified MSP Makefile to cater for ↵Jamie Bullock
specific architectures
2007-08-19Fix for MSP example list argument bugJamie Bullock
2007-08-19Fixes for MSP example, and changed the fundamental estimators so that if ↵Jamie Bullock
they don't get a samplerate 44100 is assumed (I'm not sure if this is a good idea!).
2007-07-31Added Max/MSP external to examples. There are problems (memory I think), but ↵Jamie Bullock
the basic code is there