wscript: With --enable-$x, the existence of $x should be mandatory
[aubio.git] / src / onset /
2013-04-09 Paul Brossiersrc/onset/: rename get_last_onset to get_last
2013-03-18 Paul Brossiersrc/onset/onset.c: rename of to desc for clarity
2013-03-15 Paul Brossiersrc/onset/: remove wasonset, add getters and setters...
2013-03-15 Paul Brossiersrc/onset/onset.c: add get_last_onset
2013-03-15 Paul Brossiersrc/onset/onset.c: quick fix to get very first frame...
2013-03-03 Paul BrossierMerge aubio.org:/git/aubio/aubio into develop
2013-03-03 Paul Brossiersrc/*/*.h: add link to examples, remove trailing spaces...
2013-02-12 Paul Brossiersrc/onset/onset.{c,h}: added get_descriptor and get_thr...
2013-02-11 Paul Brossiersrc/onset/onset.h: remove trailing space
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-05 Paul Brossiersrc/onset/peakpicker.h: add void to empty prototype
2009-12-04 Paul Brossiersrc/onset: mono
2009-11-06 Paul Brossiersrc/: cleanup variable names in prototypes
2009-11-05 Paul Brossiersrc/: rename peakpick.h to peakpicker.h, make public...
2009-11-05 Paul Brossiersrc/onset/peakpick.h: remove unused functions, fix...
2009-11-05 Paul Brossiersrc/onset/onset.c: add missing hop_size
2009-11-04 Paul Brossiersrc/onset/onset.{c,h}: minimum inter-onset-interval...
2009-11-04 Paul Brossiersrc/onset/peakpick.c: indent
2009-11-03 Paul Brossiersrc/spectral/specdesc.{c,h}: rename aubio_onsetdetectio...
2009-10-26 Paul Brossiersrc: update all headers to GPLv3
2009-10-25 Paul Brossiersrc/onset/onset.h: update documentation
2009-10-19 Paul Brossiersrc/temporal: derive biquad from filter, use in peakpicker
2009-10-18 Paul BrossierChange peakpicker to match API specs, make quadint...
2009-10-16 Paul Brossiersrc/onset/: use samplerate
2009-10-16 Paul Brossiersrc/onset/peakpick.{c,h}: setters to return uint
2009-10-16 Paul Brossiersrc/onset/onset.c: setters to return unsigned ints
2009-10-15 Paul Brossiersrc/onset/onsetdetection.c: add 'default' method, set...
2009-10-15 Paul Brossiersrc/onset: use a string to set onset mode, keeping...
2009-10-07 Paul Brossiersrc/onset/onset.c: rename aubio_onset to aubio_onset_do
2009-10-07 Paul Brossiersrc/onset: rename aubio_onsetdetection to aubio_onsetde...
2009-10-07 Paul Brossiersrc/onset/onsetdetection.c: remove unused variable
2009-10-07 Paul Brossiersrc/onset/peakpick.c: rename aubio_pickpeak_t to aubio_...
2009-10-07 Paul Brossiersrc/onset/onsetdetection.{c,h}: no need for function...
2009-10-06 Paul Brossiersrc/onset/peakpick.h: clean up peakpicker object
2009-10-05 Paul Brossiersrc/onset/peakpick.c: use quadint in peakpick to get...
2009-10-02 Paul Brossiersrc/mathutils.c and co: use 0.0, not 0.0f
2009-10-01 Paul Brossiersrc/mathutils.{c,h}: rename all vec_ to fvec_
2009-10-01 Paul Brossiersrc/mathutils.c: rename vec_mean to fvec_mean
2009-10-01 Paul Brossiersrc/onset/onsetdetection.c: simplify complex domain...
2009-10-01 Paul Brossiersrc/onset/onsetdetection.c: fix off by one error in...
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul Brossierremove src/sample.h
2007-11-24 Paul Brossieronsetdetection.c: factorise switch, complete specflux...
2007-11-24 Paul Brossiersrc/: more moving and splitting
2007-11-24 Paul Brossiersrc/: move tempo files to src/tempo, continue moving...
2007-11-24 Paul Brossiermove pitch methods to pitch/, onset detection functions...