# # ChangeLog for / # # Generated by Trac 1.2 # Sep 19, 2024, 7:32:50 PM Fri, 04 Dec 2009 00:32:43 GMT Paul Brossier [c7860af] * src/fmat.c (added) * src/fmat.h (added) * src/fvec.c (modified) * src/fvec.h (modified) * src/lvec.c (modified) * src/lvec.h (modified) modified fvec and lvec to be mono, added fmat Thu, 03 Dec 2009 18:26:49 GMT Paul Brossier [c6d0169] * .gitignore (modified) .gitignore: added *.o Thu, 03 Dec 2009 18:11:58 GMT Paul Brossier [ae57d45] * .bzrignore (deleted) removed .bzrignore Thu, 03 Dec 2009 17:52:38 GMT Paul Brossier [1dd137b] * .gitignore (added) added .gitignore Mon, 30 Nov 2009 20:11:31 GMT Paul Brossier [e3cf37a] * wscript (modified) wscript: add libs to examples for binutils-gold Thu, 26 Nov 2009 00:00:25 GMT Paul Brossier [9817026] * examples/jackio.c (modified) * examples/utils.h (modified) examples/: include config.h Wed, 25 Nov 2009 23:59:26 GMT Paul Brossier [75be651] * interfaces/python/gen_pyobject.py (modified) interfaces/python/gen_pyobject.py: fix aubio2types Sun, 15 Nov 2009 14:31:11 GMT Paul Brossier [5ddcdf2] * configure.ac (modified) * examples/Makefile.am (modified) configure.ac: add AUBIO_LIBS, now needs only -lm (closes: #553930) Sun, 15 Nov 2009 14:28:34 GMT Paul Brossier [2b4d006] * configure.ac (modified) configure.ac: do not check for fftw3.h, let pkg-config do that Sun, 15 Nov 2009 14:26:19 GMT Paul Brossier [449bff6] * interfaces/python/aubiomodule.c (modified) aubiomodule.c: add generated objects Sun, 15 Nov 2009 14:19:45 GMT Paul Brossier [90077e4] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: simplify using regex, add PyMethodDefs Sun, 15 Nov 2009 14:16:44 GMT Paul Brossier [4bc098c] * interfaces/python/generator.py (modified) generator.py: also spit out aubio-generated.h Sun, 15 Nov 2009 14:01:06 GMT Paul Brossier [d6f9b3a] * interfaces/python/aubio-types.h (modified) * interfaces/python/py-fvec.c (modified) py-fvec.c: add PyAubio_CFvecToArray Sun, 15 Nov 2009 14:00:04 GMT Paul Brossier [965ea78] * interfaces/python/aubiowraphell.h (added) python/aubiowraphell.h: sprinkle some cpp magic Fri, 13 Nov 2009 23:43:14 GMT Paul Brossier [a300cef] * src/Makefile.am (modified) src/Makefile.am: rename peakpicker.h here too, thanks to Laurent ... Fri, 06 Nov 2009 00:27:05 GMT Paul Brossier [7db3477] * interfaces/python/aubio-types.h (modified) aubio-types.h: python module has it all Fri, 06 Nov 2009 00:25:13 GMT Paul Brossier [5c246b0] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: update, add smpl_t Fri, 06 Nov 2009 00:23:58 GMT Paul Brossier [7c4cf20] * interfaces/python/generator.py (modified) generator.py: fully blown mode Fri, 06 Nov 2009 00:15:05 GMT Paul Brossier [8b8336b] * doc/user.cfg (modified) doc/user.cfg: sync with aubio.h Fri, 06 Nov 2009 00:08:44 GMT Paul Brossier [3ac7cb0] * src/onset/onset.h (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.h (modified) * src/spectral/mfcc.h (modified) * src/spectral/tss.h (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.h (modified) src/: cleanup variable names in prototypes Thu, 05 Nov 2009 23:42:20 GMT Paul Brossier [b8ee46c] * interfaces/python/generator.py (modified) generator.py: skip resampler Thu, 05 Nov 2009 23:41:39 GMT Paul Brossier [eb93592] * interfaces/python/py-cvec.c (modified) py-cvec.c: cvec.length to return the actual length Thu, 05 Nov 2009 23:14:23 GMT Paul Brossier [c03e777] * src/aubio.h (modified) src/aubio.h: make filterbank public, should be stable enough now Thu, 05 Nov 2009 23:11:41 GMT Paul Brossier [61139c6] * swig/aubio.i (modified) swig/aubio.i: add peakpicker again, alias for char_t, include ... Thu, 05 Nov 2009 23:09:38 GMT Paul Brossier [7b485af] * tests/src/test-phasevoc-jack.c (modified) tests/src/test-phasevoc-jack.c: print warning if jack not built in, ... Thu, 05 Nov 2009 23:08:21 GMT Paul Brossier [2359cbd] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * wscript (modified) wscript: factorise build of extra source files Thu, 05 Nov 2009 23:06:27 GMT Paul Brossier [3e17aed] * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/peakpicker.c (moved) * src/onset/peakpicker.h (moved) * src/tempo/tempo.c (modified) src/: rename peakpick.h to peakpicker.h, make public again Thu, 05 Nov 2009 22:21:32 GMT Paul Brossier [2e4fb04] * wscript (modified) wscript: add option to disable libsamplerate Thu, 05 Nov 2009 22:19:40 GMT Paul Brossier [16ed726] * src/temporal/resampler.c (modified) * src/temporal/resampler.h (modified) src/temporal/resampler.h: add dummy functions in case samplerate is ... Thu, 05 Nov 2009 22:18:30 GMT Paul Brossier [e5b9a46] * src/tempo/tempo.c (modified) src/tempo: remove unused peek, use new ... Thu, 05 Nov 2009 22:17:56 GMT Paul Brossier [6e57c2e] * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) src/onset/peakpick.h: remove unused functions, fix ... Thu, 05 Nov 2009 22:16:29 GMT Paul Brossier [48b6a52] * tests/src/test-resample.c (modified) tests/src/test-resample.c: indent, no #ifdef here Thu, 05 Nov 2009 21:03:01 GMT Paul Brossier [24fde74] * src/spectral/specdesc.h (modified) src/spectral/specdesc.h: fix typo decrease -> slope Thu, 05 Nov 2009 17:10:23 GMT Paul Brossier [4217a03] * THANKS (modified) THANKS: remove reference to removed midi files Thu, 05 Nov 2009 17:09:36 GMT Paul Brossier [69aaefbd] * examples/Makefile.am (modified) examples/Makefile.am: add PACKAGE define Thu, 05 Nov 2009 17:08:38 GMT Paul Brossier [9d3fa49] * src/Makefile.am (modified) * src/aubio.h (modified) * src/wscript_build (modified) src/aubio.h: do not include config.h, do not install it Thu, 05 Nov 2009 17:07:57 GMT Paul Brossier [8beee53] * AUTHORS (modified) AUTHORS: use standard list of name/email Thu, 05 Nov 2009 16:53:23 GMT Paul Brossier [ed73bc6] * interfaces/java/Makefile.am (deleted) interfaces/java: moved to java-aubio branch Thu, 05 Nov 2009 16:45:50 GMT Paul Brossier [f82aa09] * wscript (modified) wscript: remove java stuff Thu, 05 Nov 2009 16:39:48 GMT Paul Brossier [aac02a1] * src/Makefile.am (modified) src/Makefile.am: add missing musicutils.h Thu, 05 Nov 2009 16:31:31 GMT Paul Brossier [da92730] * Makefile.am (modified) * configure.ac (modified) * interfaces/java/aubio/Makefile.am (deleted) * interfaces/java/aubio/main.java (deleted) interfaces/java: moved to java-aubio branch Thu, 05 Nov 2009 15:34:30 GMT Paul Brossier [ee36175] * wscript (modified) wscript: update TODO, remove pd stuff Thu, 05 Nov 2009 14:17:51 GMT Paul Brossier [36b5f94] * Makefile.am (modified) * configure.ac (modified) * plugins/Makefile.am (deleted) * plugins/puredata/Makefile.am (deleted) * plugins/puredata/aubio_setup.c (deleted) * plugins/puredata/aubioonset~.c (deleted) * plugins/puredata/aubiopitch~.c (deleted) * plugins/puredata/aubioquiet~.c (deleted) * plugins/puredata/aubiotempo~.c (deleted) * plugins/puredata/aubiotss~.c (deleted) * plugins/puredata/aubiozcr~.c (deleted) * plugins/puredata/examples/onset-cam.pd (deleted) * plugins/puredata/help/aubioonset~-help.pd (deleted) * plugins/puredata/help/aubiopitch~-help.pd (deleted) * plugins/puredata/help/aubioquiet~-help.pd (deleted) * plugins/puredata/help/aubiotempo~-help.pd (deleted) * plugins/puredata/help/aubiotss~-help.pd (deleted) * plugins/puredata/help/aubiozcr~-help.pd (deleted) * plugins/puredata/wscript_build (deleted) configure.ac, Makefile.am, plugins: move to pd-aubio Thu, 05 Nov 2009 14:16:10 GMT Paul Brossier [13344a32] * aubio.pc.in (modified) aubio.pc.in: fix include path Thu, 05 Nov 2009 11:24:40 GMT Paul Brossier [1111de1] * plugins/puredata/libtoolkludge (deleted) plugins/puredata/libtoolkludge: removed, not used anymore Thu, 05 Nov 2009 00:22:39 GMT Paul Brossier [af4aeca] * src/onset/onset.c (modified) src/onset/onset.c: add missing hop_size Wed, 04 Nov 2009 23:29:53 GMT Paul Brossier [0bbdbfd] * src/onset/onset.c (modified) * src/onset/onset.h (modified) src/onset/onset.{c,h}: minimum inter-onset-interval in millisecond Wed, 04 Nov 2009 23:26:06 GMT Paul Brossier [998d4d6] * src/aubio.h (modified) src/aubio.h: fix typo, improve code example Wed, 04 Nov 2009 22:52:00 GMT Paul Brossier [b9c3cd2] * src/spectral/specdesc.h (modified) src/spectral/specdesc.h: add documentation about spectral shape ... Wed, 04 Nov 2009 21:39:45 GMT Paul Brossier [349e455] * src/onset/peakpick.c (modified) src/onset/peakpick.c: indent Wed, 04 Nov 2009 21:36:33 GMT Paul Brossier [554e286] * src/spectral/filterbank.h (modified) src/spectral/filterbank.h: improve documentation Wed, 04 Nov 2009 21:25:08 GMT Paul Brossier [7893149] * src/temporal/a_weighting.h (modified) * src/temporal/c_weighting.h (modified) src/temporal: improve files titles Wed, 04 Nov 2009 21:24:06 GMT Paul Brossier [1651b58] * src/Makefile.am (modified) * src/aubio.h (modified) * src/spectral/specdesc.c (modified) * src/spectral/spectral_centroid.c (deleted) * src/spectral/spectral_centroid.h (deleted) * src/spectral/statistics.c (added) src/spectral/: added statistics.c, containing some cuidado spectral ... Wed, 04 Nov 2009 21:22:18 GMT Paul Brossier [95d3f16] * src/spectral/filterbank.h (modified) src/spectral/filterbank.h: kill useless blank line Wed, 04 Nov 2009 21:21:26 GMT Paul Brossier [bf2e7a7] * src/spectral/specdesc.h (modified) src/spectral/specdesc.h: improve documentation Tue, 03 Nov 2009 17:23:04 GMT Paul Brossier [31907fd] * python/aubio/aubioclass.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/spectral/specdesc.c (moved) * src/spectral/specdesc.h (moved) * src/tempo/tempo.c (modified) * tests/src/test-onsetdetection.c (modified) src/spectral/specdesc.{c,h}: rename aubio_onsetdetection to ... Tue, 03 Nov 2009 15:22:39 GMT Paul Brossier [bafe71d] * src/temporal/a_weighting.h (modified) * src/temporal/biquad.c (modified) * src/temporal/filter.c (modified) * src/temporal/resampler.c (modified) * src/temporal/resampler.h (modified) src/temporal: indent Tue, 03 Nov 2009 15:14:03 GMT Paul Brossier [fddfa64] * src/pitch/pitch.c (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) src/pitch/: indent Tue, 03 Nov 2009 15:07:17 GMT Paul Brossier [63f3c70] * src/pitch/pitchschmitt.h (modified) src/pitch/pitchschmitt.h: indent Tue, 03 Nov 2009 15:06:15 GMT Paul Brossier [ad04467] * src/pitch/pitchschmitt.c (modified) src/pitch/pitchschmitt.c: indent Thu, 29 Oct 2009 20:11:56 GMT Paul Brossier [8bc4800] * doc/aubiocut.sgml (modified) * doc/aubiomfcc.sgml (modified) * doc/aubionotes.sgml (modified) * doc/aubioonset.sgml (modified) * doc/aubiopitch.sgml (modified) * doc/aubiotrack.sgml (modified) doc/*.sgml: bump to GPLv3, update email Mon, 26 Oct 2009 02:50:25 GMT Paul Brossier [197f2ec] * TODO (deleted) removed TODO, obsolete Mon, 26 Oct 2009 02:31:36 GMT Paul Brossier [0b48dcb] * COPYING (modified) COPYING: update from GPLv2 to GPLv3 Mon, 26 Oct 2009 02:30:40 GMT Paul Brossier [20d8266] * python/aubio/__init__.py (modified) * python/aubio/gnuplot.py (modified) * python/aubio/median.py (modified) * python/aubio/onsetcompare.py (modified) * python/aubio/plot/notes.py (modified) * python/aubio/txtfile.py (modified) * python/aubiocompare-onset (modified) * python/aubiodiffs-onset (modified) python: more update headers to GPLv3 Mon, 26 Oct 2009 02:29:35 GMT Paul Brossier [6a2478c] * examples/aubiomfcc.c (modified) * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubioquiet.c (modified) * examples/aubiotrack.c (modified) * examples/sndfileio.c (modified) * examples/sndfileio.h (modified) examples: more header updates to GPLv3 Mon, 26 Oct 2009 01:55:25 GMT Paul Brossier [e6a78ea] * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) * src/pitch/pitch.c (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) * src/spectral/fft.c (modified) * src/spectral/fft.h (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/spectral/spectral_centroid.c (modified) * src/spectral/spectral_centroid.h (modified) * src/spectral/tss.c (modified) * src/spectral/tss.h (modified) * src/tempo/beattracking.c (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * src/temporal/biquad.c (modified) * src/temporal/biquad.h (modified) * src/temporal/resampler.c (modified) * src/temporal/resampler.h (modified) * src/utils/hist.c (modified) * src/utils/hist.h (modified) * src/utils/scale.c (modified) * src/utils/scale.h (modified) src: update all headers to GPLv3 Sun, 25 Oct 2009 21:16:24 GMT Paul Brossier [180eeca] * configure.ac (modified) * plugins/Makefile.am (modified) * plugins/wavesurfer/Makefile.am (deleted) * plugins/wavesurfer/README (deleted) * plugins/wavesurfer/aubio.conf (deleted) * plugins/wavesurfer/aubio.plug (deleted) plugins/wavesurfer: moved to own branch Sun, 25 Oct 2009 21:03:57 GMT Paul Brossier [1342c2f] * configure.ac (modified) * plugins/Makefile.am (modified) * plugins/audacity/Makefile.am (deleted) * plugins/audacity/README (deleted) * plugins/audacity/audacity-libnyquist.diff (deleted) * plugins/audacity/audacity-nyquist.diff (deleted) * plugins/audacity/plug-ins/Makefile.am (deleted) * plugins/audacity/plug-ins/aubioonset.ny (deleted) plugins: remove audacity plugin, obsolete Sun, 25 Oct 2009 20:45:12 GMT Paul Brossier [e460e60] * Makefile.am (modified) * configure.ac (modified) * interfaces/cpp/Makefile.am (deleted) * interfaces/cpp/aubiocpp.cpp (deleted) * interfaces/cpp/aubiocpp.h (deleted) * interfaces/cpp/wscript_build (deleted) * tests/Makefile.am (modified) * tests/cpp/Makefile.am (deleted) * tests/cpp/test-cvec.cpp (deleted) * tests/cpp/test-fvec.cpp (deleted) * wscript (modified) interfaces/cpp: remove, will create a separate project later if needed Sun, 25 Oct 2009 20:36:30 GMT Paul Brossier [b616ffe] * doc/devel.cfg (modified) * doc/user.cfg (modified) doc/*.cfg: use header, remove css, add whitelist Sun, 25 Oct 2009 20:33:24 GMT Paul Brossier [0e0a049] * examples/aubiomfcc.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubiotrack.c (modified) examples/: simplify, use fvec_ funcs Sun, 25 Oct 2009 20:09:55 GMT Paul Brossier [a17e8c9] * src/musicutils.h (modified) src/musicutils.h: improve file title Sun, 25 Oct 2009 20:08:50 GMT Paul Brossier [f071c93] * src/temporal/biquad.h (modified) src/temporal/biquad.h: indent Sun, 25 Oct 2009 20:08:18 GMT Paul Brossier [8b19e1c] * src/temporal/c_weighting.h (modified) src/temporal/c_weighting.h: indent Sun, 25 Oct 2009 20:05:37 GMT Paul Brossier [29808b1] * src/onset/onset.h (modified) src/onset/onset.h: update documentation Sun, 25 Oct 2009 20:03:00 GMT Paul Brossier [4ef9a9b] * src/aubio.h (modified) src/aubio.h: improve documentation Sun, 25 Oct 2009 19:40:08 GMT Paul Brossier [62b8ab2] * configure.ac (modified) * wscript (modified) configure.ac, wscript: default to no complex Sun, 25 Oct 2009 19:39:08 GMT Paul Brossier [e665063] * doc/aubio.css (modified) * doc/header.html (added) doc/aubio.css: strip down, use header to add own style Thu, 22 Oct 2009 02:03:34 GMT Paul Brossier [299ad52] * examples/aubionotes.c (modified) examples/aubionotes.c: add AUBIO_UNSTABLE for fvec_median_channel Thu, 22 Oct 2009 01:29:16 GMT Paul Brossier [68607fd] * swig/aubio.i (modified) swig/aubio.i: remove private api stuff Thu, 22 Oct 2009 01:26:36 GMT Paul Brossier [00f48dc] * interfaces/cpp/aubiocpp.cpp (modified) interfaces/cpp/aubiocpp.cpp: use getters Thu, 22 Oct 2009 01:24:37 GMT Paul Brossier [21f0655] * tests/src/test-beattracking.c (modified) * tests/src/test-filterbank.c (modified) * tests/src/test-filterbank_mel.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-peakpick.c (modified) * tests/src/test-pitchfcomb.c (modified) * tests/src/test-pitchmcomb.c (modified) * tests/src/test-pitchschmitt.c (modified) * tests/src/test-pitchyin.c (modified) * tests/src/test-pitchyinfft.c (modified) * tests/src/test-scale.c (modified) * tests/src/test-tss.c (modified) tests/src: add AUBIO_UNSTABLE where needed Thu, 22 Oct 2009 01:23:04 GMT Paul Brossier [b2e706f] * tests/src/test-mfcc.c (modified) tests/src/test-mfcc.c: simplify using cvec_set Thu, 22 Oct 2009 01:17:13 GMT Paul Brossier [fc0262f] * plugins/puredata/aubiotss~.c (modified) plugins/puredata/aubiotss~.c: define AUBIO_UNSTABLE to 1 before ... Thu, 22 Oct 2009 01:13:07 GMT Paul Brossier [83963b3] * src/aubio.h (modified) * src/aubio_priv.h (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/musicutils.h (added) * src/pitch/pitch.c (modified) * src/pitch/pitchfcomb.c (modified) * src/vecutils.c (modified) strip down stable public API, defining add AUBIO_UNSTABLE to access ... Thu, 22 Oct 2009 01:10:44 GMT Paul Brossier [78429de] * src/cvec.h (modified) * src/fvec.h (modified) * src/lvec.h (modified) src/*vec.h: strip down _*vec_t Wed, 21 Oct 2009 17:54:58 GMT Paul Brossier [992beaa] * interfaces/python/setup.py (modified) interfaces/python/setup.py: only compile c files Wed, 21 Oct 2009 17:53:59 GMT Paul Brossier [c85da04] * interfaces/python/generator.py (modified) generator.py: fix indentation, do not allow any error Wed, 21 Oct 2009 14:12:42 GMT Paul Brossier [a8aaef3] * interfaces/python/py-cvec.c (modified) interfaces/python/py-cvec.c: write setters for norm and phas Wed, 21 Oct 2009 13:56:16 GMT Paul Brossier [2d1d5ce] * src/temporal/a_weighting.h (modified) * src/temporal/biquad.h (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.h (modified) src/temporal: improve documentation Wed, 21 Oct 2009 13:41:35 GMT Paul Brossier [3ad2ef6] * src/aubio.h (modified) src/aubio.h: remove HAVE_SAMPLERATE, not needed here Wed, 21 Oct 2009 13:40:23 GMT Paul Brossier [09b1777] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: fix initialisation of strings and tempo output size Wed, 21 Oct 2009 13:16:02 GMT Paul Brossier [1f8e522] * interfaces/python/aubioinput.py (modified) aubioinput.py: use uridecodebin, add run method, return 1 on error Wed, 21 Oct 2009 13:08:24 GMT Paul Brossier [40acfbc] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiotrack.c (modified) * examples/utils.c (modified) examples/: set threshold as needed Tue, 20 Oct 2009 17:26:28 GMT Paul Brossier [1c190d5] * interfaces/python/aubioinput.py (added) aubioinput.py: added first draft of generic gst input Mon, 19 Oct 2009 13:27:20 GMT Paul Brossier [07bf04e6] * interfaces/python/py-filter.c (modified) * interfaces/python/test_filter.py (modified) python/: update to new filter, test_filter.py py-filter.c Mon, 19 Oct 2009 13:09:21 GMT Paul Brossier [ec1ce52] * interfaces/python/gen_pyobject.py (added) * interfaces/python/generator.py (added) added crazy generator Mon, 19 Oct 2009 13:08:43 GMT Paul Brossier [615ac7d] * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/py-cvec.c (modified) * interfaces/python/py-fft.c (added) * interfaces/python/py-filter.c (modified) * interfaces/python/py-filterbank.c (added) * interfaces/python/py-fvec.c (modified) * interfaces/python/py-phasevoc.c (added) * interfaces/python/setup.py (modified) * interfaces/python/test_filter.py (modified) . Mon, 19 Oct 2009 13:00:32 GMT Paul Brossier [3f99693] * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) src/temporal/filter.c: reset filter memory in filtfilt Mon, 19 Oct 2009 12:58:31 GMT Paul Brossier [b849106] * src/lvec.c (modified) * src/lvec.h (modified) src/lvec.{c,h}: add some utils