# # ChangeLog for src # # Generated by Trac 1.2 # May 10, 2024, 5:55:49 AM Sat, 24 Nov 2007 22:02:29 GMT Paul Brossier [6c7d49b] * ext/sndfileio.c (modified) * src/aubio.h (modified) * src/fvec.c (modified) * src/mathutils.c (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/peakpick.c (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) * src/sample.h (deleted) * src/spectral/filterbank.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/tss.c (modified) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * src/temporal/biquad.c (modified) * src/temporal/filter.c (modified) * src/temporal/resample.c (modified) * src/utils/hist.c (modified) * src/utils/scale.c (modified) remove src/sample.h Sat, 24 Nov 2007 21:47:15 GMT Paul Brossier [fc6c831] * src/Makefile.am (modified) * src/aubio.h (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/spectral/spectral_centroid.c (added) * src/spectral/spectral_centroid.h (added) moved spectral_centroid to new file Sat, 24 Nov 2007 21:45:54 GMT Paul Brossier [e2da295] * src/onset/onsetdetection.c (modified) onsetdetection.c: factorise switch, complete specflux deletion Sat, 24 Nov 2007 21:00:20 GMT Paul Brossier [32d6958] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/peakpick.c (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/fft.c (moved) * src/spectral/fft.h (moved) * src/spectral/filterbank.c (moved) * src/spectral/filterbank.h (moved) * src/spectral/mfcc.c (moved) * src/spectral/mfcc.h (moved) * src/spectral/phasevoc.c (moved) * src/spectral/phasevoc.h (moved) * src/spectral/tss.c (moved) * src/spectral/tss.h (moved) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * src/temporal/biquad.c (moved) * src/temporal/biquad.h (moved) * src/temporal/filter.c (moved) * src/temporal/filter.h (moved) * src/temporal/resample.c (moved) * src/temporal/resample.h (moved) * src/utils/hist.c (moved) * src/utils/hist.h (moved) * src/utils/scale.c (moved) * src/utils/scale.h (moved) src/: more moving and splitting Sat, 24 Nov 2007 20:08:04 GMT Paul Brossier [bcf38fe] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (moved) * src/onset/onset.h (moved) * src/onset/peakpick.c (moved) * src/onset/peakpick.h (moved) * src/pitch/pitchdetection.c (moved) * src/pitch/pitchdetection.h (moved) * src/tempo/beattracking.c (moved) * src/tempo/beattracking.h (moved) * src/tempo/tempo.c (moved) * src/tempo/tempo.h (moved) src/: move tempo files to src/tempo, continue moving pitch and onset ... Sat, 24 Nov 2007 19:47:55 GMT Paul Brossier [2d8cffa] * src/Makefile.am (modified) * src/aubio.h (modified) * src/filterbank.h (modified) * src/onset.c (modified) * src/onset/onsetdetection.c (moved) * src/onset/onsetdetection.h (moved) * src/pitch/pitchfcomb.c (moved) * src/pitch/pitchfcomb.h (moved) * src/pitch/pitchmcomb.c (moved) * src/pitch/pitchmcomb.h (moved) * src/pitch/pitchschmitt.c (moved) * src/pitch/pitchschmitt.h (moved) * src/pitch/pitchyin.c (moved) * src/pitch/pitchyin.h (moved) * src/pitch/pitchyinfft.c (moved) * src/pitch/pitchyinfft.h (moved) * src/pitchdetection.c (modified) * src/tempo.c (modified) move pitch methods to pitch/, onset detection functions to onset/ Sat, 24 Nov 2007 18:05:54 GMT Paul Brossier [5dd22a9] * src/filterbank.c (modified) filterbank.c: avoid useless usigned comparison Sat, 24 Nov 2007 17:46:30 GMT Paul Brossier [7873363] * examples/Makefile.am (modified) * examples/aubiomfcc.c (added) * src/Makefile.am (modified) * src/aubio.h (modified) * src/filterbank.c (added) * src/filterbank.h (added) * src/mfcc.c (added) * src/mfcc.h (added) * swig/aubio.i (modified) * tests/python/demo/plot_mfcc_filterbank.py (added) * tests/python/filterbank.py (added) * tests/python/filterbank_mfcc.txt (added) merge with aubio-mfcc branch, adding filterbank and mfcc first draft. ... Sat, 24 Nov 2007 16:44:49 GMT Paul Brossier [9638f84] * src/pitchmcomb.c (modified) pitchmcomb.c: make sure all variables are initialised Sat, 24 Nov 2007 16:25:56 GMT Paul Brossier [4bb32f4] * src/mathutils.c (modified) mathutils.c: fix invalid read in vec_moving_thres Sat, 24 Nov 2007 14:30:39 GMT Paul Brossier [44d7cb7] * src/pitchdetection.c (modified) pitchdetection.c: add del_aubio_filter Sat, 24 Nov 2007 14:30:13 GMT Paul Brossier [5294546] * src/pitchmcomb.c (modified) pitchmcomb.c: add missing del_fvec Wed, 21 Nov 2007 11:53:28 GMT Paul Brossier [a2f3555] * src/pitchyin.c (modified) pitchyin.c: redo indentation Wed, 21 Nov 2007 11:01:22 GMT Paul Brossier [fabb7cd] * src/onsetdetection.c (modified) * src/onsetdetection.h (modified) onsetdection.{c,h}: add spectral flux (L2 norm, only energy increases) Wed, 21 Nov 2007 10:59:54 GMT Paul Brossier [ec2fa2a] * src/onsetdetection.c (modified) * src/onsetdetection.h (modified) onsetdetection.{c,h}: redo indentation Tue, 20 Nov 2007 23:40:43 GMT Paul Brossier [15b97d9] * src/pitchyinfft.c (modified) pitchyinfft.c: return 0., not 0 Tue, 13 Nov 2007 08:03:11 GMT Paul Brossier [999b0c12] * src/onsetdetection.c (modified) * src/onsetdetection.h (modified) onsetdetection.{c,h}: remove obsolete _free function Wed, 07 Nov 2007 16:21:00 GMT Paul Brossier [18a82b3] * src/pitchfcomb.c (modified) * src/pitchmcomb.c (modified) * src/pitchyinfft.c (modified) merge from rhubarb Wed, 07 Nov 2007 16:19:31 GMT Paul Brossier [4b6937b] * src/fft.c (modified) fft.c: use ifdef, not if, improve indentation Wed, 07 Nov 2007 16:15:45 GMT Paul Brossier [b050e8e] * src/pitchmcomb.c (modified) pitchmcomb.c: redo indentation Wed, 07 Nov 2007 16:14:59 GMT Paul Brossier [c8cbf3c] * src/pitchfcomb.c (modified) pitchfcomb.c: redo indentation Wed, 07 Nov 2007 16:13:27 GMT Paul Brossier [10cf306] * src/pitchyinfft.c (modified) pitchyinfft.c: redo indentation Wed, 07 Nov 2007 15:32:03 GMT Paul Brossier [8b2dc90] * src/phasevoc.c (modified) * src/pitchfcomb.c (modified) * src/pitchyinfft.c (modified) phasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft Wed, 07 Nov 2007 15:30:29 GMT Paul Brossier [aadd27a] * src/fft.c (modified) * src/fft.h (modified) fft.c,fft.h: refactorised, no more mfft, only one fft Sun, 04 Nov 2007 15:53:41 GMT Paul Brossier [f1eda56] * src/scale.c (modified) scale.c: redo indentation Sun, 04 Nov 2007 15:53:15 GMT Paul Brossier [2d60be3] * src/hist.h (modified) hist.h: redo indentation Sun, 04 Nov 2007 15:52:50 GMT Paul Brossier [82f0c4e7] * src/scale.h (modified) scale.h: redo indentation Sun, 04 Nov 2007 15:47:38 GMT Paul Brossier [3c707f7] * src/hist.c (modified) * src/hist.h (modified) hist.{c,h}: redo indentation Sun, 04 Nov 2007 15:44:54 GMT Paul Brossier [812b376] * src/hist.c (modified) hist.c: move hist cent to a structure Sun, 04 Nov 2007 15:14:31 GMT Paul Brossier [274839f] * src/hist.c (modified) * src/hist.h (modified) * src/onsetdetection.c (modified) hist.c: move hist data to a structure, rename aubio_hist_weigth to ... Sat, 03 Nov 2007 18:07:21 GMT Paul Brossier [b1c948b] * src/phasevoc.c (modified) src/phasevoc.c: window is of type smpl_t Sat, 03 Nov 2007 18:03:58 GMT Paul Brossier [ac5f22c] * src/fft.c (modified) src/fft.c: fix norm computation when HAVE_COMPLEX_H is undefined Sat, 03 Nov 2007 15:59:04 GMT Paul Brossier [685412e] * src/phasevoc.c (modified) src/phasevoc.c: remove tabs, reindent Sat, 03 Nov 2007 15:53:55 GMT Paul Brossier [6ef7f67] * src/phasevoc.c (modified) src/phasevoc.c: remove unused variable Sat, 03 Nov 2007 15:50:17 GMT Paul Brossier [4f56a35] * src/phasevoc.c (modified) phasevoc.c: do not window the signal again during resynthesis Sat, 03 Nov 2007 13:52:34 GMT Paul Brossier [a47cd35] * src/fft.c (modified) * src/fft.h (modified) fft.{c,h}: remove tabs Sat, 03 Nov 2007 13:22:14 GMT Paul Brossier [01af943] * src/fft.c (modified) fft.c: reduce size of specdata with COMPLEX_H, fix computations ... Sat, 03 Nov 2007 12:23:35 GMT Paul Brossier [55e030d] * src/aubio_priv.h (modified) aubio_priv.h: update copyright, remove tabs Thu, 01 Nov 2007 13:29:08 GMT Paul Brossier [d1ec8cb] * src/Makefile.am (modified) * src/cvec.c (moved) * src/cvec.h (added) * src/fvec.c (added) * src/fvec.h (added) * src/sample.h (modified) splitted sample.c into fvec.c and cvec.c, kept sample.h for convenience Tue, 30 Oct 2007 02:01:30 GMT Paul Brossier [6d4ec49] * src/pitchdetection.c (modified) * src/pitchdetection.h (modified) pitchdetection.{c,h}: remove tabs Tue, 30 Oct 2007 02:01:07 GMT Paul Brossier [71d9f52] * src/aubio.h (modified) aubio.h: remove tabs Thu, 25 Oct 2007 02:02:06 GMT Paul Brossier [c1656cf] * configure.ac (modified) * examples/tests/test-beattracking.c (modified) * examples/tests/test-tempo.c (modified) * python/test/list_missing_tests (added) * python/test/run_all_tests (moved) * src/beattracking.c (modified) * src/beattracking.h (modified) * src/tempo.c (modified) * src/tempo.h (modified) * swig/aubio.i (modified) merge from main branch Fri, 05 Oct 2007 15:10:56 GMT Paul Brossier [e34b010] * examples/tests/test-beattracking.c (modified) * examples/tests/test-tempo.c (modified) * src/beattracking.c (modified) * src/beattracking.h (modified) * src/tempo.c (modified) * src/tempo.h (modified) * swig/aubio.i (modified) beattracking.{c,h},tempo.{c,h}: add aubio_beattracking_get_confidence Mon, 17 Sep 2007 00:04:17 GMT Paul Brossier [c0307f0] * src/bark.c (deleted) * src/bark.h (deleted) bark.{c,h}: remove unused code from libxtract Sun, 16 Sep 2007 22:50:05 GMT Paul Brossier [17961b0] * src/filterbank.c (modified) * src/filterbank.h (modified) filterbank.{c,h}: add aubio_filterbank_get_channel function Sun, 16 Sep 2007 20:03:40 GMT Paul Brossier [ff68b34] * src/filterbank.c (modified) filterbank.c: remove aubio_dump_filterbank Sun, 16 Sep 2007 19:56:35 GMT Paul Brossier [9170e4c] * src/mfcc.c (modified) mfcc.c: use new_aubio_filterbank_new Sun, 16 Sep 2007 19:55:42 GMT Paul Brossier [aa83433] * src/filterbank.c (modified) * src/filterbank.h (modified) filterbank.{c,h}: remove old new_aubio_filterbank_mfcc, replace with ... Sun, 16 Sep 2007 16:26:40 GMT Paul Brossier [177f09a] * src/mfcc.c (modified) * src/mfcc.h (modified) remove dump_filterbank kludge, move aubio_dct_do to mfcc.c Wed, 12 Sep 2007 17:36:11 GMT Amaury Hazan [bc4ba75] * examples/utils.c (modified) * src/filterbank.c (modified) * swig/aubio.i (modified) added mfcc binding Wed, 12 Sep 2007 17:23:35 GMT Amaury Hazan [95a64c7] * src/filterbank.c (modified) * src/sample.c (modified) secondary frequency vectors make a copy of freqs values and are ... Wed, 12 Sep 2007 15:55:48 GMT Amaury Hazan [787f1f3] * examples/aubiomfcc.c (modified) * examples/plotfb.py (modified) * examples/utils.c (modified) * src/filterbank.c (modified) * src/filterbank.h (modified) * src/mfcc.c (modified) * src/mfcc.h (modified) merged from laptop, change debug to AUBIO_DBG in filterbank.c Tue, 11 Sep 2007 19:36:36 GMT Amaury Hazan [83d5abf] * src/filterbank.c (modified) cleaned a bit and added TODO doc for ... Tue, 11 Sep 2007 19:25:43 GMT Amaury Hazan [f72ceeb] * examples/aubiomfcc.c (modified) * examples/plotfb.py (modified) * examples/utils.c (modified) * src/filterbank.c (modified) * src/filterbank.h (modified) * src/mfcc.c (modified) aubiomfcc.c: added a dump filterbank funcion filterbank: written ... Mon, 10 Sep 2007 22:14:01 GMT Amaury Hazan [ef1c3b7] * INSTALL (deleted) * examples/Makefile.am (modified) * examples/aubiomfcc.c (added) * examples/plotfb.py (added) * examples/plotmat.py (added) * examples/tests/test-beattracking.c (modified) * examples/tests/test-tempo.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * python/aubio/aubioclass.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/bark.c (added) * src/bark.h (added) * src/beattracking.c (modified) * src/beattracking.h (modified) * src/filterbank.c (added) * src/filterbank.h (added) * src/mathutils.c (modified) * src/mfcc.c (added) * src/mfcc.h (added) * src/tempo.c (modified) * src/tempo.h (modified) merged from aubio_mfcc, added slaney filterbank (70% done) Mon, 10 Sep 2007 17:29:32 GMT Amaury Hazan [7a46bf6] * examples/Makefile.am (modified) * examples/aubiomfcc.c (modified) * examples/plotfb.py (added) * examples/plotmat.py (added) * examples/tests/test-beattracking.c (modified) * examples/tests/test-tempo.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/beattracking.c (modified) * src/beattracking.h (modified) * src/filterbank.c (modified) * src/filterbank.h (modified) * src/mfcc.c (modified) * src/mfcc.h (modified) * src/tempo.c (modified) * src/tempo.h (modified) merged from piem, corrected mffcs coefs/filter number added some ... Sat, 08 Sep 2007 17:11:55 GMT Paul Brossier [45134c5] * src/filterbank.c (modified) filterbank.c: remove old references to fft_tables Sat, 08 Sep 2007 14:12:31 GMT Paul Brossier [f14a78d] * src/filterbank.c (modified) filterbank.c: make sure we never write out of input/output vectors in ... Sat, 08 Sep 2007 13:59:11 GMT Paul Brossier [b276dee] * src/filterbank.c (modified) * src/filterbank.h (modified) * src/mfcc.c (modified) * src/mfcc.h (modified) mfcc.{c,h}, filterbank.{c,h}: move filter initialisation into ... Sat, 08 Sep 2007 13:36:12 GMT Paul Brossier [3504fd7f] * src/aubio.h (modified) aubio.h: add filterbank.h Sat, 08 Sep 2007 13:33:54 GMT Paul Brossier [d3c5282] * src/Makefile.am (modified) src/Makefile.am: add filterbank.h Sat, 08 Sep 2007 12:37:02 GMT Paul Brossier [cfe4038] * src/filterbank.c (modified) * src/mfcc.c (modified) filterbank.c, mfcc.c: move aubio_mfcc_init to mfcc Sat, 08 Sep 2007 12:19:53 GMT Paul Brossier [4f33dd3] * src/mfcc.c (modified) mfcc.c: remove old code Sat, 08 Sep 2007 12:16:37 GMT Paul Brossier [34d72f0] * src/mfcc.c (modified) mfcc.c: make structure declaration somewhat more compact Sat, 08 Sep 2007 12:13:16 GMT Paul Brossier [55ce41c] * src/filterbank.c (modified) filterbank.c: remove to be deleted code Sat, 08 Sep 2007 12:12:36 GMT Paul Brossier [f918cb9] * src/filterbank.c (modified) filterbank.c: update header, fix fvec_t typo, allocate ... Sat, 08 Sep 2007 12:09:59 GMT Paul Brossier [73eaa2e] * src/filterbank.h (modified) * src/mfcc.h (modified) update copyrights, remove old libxtract code, cosmetic header changes Sat, 08 Sep 2007 11:52:48 GMT Paul Brossier [21bd43c] * examples/aubiomfcc.c (added) * examples/utils.c (modified) * examples/utils.h (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/bark.c (added) * src/bark.h (added) * src/filterbank.c (added) * src/filterbank.h (added) * src/mfcc.c (added) * src/mfcc.h (added) merge from Amaury's changes Fri, 07 Sep 2007 13:47:55 GMT Amaury Hazan [8708556] * src/filterbank.c (modified) * src/filterbank.h (modified) * src/mfcc.c (modified) * src/mfcc.h (modified) 80% wrapped-up filterbank and mfcc Thu, 06 Sep 2007 17:32:13 GMT Amaury Hazan [7c6c806d] * examples/aubiomfcc.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * src/Makefile.am (modified) * src/filterbank.c (modified) * src/filterbank.h (modified) * src/mfcc.c (modified) * src/mfcc.h (modified) minor changes Thu, 06 Sep 2007 16:04:08 GMT Paul Brossier [cb0415d] * examples/tests/test-tempo.c (modified) * src/tempo.c (modified) * src/tempo.h (modified) tempo.{c,h}: add aubio_tempo_get_bpm, which for now just calls ... Thu, 06 Sep 2007 16:01:41 GMT Paul Brossier [416c0b5] * src/beattracking.c (modified) * src/beattracking.h (modified) beattracking.{h,c}: add function aubio_beattracking_get_bpm to return ... Thu, 06 Sep 2007 13:45:23 GMT Amaury Hazan [97886fa] * examples/aubiomfcc.c (modified) * src/mfcc.c (modified) minor changes Thu, 06 Sep 2007 00:33:11 GMT Amaury Hazan [71d3bf0] * examples/aubiomfcc.c (modified) * src/Makefile.am (modified) * src/filterbank.c (moved) * src/filterbank.h (moved) * src/mfcc.c (modified) * src/mfcc.h (modified) small adds Wed, 05 Sep 2007 19:37:09 GMT Paul Brossier [fe28ff3] * examples/aubiomfcc.c (modified) * src/aubio.h (modified) * src/aubiofilterbank.c (modified) * src/aubiofilterbank.h (modified) * src/mfcc.h (modified) minor corrections Wed, 05 Sep 2007 16:46:29 GMT ahazan [88199ce] * examples/aubiomfcc.c (added) * src/aubiofilterbank.c (added) * src/aubiofilterbank.h (added) * src/bark.c (added) * src/bark.h (added) * src/mfcc.c (added) * src/mfcc.h (added) added mffc + bark Wed, 02 May 2007 13:10:42 GMT Paul Brossier [ade9afe] * src/mathutils.c (modified) mathutils.c: indentation, remove tabs, no { at beginning of line, no ... Tue, 17 Apr 2007 23:07:48 GMT Paul Brossier [0dbdb40] * src/mathutils.c (modified) * src/mathutils.h (modified) mathutils.c: add aubio_spectral_centroid Tue, 17 Apr 2007 19:59:15 GMT Paul Brossier [fff2bee] * src/mathutils.c (modified) * src/mathutils.h (modified) mathutils.c: add aubio_zero_crossing_rate at Amaury's request Tue, 10 Oct 2006 13:12:19 GMT Paul Brossier [b377d04] * ext/jackio.c (modified) * ext/midi/midi_player.c (modified) * src/filter.c (modified) * src/onsetdetection.c (modified) * src/pitchdetection.c (modified) remove unused parameter warnings with UNUSED remove unused parameter ... Tue, 10 Oct 2006 13:09:34 GMT Paul Brossier [ec399cf] * src/aubio_priv.h (modified) add define for __attribute__((unused)) add define for ... Fri, 29 Sep 2006 14:50:37 GMT Paul Brossier [d88ea06] * src/fft.h (modified) * src/filter.h (modified) * src/hist.h (modified) * src/mathutils.h (modified) * src/peakpick.h (modified) * src/pitchmcomb.h (modified) * src/tempo.h (modified) add some documentation add some documentation Fri, 29 Sep 2006 14:20:14 GMT Paul Brossier [3b3ec6c] * src/fft.h (modified) use replacement if complex.h not found use replacement if complex.h ... Fri, 29 Sep 2006 14:19:55 GMT Paul Brossier [237f632] * configure.ac (modified) * src/fft.c (modified) * src/onsetdetection.c (modified) use replacement if complex.h not found use replacement if complex.h ... Fri, 29 Sep 2006 14:15:56 GMT Paul Brossier [17db1cd] * configure.ac (modified) * examples/Makefile.am (modified) * ext/Makefile.am (modified) * src/Makefile.am (modified) use AUBIO_CFLAGS, not CFLAGS use AUBIO_CFLAGS, not CFLAGS Fri, 29 Sep 2006 13:58:29 GMT Paul Brossier [8a1f9a4] * src/aubio_priv.h (modified) * src/mathutils.h (modified) move libc aliases from mathutils.h to to aubio_priv.h move libc ... Sun, 23 Jul 2006 11:05:01 GMT Paul Brossier [475da2f] * src/pitchdetection.c (modified) add documentation for _aubio_pitchdetection_t add documentation for ... Sun, 23 Jul 2006 10:56:17 GMT Paul Brossier [ceed6dc] * src/pitchyinfft.h (modified) add documentation for del_aubio_pitchyinfft add documentation for ... Sun, 23 Jul 2006 10:54:56 GMT Paul Brossier [91879d9] * src/pitchyinfft.c (modified) add documentation for _aubio_pitchyinfft_t, remove unused parameters ... Sun, 23 Jul 2006 10:27:57 GMT Paul Brossier [fa4400e] * src/tss.h (modified) remove useless extern remove useless extern Sun, 23 Jul 2006 10:27:19 GMT Paul Brossier [227564e] * src/fft.h (modified) remove useless extern remove useless extern Sun, 23 Jul 2006 10:26:04 GMT Paul Brossier [a89438a] * src/sample.h (modified) remove useless extern remove useless extern Sun, 23 Jul 2006 10:14:39 GMT Paul Brossier [6ba2f1c] * src/sample.h (modified) add documentation for fvec_t and cvec_t add documentation for fvec_t ... Sun, 23 Jul 2006 09:01:03 GMT Paul Brossier [989bf7f] * src/onset.c (modified) make comments doxygen compliant make comments doxygen compliant Sun, 23 Jul 2006 09:00:14 GMT Paul Brossier [895ad8c] * src/onset.h (modified) complete documentation for onset routines complete documentation for ... Sun, 23 Jul 2006 08:57:39 GMT Paul Brossier [b740b96] * src/onsetdetection.c (modified) add documentation for _aubio_onset_detection_t add documentation for ... Sun, 23 Jul 2006 08:56:27 GMT Paul Brossier [bd24069] * src/onsetdetection.h (modified) remove completed todo, fix documentation remove completed todo, fix ... Sat, 22 Jul 2006 09:41:27 GMT Paul Brossier [7524d0b] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset.c (added) * src/onset.h (added) * src/tempo.c (added) * src/tempo.h (added) add tempo and onset functions add tempo and onset functions Sat, 22 Jul 2006 09:39:18 GMT Paul Brossier [3eb0cc3] * src/aubio.h (modified) update doxygen introduction update doxygen introduction Fri, 21 Jul 2006 18:07:07 GMT Paul Brossier [e8830c4] * README (modified) * src/onsetdetection.h (modified) * src/pitchyinfft.h (modified) correct date of thesis references correct date of thesis references