aboutsummaryrefslogtreecommitdiff
path: root/examples/MSP
AgeCommit message (Collapse)Author
2013-01-09switched from single to double precision througout. closes #9Jamie Bullock
2013-01-07removed references to FFTWJamie Bullock
2013-01-07changed license from GPL to MIT. closes #6Jamie Bullock
2012-05-31removed PPC supportJamie Bullock
2010-08-23- Max example tweaksJamie Bullock
- corrected output display in simpletest example
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