aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-05Replace simpletest.c with simpletest.cppJamie Bullock
2014-06-04Support for CPP files in build systemJamie Bullock
2014-06-04Add WaveFile class for loading audio files in simpletestJamie Bullock
2014-06-04Add stdint includeJamie Bullock
2014-06-04Merge pull request #53 from seanlikeskites/tristimulusWorkJamie Bullock
Possible Corrections to Tristimulus Functions
2014-06-04Add stateful.c and ringbuf.c to build systemJamie Bullock
2014-06-04Autotools fix: allow subdir-objectsJamie Bullock
2014-06-04Replace deprecated INCLUDES directive with AM_CFLAGSJamie Bullock
2014-06-04Correct name for xtract_peak()Jamie Bullock
2014-06-04Fix conflict with Makefile.am for SWIG bindings and autotoolsJamie Bullock
2014-06-04Update SWIG bindings, to (for now) ignore new stageful functionsJamie Bullock
2014-06-03Add ring buffer implementationJamie Bullock
2014-06-03Add xtract_peak() determines whether the 'current' value is a peakJamie Bullock
2014-06-03Add "stateful" feature type with initial feature "last n"Jamie Bullock
Stateful feature extraction functions are functions that require state to be maintained between successive calls. This is necessary, for example when an accumulation of values is required, or changes need to be measured over time. The initial xtract_last_n() function accumulates the last N (single) values from *data and writes them to *result
2014-03-27Merge pull request #58 from q-depot/masterJamie Bullock
add VC2012 project to compile static and dynamic lib, also fix some C
2014-03-27remove *.tlog filesandrea@nocte.co.uk
2014-03-27add VC2012 project to compile static and dynamic lib, also fix some CQ
issues
2014-03-17Fixed bugs in xtract_failsafe_f0(). Should now actually be failsafe. Only ↵Jamie Bullock
exception is silent input.
2014-03-11Set result value before returnJamie Bullock
2014-03-11Set *result to note value in xtract_midicent(). Fixes bug.Jamie Bullock
2014-03-11Add MIDICENT to simpletestJamie Bullock
2014-03-11Add range checkJamie Bullock
2014-03-11Add xtract_midicent() convenience function to convert from frequency to MIDI ↵Jamie Bullock
cent
2014-03-07Return XTRACT_ARGUMENT_ERROR if we try to initialise an mel filter bank with ↵Jamie Bullock
less than 2 bands
2014-03-07Add additional error code XTRACT_ARGUMENT_ERRORJamie Bullock
2014-03-07Fix potential memory leakJamie Bullock
2014-02-25updated docs and removed commented out codeSean Enderby
2014-02-25tristimulus3 correctionSean Enderby
2014-02-25tristimulus2 correctionSean Enderby
2014-02-25tristimulus1 correctionSean Enderby
2014-02-24documentation updateSean Enderby
2014-02-24correction to xtract_odd_even_ratioSean Enderby
2014-02-24Merge branch 'master' of https://github.com/jamiebullock/LibXtractSean Enderby
2014-02-24correction to xtract_spectral_inharmonicictySean Enderby
2014-02-23Add "-undefined dynamic_lookup" to Pd LDFLAGSJamie Bullock
2014-02-23Use random() instead of arc4random() for portabilityJamie Bullock
2014-02-18Merge pull request #50 from seanlikeskites/masterJamie Bullock
Harmonic Product Spectrum Changes
2014-02-17xtract_hps, made it more in the style of the library and octave error ↵Sean Enderby
correction bit
2014-02-17updated documentation for xtract_hpsSean Enderby
2014-02-17quick fix to xtract_irregularity_j and a sort of working xtract_hpsSean Enderby
2014-02-12Include float.h on platforms that don't have DBL_MAX defined in limits.hJamie Bullock
2014-02-11Version bumpJamie Bullock
2014-02-11Update gitgnore to ignore Doxygen filesJamie Bullock
2014-02-11Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the ↵Jamie Bullock
input data are below or equal to threshold value. Fixes #46 If XTRACT_NO_RESULT is returned, *result will be set to DBL_MAX
2014-01-15Don't build "test" target for nowJamie Bullock
2014-01-15Add build status widget to READMEJamie Bullock
2014-01-14Add .travis.ymlJamie Bullock
2014-01-06Update gitignore to include python byte codeJamie Bullock
2013-11-05Ignore files auto-generated by SWIGJamie Bullock
2013-11-05Remove unnecessary "-lxtract" from python SWIG build file. See #40Jamie Bullock