aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2014-11-07Add "install" targetJamie Bullock
2014-11-07Add examples to new build systemJamie Bullock
2014-11-06Actually add Makefiles!Jamie Bullock
2014-11-06Remove puredata and MaxMSP examplesJamie Bullock
2014-11-06Initial simplified build system based on GNU MakeJamie Bullock
2014-06-06Add new helper function xtract_smoothed(), e.g. can be used to extract smooth...Jamie Bullock
2014-06-05Use AM_CPPFLAGS instead of AM_CFLAGSJamie Bullock
2014-06-05Add test wav fileJamie Bullock
2014-06-05Replace simpletest.c with simpletest.cppJamie Bullock
2014-06-04Add WaveFile class for loading audio files in simpletestJamie Bullock
2014-06-04Replace deprecated INCLUDES directive with AM_CFLAGSJamie Bullock
2014-03-11Add MIDICENT to simpletestJamie Bullock
2014-02-23Use random() instead of arc4random() for portabilityJamie Bullock
2014-02-11Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the input...Jamie Bullock
2013-07-16Add noise test source to simpletest. Add xtract_flux() example to simpletestJamie Bullock
2013-06-19Remove extraneous print statementJamie Bullock
2013-06-19Fix memory leak by calling xtract_free_window()Jamie Bullock
2013-06-18Dynamically allocate storage in simpltest example. Ooura doesn't seem to like...Jamie Bullock
2013-06-18Define M_PI to 3.14159265358979323846264338327 on platforms where it is not p...Jamie Bullock
2013-06-02More xtract functions included in simpletest exampleJamie Bullock
2013-05-31Add wavelet-based pitch trackerJamie Bullock
2013-03-15Remove erroneous casts to void * in xtract() function callsJamie Bullock
2013-03-14Add explicit casts to malloc() calls for C++ compatibilityJamie Bullock
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
2013-01-07added Ooura implementation to repositoryJamie Bullock
2012-09-05Updated simpletest example to include MFCCJamie Bullock
2012-05-31removed PPC supportJamie Bullock
2010-08-23- Max example tweaksJamie Bullock
2010-02-03- fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bitJamie Bullock
2008-02-16- Added to pd example the ability to differentiate between differentJamie Bullock
2008-02-15- Fixed bugs in xtract_flatness(), or at least added necessaryJamie Bullock
2007-12-29- added bark coefficients PD exampleJamie Bullock
2007-12-29- PD example brought in line with new delta features and subframe functionJamie Bullock
2007-12-24- Fixes to descriptors.c where no break statement was given for certain cases...Jamie Bullock
2007-12-21- Added some previously uncommitted Pd testing examplesJamie Bullock
2007-10-08Committed missing files needed for new out-of-place fftw plan creationJamie Bullock
2007-10-06Removed fftw_plan from xtraction functions. Created new init function xtract_...Jamie Bullock
2007-09-03Back to C99 in CFLAGS, but at least we (should) have the C89 option if anyone...Jamie Bullock
2007-09-03Checked ANSI C89 compliance (basically a few ifndefs for the C99 math functio...Jamie Bullock
2007-08-19Added MSP example test patches and modified MSP Makefile to cater for specifi...Jamie Bullock
2007-08-19Fix for MSP example list argument bugJamie Bullock
2007-08-19Fixes for MSP example, and changed the fundamental estimators so that if they...Jamie Bullock
2007-07-31Added Max/MSP external to examples. There are problems (memory I think), but ...Jamie Bullock
2007-04-20Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()Jamie Bullock
2007-03-12Improvements an fixes to PD example and help filesJamie Bullock
2007-02-12Various minor fixesJamie Bullock
2007-01-29Added namespacing to enumerations and defines. Made most macros private.Jamie Bullock
2007-01-21Finished the essentials of descriptors.cJamie Bullock