Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | switched from single to double precision througout. closes #9 | Jamie Bullock | |
2013-01-07 | removed references to FFTW | Jamie Bullock | |
2013-01-07 | changed license from GPL to MIT. closes #6 | Jamie Bullock | |
2012-05-31 | removed PPC support | Jamie Bullock | |
2010-08-23 | - Max example tweaks | Jamie Bullock | |
- corrected output display in simpletest example | |||
2007-10-06 | Removed 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-19 | Added MSP example test patches and modified MSP Makefile to cater for ↵ | Jamie Bullock | |
specific architectures | |||
2007-08-19 | Fix for MSP example list argument bug | Jamie Bullock | |
2007-08-19 | Fixes 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-31 | Added Max/MSP external to examples. There are problems (memory I think), but ↵ | Jamie Bullock | |
the basic code is there |