# # ChangeLog for / # # Generated by Trac 1.2 # Sep 19, 2024, 8:58:46 PM Mon, 19 Oct 2009 12:45:13 GMT Paul Brossier [b01bd4a] * src/aubio.h (modified) * src/onset/peakpick.c (modified) * src/temporal/biquad.c (modified) * src/temporal/biquad.h (modified) * swig/aubio.i (modified) * tests/src/test-biquad.c (modified) src/temporal: derive biquad from filter, use in peakpicker Mon, 19 Oct 2009 11:52:04 GMT Paul Brossier [59c046d] * src/spectral/filterbank_mel.c (modified) * src/spectral/filterbank_mel.h (modified) * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) * swig/aubio.i (modified) * tests/src/temporal/test-aweighting.c (modified) * tests/src/temporal/test-cweighting.c (modified) * tests/src/test-filter.c (modified) src/spectral/filter.c, src/temporal/filterbank_mel.c: move samplerate ... Mon, 19 Oct 2009 08:59:32 GMT Paul Brossier [b14107f] * examples/aubionotes.c (modified) * examples/aubiopitch.c (added) * tests/python/src/pitch/pitchdetection.py (modified) examples/aubiopitch.c: added c version of aubiopitch, more renaming Mon, 19 Oct 2009 08:51:59 GMT Paul Brossier [ca1abdd] * plugins/puredata/aubiopitch~.c (modified) * python/aubio/aubioclass.py (modified) * python/aubio/task/notes.py (modified) * python/aubio/task/pitch.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/pitch/pitch.c (moved) * src/pitch/pitch.h (moved) * swig/aubio.i (modified) * tests/python/src/pitch/pitchdetection.py (modified) * tests/src/Makefile.am (modified) * tests/src/test-pitchdetection.c (modified) rename aubio_pitchdetection to aubio_pitch Sun, 18 Oct 2009 13:20:00 GMT Paul Brossier [9f07d52] * python/aubio/aubioclass.py (modified) python/aubio/aubioclass.py: update peakpicker usage Sun, 18 Oct 2009 13:19:26 GMT Paul Brossier [247ce7d] * examples/aubionotes.c (modified) examples/aubionotes.c: update median usage Sun, 18 Oct 2009 13:18:33 GMT Paul Brossier [bf1c6746] * tests/python/src/onset/peakpick.py (modified) tests/python/src/onset/peakpick.py: update peakpicker usage Sun, 18 Oct 2009 13:17:20 GMT Paul Brossier [e5f49af] * swig/aubio.i (modified) swig/aubio.i: remove unused extern, update peakpicker Sun, 18 Oct 2009 13:08:59 GMT Paul Brossier [56ef7e1] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/onset/onset.c (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * tests/src/test-peakpick.c (modified) Change peakpicker to match API specs, make quadint per channel * ... Sat, 17 Oct 2009 15:18:47 GMT Paul Brossier [74516f7] * swig/aubio.i (modified) swig/aubio.i: remove windo enum Sat, 17 Oct 2009 12:38:47 GMT Paul Brossier [407bba9] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/phasevoc.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) src/mathutils.c: use a string for window type, making enum private Sat, 17 Oct 2009 12:15:32 GMT Paul Brossier [858cfa7] * interfaces/java/aubio/Makefile.am (modified) * tests/src/Makefile.am (modified) remove references to aubioext in Makefile.am Fri, 16 Oct 2009 22:43:00 GMT Paul Brossier [740f06b] * Makefile.am (modified) * configure.ac (modified) * examples/Makefile.am (modified) * examples/jackio.c (moved) * examples/jackio.h (moved) * examples/sndfileio.c (moved) * examples/sndfileio.h (moved) * examples/utils.h (modified) * examples/wscript_build (modified) * ext/Makefile.am (deleted) * ext/aubioext.h (deleted) * ext/wscript_build (deleted) * python/aubio/Makefile.am (modified) * python/aubio/wscript_build (modified) * swig/aubio.i (modified) * tests/README.tests (moved) * tests/python/examples/aubiopitch/yinfft.16568__acclivity__TwoCows.wav.txt (moved) * tests/src/test-phasevoc-jack.c (modified) * wscript (modified) ext/, examples/, swig/, python/, tests/: remove libaubioext, make ... Fri, 16 Oct 2009 21:04:50 GMT Paul Brossier [6107f4c] * src/spectral/mfcc.h (modified) src/spectral/mfcc.h: indent Fri, 16 Oct 2009 21:03:08 GMT Paul Brossier [d4c5de7] * examples/aubiomfcc.c (modified) * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubioquiet.c (modified) * examples/aubiotrack.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) examples/: make use of aubio_onset in aubioonset and aubionotes, ... Fri, 16 Oct 2009 20:56:17 GMT Paul Brossier [2828382] * tests/src/test-mfcc.c (modified) tests/src/: update mfcc Fri, 16 Oct 2009 20:55:55 GMT Paul Brossier [41bf913] * src/spectral/mfcc.c (modified) src/spectral/mfcc.c: move samplerate at the end of params Fri, 16 Oct 2009 19:57:29 GMT Paul Brossier [7778f39] * tests/src/test-onset.c (modified) * tests/src/test-tempo.c (modified) tests/src/: update to use samplerate Fri, 16 Oct 2009 19:56:26 GMT Paul Brossier [e4f142c] * src/onset/onset.c (modified) * src/onset/onset.h (modified) src/onset/: use samplerate Fri, 16 Oct 2009 19:55:02 GMT Paul Brossier [d25bd12] * plugins/puredata/aubiotempo~.c (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) src/tempo: use samplerate Fri, 16 Oct 2009 19:54:10 GMT Paul Brossier [68b8233] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: indent Fri, 16 Oct 2009 19:53:17 GMT Paul Brossier [970bced] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: use onset driver Fri, 16 Oct 2009 19:51:31 GMT Paul Brossier [67d0a8b] * src/temporal/resampler.h (modified) src/temporal/resampler.h: only defined if HAVE_SAMPLERATE Fri, 16 Oct 2009 19:28:59 GMT Paul Brossier [0d434df5] * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) tests/src/test-{hist,window}.c: remove unused argc argv Fri, 16 Oct 2009 17:56:10 GMT Paul Brossier [1812f49] * src/tempo/beattracking.c (modified) src/tempo/beattracking.c: default to no warnings Fri, 16 Oct 2009 17:40:32 GMT Paul Brossier [3ca6155] * python/aubio/Makefile.am (modified) python/aubio: utils.py removed Fri, 16 Oct 2009 15:55:58 GMT Paul Brossier [240e416] * configure.ac (modified) configure.ac: when compiling with --enable-double, default to fftw3 Fri, 16 Oct 2009 02:26:05 GMT Paul Brossier [f1b925e] * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) src/onset/peakpick.{c,h}: setters to return uint Fri, 16 Oct 2009 02:16:42 GMT Paul Brossier [0a257a6] * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) src/tempo/tempo.{c,h}: setters to return unsigned ints Fri, 16 Oct 2009 02:03:03 GMT Paul Brossier [6338636] * src/onset/onset.c (modified) * src/onset/onset.h (modified) src/onset/onset.c: setters to return unsigned ints Fri, 16 Oct 2009 02:02:01 GMT Paul Brossier [f1b6aad] * plugins/puredata/aubiotss~.c (modified) * src/spectral/tss.c (modified) * src/spectral/tss.h (modified) * tests/src/test-tss.c (modified) src/spectral/tss.c: simplify new_ method, add setters for threshold, ... Thu, 15 Oct 2009 19:09:38 GMT Paul Brossier [28c162c] * src/utils/scale.c (modified) * src/utils/scale.h (modified) src/utils/scale.{c,h}: set method to return int Thu, 15 Oct 2009 19:06:56 GMT Paul Brossier [93177fa] * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) src/pitch/pitchdetection.{c,h}: update documentation, return ints in ... Thu, 15 Oct 2009 18:50:51 GMT Paul Brossier [e8ae95ac] * src/aubio_priv.h (modified) src/aubio_priv.h: change AUBIO_FAIL from 1 to -1, now works with ... Thu, 15 Oct 2009 18:46:32 GMT Paul Brossier [515c7b2] * python/aubio/task/__init__.py (modified) * python/aubio/task/notes.py (modified) * python/aubio/task/onset.py (modified) * python/aubio/task/pitch.py (modified) * python/aubio/task/utils.py (deleted) python/: remove task.utils, not used anymore Thu, 15 Oct 2009 16:54:23 GMT Paul Brossier [fe163ad] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * plugins/puredata/aubiopitch~.c (modified) * python/aubio/aubioclass.py (modified) * python/aubio/task/params.py (modified) * python/aubio/task/pitch.py (modified) * python/aubio/task/utils.py (modified) * python/aubiopitch (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) * swig/aubio.i (modified) * tests/src/test-pitchdetection.c (modified) src/pitch: use a string to set pitch method, add a new function to ... Thu, 15 Oct 2009 16:49:47 GMT Paul Brossier [cd77c15] * src/onset/onsetdetection.c (modified) src/onset/onsetdetection.c: add 'default' method, set it to hfc, set ... Thu, 15 Oct 2009 15:09:34 GMT Paul Brossier [b4f5967] * examples/aubiotrack.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * plugins/puredata/aubioonset~.c (modified) * plugins/puredata/aubiotempo~.c (modified) * python/aubio/aubioclass.py (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * swig/aubio.i (modified) * tests/src/test-onset.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-tempo.c (modified) src/onset: use a string to set onset mode, keeping onset types enum ... Thu, 15 Oct 2009 14:07:36 GMT Paul Brossier [27fa522] * src/types.h (modified) src/types.h: added a typedef for char to help wrappers Thu, 15 Oct 2009 13:52:18 GMT Paul Brossier [24d4433] * src/tempo/beattracking.h (modified) src/tempo/beattracking.h: fix typo Thu, 15 Oct 2009 13:37:08 GMT Paul Brossier [fe9c314] * src/temporal/resampler.c (modified) * src/temporal/resampler.h (modified) src/temporal/resampler.{c,h}: use smpl_t, and convet that to a double ... Thu, 15 Oct 2009 13:12:19 GMT Paul Brossier [c9cebe1] * src/spectral/mfcc.h (modified) * src/spectral/tss.h (modified) src/spectral: cosmetic changes Thu, 15 Oct 2009 13:09:07 GMT Paul Brossier [d9b5009] * src/pitch/pitchdetection.h (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.h (modified) src/pitch: cosmetic changes Sun, 11 Oct 2009 10:49:49 GMT Paul Brossier [202ffa5] * src/spectral/mfcc.c (modified) src/spectral/mfcc.c: also loop over channels Sun, 11 Oct 2009 10:47:43 GMT Paul Brossier [74a4865] * src/spectral/fft.c (modified) src/spectral/fft.c: fix imag boundaries, including for odd fft sizes Sun, 11 Oct 2009 10:40:04 GMT Paul Brossier [4f4299d] * src/spectral/fft.c (modified) src/spectral/fft.c: make sure we set allocated vectors to 0 Sun, 11 Oct 2009 10:38:43 GMT Paul Brossier [8979752] * src/spectral/fft.c (modified) src/spectral/fft.c: 0 and N/2 + 1 phase must carry the sign of ... Sun, 11 Oct 2009 10:37:01 GMT Paul Brossier [2fde783] * src/spectral/fft.c (modified) src/spectral/fft.c: do not zero phase for no good reason, use ATAN2 macro Sun, 11 Oct 2009 10:33:04 GMT Paul Brossier [76fc277] * src/aubio_priv.h (modified) src/aubio_priv.h: add macro for ATAN2 Sun, 11 Oct 2009 10:32:05 GMT Paul Brossier [77a321c] * src/aubio_priv.h (modified) src/aubio_priv.h: IS_DENORMAL also for negative ones, CEIL_DENORMAL ... Thu, 08 Oct 2009 19:07:23 GMT Paul Brossier [5f4fd2f] * tests/python/template.py (modified) tests/python/template.py: also print the command when failing Thu, 08 Oct 2009 19:04:33 GMT Paul Brossier [b45b4ea] * tests/python/localaubio.py (modified) tests/python/localaubio.py: swith location Thu, 08 Oct 2009 19:03:35 GMT Paul Brossier [7280e67] * tests/python/examples/aubiopitch.py (modified) tests/python/examples/aubiopitch.py: do not fail if file is missing, ... Thu, 08 Oct 2009 19:00:53 GMT Paul Brossier [8802f92] * tests/python/src/pitch/pitchdetection.py (modified) tests/python/src/pitch/pitchdetection.py: update to latest pitch ... Thu, 08 Oct 2009 18:59:23 GMT Paul Brossier [3027c6e] * python/aubio/aubioclass.py (modified) * python/aubio/task/pitch.py (modified) python/aubio: update to latest pitch prototypes Thu, 08 Oct 2009 18:54:49 GMT Paul Brossier [61316a6] * examples/aubionotes.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * plugins/puredata/aubiopitch~.c (modified) examples plugins: update to latest pitch prototypes Thu, 08 Oct 2009 18:52:07 GMT Paul Brossier [05773a2c] * swig/aubio.i (modified) swig/aubio.i: update pitch prototypes Thu, 08 Oct 2009 18:51:06 GMT Paul Brossier [7a6cbbe] * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) * tests/src/test-pitchdetection.c (modified) src/pitch/pitchdetection.{c,h}: clean and update prototypes, sync ... Thu, 08 Oct 2009 18:49:10 GMT Paul Brossier [22d33e2] * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) * tests/src/test-pitchyinfft.c (modified) src/pitch/pitchyinfft.{c,h}: add get/set for tolerance, clean and ... Thu, 08 Oct 2009 18:24:43 GMT Paul Brossier [2ba3440] * src/pitch/pitchyin.c (modified) * src/pitch/pitchyin.h (modified) * tests/src/test-pitchyin.c (modified) src/pitch/pitchyin.{c,h}: add proper aubio_pitchyin_t object, clean ... Thu, 08 Oct 2009 18:20:19 GMT Paul Brossier [f162cf9] * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchschmitt.h (modified) * tests/src/test-pitchschmitt.c (modified) src/pitch/pitchschmitt.c: remove unneeded samplerate parameter, ... Thu, 08 Oct 2009 18:07:20 GMT Paul Brossier [e5757cf] * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * tests/src/test-pitchmcomb.c (modified) src/pitch/pitchmcomb.{c,h}: remove unused samplerate parameter, make ... Thu, 08 Oct 2009 17:46:46 GMT Paul Brossier [8040cca] * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * tests/src/test-pitchfcomb.c (modified) src/pitch/pitchfcomb.c: update prototypes, make multichannel, remove ... Thu, 08 Oct 2009 16:14:45 GMT Paul Brossier [6fc103d] * src/Makefile.am (modified) src/Makefile.am: update resampler filename Thu, 08 Oct 2009 10:28:56 GMT Paul Brossier [64c3658] * swig/aubio.i (modified) swig/aubio.i: update aubio_resampler_do Thu, 08 Oct 2009 10:27:41 GMT Paul Brossier [0af05d3] * src/aubio.h (modified) * src/temporal/resampler.c (moved) * src/temporal/resampler.h (moved) rename src/temporal/resample.c to src/temporal/resampler.c Thu, 08 Oct 2009 10:07:12 GMT Paul Brossier [9daf018] * tests/src/test-resample.c (modified) tests/src/test-resample.c: run 10 times, update defines Thu, 08 Oct 2009 10:03:08 GMT Paul Brossier [06f2d78] * src/temporal/resample.c (modified) * src/temporal/resample.h (modified) src/temporal/resample.{c,h}: _do function returns void Thu, 08 Oct 2009 03:50:27 GMT Paul Brossier [47f17fc] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: update peakpicker Thu, 08 Oct 2009 02:31:11 GMT Paul Brossier [ca55954] * tests/python/examples/aubioonset.py (modified) tests/python/examples/aubioonset.py: do not check onset is actually ... Thu, 08 Oct 2009 02:30:11 GMT Paul Brossier [ca0a821] * tests/python/examples/aubionotes.py (modified) tests/python/examples/aubionotes.py: do not assume the error is known Thu, 08 Oct 2009 02:24:19 GMT Paul Brossier [874ed55] * tests/python/examples/template.py (deleted) * tests/python/template.py (modified) tests/python/template.py: factorise Thu, 08 Oct 2009 01:11:30 GMT Paul Brossier [e6b2a0c] * tests/python/src/spectral/fft.py (modified) tests/python/src/spectral/fft.py: remove abs, test passes in double ... Thu, 08 Oct 2009 01:09:43 GMT Paul Brossier [66760af] * configure.ac (modified) configure.ac: add option to compile in double precision Thu, 08 Oct 2009 01:08:06 GMT Paul Brossier [41f4c5b] * src/mathutils.c (modified) src/mathutils.c: indent, add parenthesis and initialise pos in ... Thu, 08 Oct 2009 01:05:44 GMT Paul Brossier [05a3479] * examples/utils.c (modified) examples/utils.c: remove unused variable Thu, 08 Oct 2009 00:48:37 GMT Paul Brossier [70dd55c] * tests/python/src/temporal/c_weighting.py (added) * tests/python/src/temporal/c_weighting_test_simple.expected (added) * tests/python/src/temporal/c_weighting_test_simple_8000.expected (added) tests/python/src/temporal/c_weighting.py: add test for c_weighting Thu, 08 Oct 2009 00:42:21 GMT Paul Brossier [e5ddc32] * tests/python/src/pitch/pitchdetection.py (modified) tests/python/src/pitch/pitchdetection.py: update prototypes Thu, 08 Oct 2009 00:37:08 GMT Paul Brossier [c9ca5a6e] * tests/python/src/utils/hist.py (modified) src/utils/hist.py: kill print Thu, 08 Oct 2009 00:35:50 GMT Paul Brossier [5a93302] * tests/python/src/onset/peakpick.py (modified) tests/python/src/onset/peakpick.py: update to interpolated peak position Thu, 08 Oct 2009 00:13:38 GMT Paul Brossier [2672d67] * tests/python/src/temporal/a_weighting.py (modified) * tests/python/src/temporal/a_weighting_test_simple.expected (added) tests/python/src/temporal/: update a_weighting tests Thu, 08 Oct 2009 00:10:10 GMT Paul Brossier [f603b57] * tests/python/template.py (modified) tests/python: update template.py Thu, 08 Oct 2009 00:03:37 GMT Paul Brossier [cc9d0cc] * tests/python/src/temporal/filter.py (modified) tests/python/src/temporal/filter.py: update imports Thu, 08 Oct 2009 00:02:11 GMT Paul Brossier [8fe9c10] * src/spectral/filterbank.c (modified) src/spectral/filterbank.c: make sure we don't read outside of boundaries Thu, 08 Oct 2009 00:00:52 GMT Paul Brossier [1594d49] * tests/python/src/spectral/filterbank.py (modified) * tests/python/src/spectral/filterbank_mfcc.txt (deleted) * tests/python/src/spectral/filterbank_mfcc_16000_512.txt (added) tests/python: updated filterbank test Wed, 07 Oct 2009 23:23:31 GMT Paul Brossier [db62622] * tests/python/src/pitch/pitchdetection.py (modified) * tests/python/src/spectral/fft.py (modified) * tests/python/src/spectral/phasevoc.py (modified) * tests/python/src/temporal/zero_crossing_rate.py (modified) * tests/python/src/utils/hist.py (modified) * tests/python/src/utils/scale.py (modified) tests/python: update imports Wed, 07 Oct 2009 23:19:48 GMT Paul Brossier [a9f1656] * tests/python/localaubio.py (modified) tests/python/localaubio.py: simplify, also import template Wed, 07 Oct 2009 21:32:42 GMT Paul Brossier [3c18f9e] * src/spectral/filterbank_mel.c (modified) * src/spectral/filterbank_mel.h (modified) src/spectral/filterbank_mel.{c,h}: rename _set_mel_coeffs to ... Wed, 07 Oct 2009 21:27:41 GMT Paul Brossier [9a12264] * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) src/pitch/pitchmcomb.c: hide aubio_pitch_cands Wed, 07 Oct 2009 21:24:54 GMT Paul Brossier [a72f3f1] * src/onset/onset.c (modified) * src/onset/onset.h (modified) * tests/src/test-onset.c (modified) src/onset/onset.c: rename aubio_onset to aubio_onset_do Wed, 07 Oct 2009 21:23:30 GMT Paul Brossier [316092e] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: update peakpicker prototype Wed, 07 Oct 2009 21:21:15 GMT Paul Brossier [277918b] * src/temporal/resample.c (modified) * src/temporal/resample.h (modified) * swig/aubio.i (modified) src/temporal/resample.c: rename aubio_resampler_process to ... Wed, 07 Oct 2009 21:19:36 GMT Paul Brossier [0ce97483] * src/utils/hist.c (modified) * src/utils/scale.c (modified) * src/utils/scale.h (modified) * swig/aubio.i (modified) * tests/src/test-scale.c (modified) src/utils/scale.c: rename aubio_scale_set to aubio_scale_set_limits Wed, 07 Oct 2009 20:58:25 GMT Paul Brossier [01b8fcc] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * plugins/puredata/aubioonset~.c (modified) * python/aubio/aubioclass.py (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/tempo/tempo.c (modified) * swig/aubio.i (modified) * tests/src/test-onsetdetection.c (modified) src/onset: rename aubio_onsetdetection to aubio_onsetdetection_do Wed, 07 Oct 2009 20:45:30 GMT Paul Brossier [cb158ab] * src/onset/onsetdetection.c (modified) src/onset/onsetdetection.c: remove unused variable Wed, 07 Oct 2009 20:43:12 GMT Paul Brossier [d0dca26] * src/spectral/mfcc.c (modified) src/spectral/mfcc.c: add missing include Wed, 07 Oct 2009 20:34:07 GMT Paul Brossier [5bf23f7] * examples/aubiotrack.c (modified) * plugins/puredata/aubiotempo~.c (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * tests/src/test-tempo.c (modified) src/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do Wed, 07 Oct 2009 18:33:15 GMT Paul Brossier [a808d05] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: rename peakpicker Wed, 07 Oct 2009 18:31:43 GMT Paul Brossier [8766cb6] * examples/utils.c (modified) * examples/utils.h (modified) * src/onset/onset.c (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) * src/tempo/tempo.c (modified) * swig/aubio.i (modified) * tests/src/test-peakpick.c (modified) src/onset/peakpick.c: rename aubio_pickpeak_t to aubio_peakpicker_t Wed, 07 Oct 2009 18:11:00 GMT Paul Brossier [cfa0f12] * tests/src/test-filter.c (modified) tests/src/test-filter.c: avoid redefining o