# # ChangeLog for / # # Generated by Trac 1.2 # Nov 10, 2024, 12:30:19 AM Sat, 09 Jan 2010 14:49:40 GMT Paul Brossier [8212692] * examples/Makefile.am (modified) * examples/utils.c (modified) * src/spectral/specdesc.c (modified) * tests/src/test-pitch.c (added) pull from master Fri, 25 Dec 2009 04:09:41 GMT Paul Brossier [4c01c0f] * interfaces/python/aubio/__init__.py (modified) * interfaces/python/test_aubio.py (modified) * interfaces/python/test_cvec.py (modified) * interfaces/python/test_fft.py (modified) * interfaces/python/test_filter.py (modified) * interfaces/python/test_filterbank.py (modified) * interfaces/python/test_fvec.py (modified) * interfaces/python/test_onsetdetection.py (modified) * interfaces/python/test_phasevoc.py (modified) test_*.py: use aubio module Fri, 25 Dec 2009 04:04:59 GMT Paul Brossier [474f297] * interfaces/python/py-cvec.c (modified) py-cvec.c: improved documentation Fri, 25 Dec 2009 04:02:17 GMT Paul Brossier [9c9cd54] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: simplify with proxy functions Fri, 25 Dec 2009 03:57:49 GMT Paul Brossier [1a6ef2c] * interfaces/python/test_cvec.py (added) * interfaces/python/test_fft.py (modified) * interfaces/python/test_filter.py (modified) * interfaces/python/test_filterbank.py (modified) * interfaces/python/test_fvec.py (modified) * interfaces/python/test_onsetdetection.py (modified) * interfaces/python/test_phasevoc.py (modified) test_*.py: switch to mono, add tests for cvec Fri, 25 Dec 2009 03:56:48 GMT Paul Brossier [84e0606] * interfaces/python/aubio-types.h (modified) * interfaces/python/py-cvec.c (modified) py-cvec.c: remove obsolete proxy functions Fri, 25 Dec 2009 03:56:24 GMT Paul Brossier [3e882a8] * interfaces/python/py-filterbank.c (modified) py-filterbank.c: switch to proxy functions Fri, 25 Dec 2009 03:52:00 GMT Paul Brossier [91ce8d5] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: updated to use proxy functions Fri, 25 Dec 2009 03:51:37 GMT Paul Brossier [6c50245] * interfaces/python/py-fmat.c (deleted) py-fmat.c removed Fri, 25 Dec 2009 03:51:28 GMT Paul Brossier [b3130e2] * interfaces/python/setup.py (modified) setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c Fri, 25 Dec 2009 03:49:25 GMT Paul Brossier [7d9ec37] * interfaces/python/py-fvec.c (deleted) py-fvec.c removed Fri, 25 Dec 2009 03:49:14 GMT Paul Brossier [ce4bfe3] * interfaces/python/aubiomodule.c (modified) aubiomodule.c: swith to new proxy functions, remove py_fvec and py_fmat Fri, 25 Dec 2009 03:45:46 GMT Paul Brossier [363ce7a] * interfaces/python/py-filterbank.c (modified) py-filterbank.c: use new proxy function, switch to mono and fmat Fri, 25 Dec 2009 03:45:18 GMT Paul Brossier [a52d3ae] * interfaces/python/py-filter.c (modified) py-filter.c: use new proxy function, switch to mono Fri, 25 Dec 2009 03:44:06 GMT Paul Brossier [c04d250] * interfaces/python/py-phasevoc.c (modified) py-phasevoc.c: use new proxy functions Fri, 25 Dec 2009 03:40:41 GMT Paul Brossier [965b302] * interfaces/python/py-fft.c (modified) py-fft.c: use new proxy functions Fri, 25 Dec 2009 03:37:23 GMT Paul Brossier [0178c65] * interfaces/python/aubio/__init__.py (modified) aubio/: cvec is still on the C side Fri, 25 Dec 2009 03:37:03 GMT Paul Brossier [03c3450] * interfaces/python/aubio-types.h (modified) aubio-types.h: kill fvec and fmat, update proxy functions Fri, 25 Dec 2009 03:34:34 GMT Paul Brossier [7395ec5] * interfaces/python/aubioproxy.c (added) aubioproxy.c: added conversion functions from C to numpy Sun, 20 Dec 2009 19:20:14 GMT Paul Brossier [ccca7cb] * interfaces/python/aubio/__init__.py (added) aubio/__init__.py: added python helper for fvec and cvec Fri, 11 Dec 2009 16:54:12 GMT Paul Brossier [f650860] * src/spectral/specdesc.c (modified) specdesc.c: mention default is used instead of unknown one Fri, 11 Dec 2009 16:51:26 GMT Paul Brossier [40a05d3] * examples/Makefile.am (modified) examples/Makefile.am: added aubiopitch Fri, 11 Dec 2009 15:36:43 GMT Paul Brossier [61043ed] * examples/utils.c (modified) utils.c: woodblock vector is overlap_size long Fri, 11 Dec 2009 15:36:32 GMT Paul Brossier [2c50da9] * tests/src/test-pitch.c (added) test-pitch.c: added test for pitch Sat, 05 Dec 2009 01:16:22 GMT Paul Brossier [2a109e4] * tests/src/test-peakpick.c (modified) tests/src/: no more arguments for peakpicker Sat, 05 Dec 2009 01:06:42 GMT Paul Brossier [f658288] * interfaces/python/test_fft.py (added) * interfaces/python/test_filterbank.py (added) * interfaces/python/test_onsetdetection.py (added) * interfaces/python/test_phasevoc.py (added) Merge branch 'master' of git+ssh://aubio.org/git/aubio/aubio into mono Sat, 05 Dec 2009 00:59:06 GMT Paul Brossier [0536612] * interfaces/python/test_fft.py (added) * interfaces/python/test_filterbank.py (added) * interfaces/python/test_onsetdetection.py (added) * interfaces/python/test_phasevoc.py (added) interfaces/python: added more tests Sat, 05 Dec 2009 00:45:40 GMT Paul Brossier [b7f3aaf] * interfaces/python/test_aubio.py (modified) * interfaces/python/test_fvec.py (added) interfaces/python: start updating tests for mono Sat, 05 Dec 2009 00:45:08 GMT Paul Brossier [0f045b2] * interfaces/python/py-phasevoc.c (modified) * interfaces/python/setup.py (modified) interfaces/python: towards mono (setup.py and py-phasevoc.c) Sat, 05 Dec 2009 00:44:11 GMT Paul Brossier [96fe713] * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/aubiowraphell.h (modified) * interfaces/python/gen_pyobject.py (modified) * interfaces/python/py-fft.c (modified) * interfaces/python/py-filter.c (modified) * interfaces/python/py-filterbank.c (modified) * interfaces/python/py-fmat.c (added) interfaces/python: towards mono Sat, 05 Dec 2009 00:42:46 GMT Paul Brossier [7a7b00f] * interfaces/python/py-cvec.c (modified) * interfaces/python/py-fvec.c (modified) py-fvec.c, py-cvec.c: towards mono Sat, 05 Dec 2009 00:36:56 GMT Paul Brossier [f7b05d4] * src/onset/peakpicker.h (modified) src/onset/peakpicker.h: add void to empty prototype Fri, 04 Dec 2009 00:47:17 GMT Paul Brossier [aea235c] * tests/src/temporal/test-aweighting.c (modified) * tests/src/temporal/test-cweighting.c (modified) * tests/src/test-beattracking.c (modified) * tests/src/test-biquad.c (modified) * tests/src/test-cvec.c (modified) * tests/src/test-fft.c (modified) * tests/src/test-filter.c (modified) * tests/src/test-filterbank.c (modified) * tests/src/test-filterbank_mel.c (modified) * tests/src/test-fvec.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-mfcc.c (modified) * tests/src/test-onset.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-peakpick.c (modified) * tests/src/test-phasevoc-jack.c (modified) * tests/src/test-phasevoc.c (modified) * tests/src/test-pitchdetection.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-resample.c (modified) * tests/src/test-scale.c (modified) * tests/src/test-tempo.c (modified) * tests/src/test-tss.c (modified) tests/src: switch to mono Fri, 04 Dec 2009 00:46:40 GMT Paul Brossier [4621cd6] * 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/utils.c (modified) * examples/utils.h (modified) examples: switch to mono Fri, 04 Dec 2009 00:46:04 GMT Paul Brossier [c17a0ee] * src/vecutils.c (modified) src/vecutils.c: switch to mono Fri, 04 Dec 2009 00:45:40 GMT Paul Brossier [7dec719] * swig/aubio.i (modified) swig/aubio.i: switch to mono Fri, 04 Dec 2009 00:45:04 GMT Paul Brossier [02a01dd] * src/aubio.h (modified) src/aubio.h: switch to mono Fri, 04 Dec 2009 00:44:41 GMT Paul Brossier [168337e] * 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/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) src/pitch: switch to mono Fri, 04 Dec 2009 00:43:29 GMT Paul Brossier [fc61225] * src/utils/hist.c (modified) * src/utils/hist.h (modified) * src/utils/scale.c (modified) src/utils: switch to mono Fri, 04 Dec 2009 00:41:59 GMT Paul Brossier [8e5c051] * src/mathutils.c (modified) * src/mathutils.h (modified) src/mathutils.{c,h}: switch to mono Fri, 04 Dec 2009 00:40:48 GMT Paul Brossier [d207300] * src/tempo/beattracking.c (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) src/tempo: switch to mono Fri, 04 Dec 2009 00:39:30 GMT Paul Brossier [741bdda] * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/biquad.c (modified) * src/temporal/biquad.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) * src/temporal/resampler.c (modified) src/temporal: switch to mono Fri, 04 Dec 2009 00:38:30 GMT Paul Brossier [d95ff38] * src/spectral/fft.c (modified) * src/spectral/fft.h (modified) * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) * src/spectral/filterbank_mel.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/spectral/specdesc.c (modified) * src/spectral/specdesc.h (modified) * src/spectral/statistics.c (modified) * src/spectral/tss.c (modified) * src/spectral/tss.h (modified) src/spectral: switch to mono Fri, 04 Dec 2009 00:34:44 GMT Paul Brossier [0b9a02a] * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/peakpicker.c (modified) * src/onset/peakpicker.h (modified) src/onset: mono Fri, 04 Dec 2009 00:33:06 GMT Paul Brossier [66fb3ea] * src/cvec.c (modified) * src/cvec.h (modified) modified cvec to be mono 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