# # ChangeLog for / # # Generated by Trac 1.2 # Aug 23, 2024, 1:00:40 PM Mon, 23 Dec 2013 01:29:12 GMT Paul Brossier [5c6b264] * src/spectral/fft.c (modified) * src/spectral/ooura_fft8g.c (modified) src/spectral/ooura_fft8g.c: use float when double is not needed Mon, 23 Dec 2013 01:28:32 GMT Paul Brossier [3a00b1e7] * tests/src/io/test-source_seek.c (modified) tests/src/io/test-source_seek.c: improve seek to half Mon, 23 Dec 2013 01:25:30 GMT Paul Brossier [50bb325] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: add _seek Thu, 19 Dec 2013 22:24:01 GMT Paul Brossier [7bb5cef] * src/io/source_sndfile.c (modified) * tests/src/io/test-source_seek.c (modified) src/io/source_sndfile.c: fix resampled position in _seek, improve ... Thu, 19 Dec 2013 22:03:57 GMT Paul Brossier [6465d7f] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: fix resampled position in _seek Wed, 18 Dec 2013 07:07:27 GMT Paul Brossier [21234ee] * ChangeLog (modified) * doc/web.cfg (modified) * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubiotrack.c (modified) * examples/jackio.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * examples/wscript_build (modified) * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_mel-energy.py (modified) * python/demos/demo_pitch.py (modified) * python/demos/demo_specdesc.py (modified) * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/aubioproxy.c (modified) * python/ext/py-fft.c (modified) * python/ext/py-source.c (added) * python/lib/gen_pyobject.py (modified) * python/lib/generator.py (modified) * python/setup.py (modified) * src/aubio.h (modified) * src/aubio_priv.h (modified) * src/cvec.c (modified) * src/cvec.h (modified) * src/fmat.c (modified) * src/fmat.h (modified) * src/fvec.c (modified) * src/fvec.h (modified) * src/io/audio_unit.c (modified) * src/io/sndfileio.c (deleted) * src/io/sndfileio.h (deleted) * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_avcodec.c (modified) * src/lvec.c (modified) * src/lvec.h (modified) * src/mathutils.h (modified) * src/musicutils.h (modified) * src/onset/onset.h (modified) * src/onset/peakpicker.h (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchspecacf.h (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.h (modified) * src/spectral/fft.h (modified) * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.c (modified) * src/spectral/mfcc.h (modified) * src/spectral/phasevoc.h (modified) * src/spectral/specdesc.h (modified) * src/spectral/tss.h (modified) * src/synth/sampler.c (modified) * src/synth/sampler.h (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.h (modified) * src/temporal/a_weighting.h (modified) * src/temporal/biquad.h (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.h (modified) * src/temporal/resampler.h (modified) * src/types.h (modified) * src/utils/hist.h (modified) * src/utils/parameter.h (modified) * src/utils/scale.h (modified) * src/vecutils.c (modified) * src/vecutils.h (modified) * src/wscript_build (modified) * tests/src/io/test-source_multi.c (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/spectral/test-phasevoc-jack.c (deleted) * tests/src/spectral/test-phasevoc.c (modified) * tests/src/test-cvec.c (modified) * tests/src/test-fmat.c (modified) * tests/utils_tests.h (modified) * tests/wscript_build (modified) * wscript (modified) Merge branch 'master' of aubio.org:/git/aubio/aubio into develop Wed, 18 Dec 2013 06:50:02 GMT Paul Brossier [c3c6305] * VERSION (modified) * doc/full.cfg (modified) * doc/web.cfg (modified) * python/VERSION (modified) VERSION: bump to 0.4.0 Wed, 18 Dec 2013 06:29:16 GMT Paul Brossier [6ede3ab] * src/lvec.c (modified) * src/lvec.h (modified) src/lvec.h: clean up lvec api Wed, 18 Dec 2013 05:42:17 GMT Paul Brossier [4f2c28c] * python/demos/demo_mel-energy.py (modified) * python/demos/demo_pitch.py (modified) * python/demos/demo_specdesc.py (modified) python/demos/: minor plot improvements Wed, 18 Dec 2013 04:40:33 GMT Paul Brossier [e5656036] * src/io/source.h (modified) src/io/source.h: fix link to ExtAudioFileRef Tue, 17 Dec 2013 17:42:52 GMT Paul Brossier [111f7d1] * ChangeLog (modified) ChangeLog: fix typo Tue, 17 Dec 2013 16:58:41 GMT Paul Brossier [172b1fe] * wscript (modified) wscript: do not ship python/tests/sounds Tue, 17 Dec 2013 16:55:53 GMT Paul Brossier [01b277c] * tests/src/spectral/test-phasevoc-jack.c (deleted) * tests/wscript_build (modified) tests/src/spectral/test-phasevoc-jack.c: removed Tue, 17 Dec 2013 16:37:52 GMT Paul Brossier [e84ab04] * src/musicutils.h (modified) src/musicutils.h: minimal doc about windows Tue, 17 Dec 2013 16:30:13 GMT Paul Brossier [4ed0ed1] * src/fmat.c (modified) * src/fmat.h (modified) * src/io/audio_unit.c (modified) * src/spectral/filterbank.c (modified) * src/spectral/mfcc.c (modified) * src/synth/sampler.c (modified) * tests/src/io/test-source_multi.c (modified) * tests/src/test-fmat.c (modified) src/fmat.c: new_fmat() takes height as first argument Tue, 17 Dec 2013 16:20:23 GMT Paul Brossier [1ece4f8] * src/fmat.c (modified) * src/fmat.h (modified) src/fmat.h: clean up fmat api Tue, 17 Dec 2013 16:19:26 GMT Paul Brossier [941c9f9] * src/fvec.h (modified) src/fvec.h: clean up old doc Tue, 17 Dec 2013 16:13:28 GMT Paul Brossier [c34336e] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubiotrack.c (modified) * examples/jackio.c (modified) * src/fvec.c (modified) * src/fvec.h (modified) * tests/src/spectral/test-phasevoc-jack.c (modified) * tests/src/spectral/test-phasevoc.c (modified) src/fvec.h: clean up fvec api Tue, 17 Dec 2013 16:11:35 GMT Paul Brossier [5d10ac1] * src/cvec.c (modified) * src/cvec.h (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/test-cvec.c (modified) src/cvec.h: clean up cvec api Tue, 17 Dec 2013 16:06:38 GMT Paul Brossier [b0ab6ef] * wscript (modified) wscript: doxygen has no target for now Tue, 17 Dec 2013 16:00:19 GMT Paul Brossier [52a25e5] * wscript (modified) wscript: add doxygen Tue, 17 Dec 2013 15:59:26 GMT Paul Brossier [ad76ce2] * src/spectral/fft.h (modified) src/spectral/fft.h: improve doc Tue, 17 Dec 2013 15:42:20 GMT Paul Brossier [b155ed03] * src/vecutils.c (modified) * src/vecutils.h (modified) src/vecutils.*: remove cvec functions for clarity Sun, 15 Dec 2013 23:21:58 GMT Paul Brossier [aa033c2] * src/vecutils.c (modified) * src/vecutils.h (modified) src/vecutils.*: update for history Sun, 15 Dec 2013 02:41:48 GMT Paul Brossier [a7e766b] * src/synth/wavetable.c (modified) src/synth/wavetable.c: use fvec_zeros, fmat_zeros Sun, 15 Dec 2013 02:10:50 GMT Paul Brossier [4d733b5] * examples/utils.c (modified) examples/utils.c: print error messages on stderr Sun, 15 Dec 2013 02:09:17 GMT Paul Brossier [d626fac] * examples/aubiopitch.c (modified) examples/aubiopitch.c: use built-in silence Sun, 15 Dec 2013 02:08:42 GMT Paul Brossier [614ba69] * examples/aubioonset.c (modified) examples/aubioonset.c: use built-in silence Sun, 15 Dec 2013 02:06:57 GMT Paul Brossier [c7ec2c6] * examples/parse_args.h (modified) examples/parse_args.h: improve help message Wed, 11 Dec 2013 00:04:27 GMT Paul Brossier [b235c0e] * src/aubio_priv.h (modified) * src/cvec.h (modified) * src/fmat.h (modified) * src/fvec.h (modified) * src/lvec.h (modified) * src/mathutils.h (modified) * src/musicutils.h (modified) * src/onset/onset.h (modified) * src/onset/peakpicker.h (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchspecacf.h (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.h (modified) * src/spectral/fft.h (modified) * src/spectral/filterbank.h (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.h (modified) * src/spectral/phasevoc.h (modified) * src/spectral/specdesc.h (modified) * src/spectral/tss.h (modified) * src/synth/sampler.h (modified) * src/synth/wavetable.h (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.h (modified) * src/temporal/a_weighting.h (modified) * src/temporal/biquad.h (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.h (modified) * src/temporal/resampler.h (modified) * src/types.h (modified) * src/utils/hist.h (modified) * src/utils/parameter.h (modified) * src/utils/scale.h (modified) * src/vecutils.h (modified) src/: sync header defines, remove trailing spaces, update copyrights ... Tue, 10 Dec 2013 22:58:59 GMT Paul Brossier [3194dca1] * python/ext/aubioproxy.c (modified) ext/aubioproxy.c: improve sizes checks, cast to uint_t ... Tue, 10 Dec 2013 22:57:54 GMT Paul Brossier [906c0a2] * python/lib/gen_pyobject.py (modified) lib/gen_pyobject.py: fix size checks Signed-off-by: Paul Brossier ... Tue, 10 Dec 2013 22:57:30 GMT Paul Brossier [18e22f9] * python/ext/py-source.c (modified) ext/py-source.c: fix size checks Signed-off-by: Paul Brossier ... Tue, 10 Dec 2013 22:56:51 GMT Paul Brossier [bf63c61] * python/ext/py-fft.c (modified) ext/py-fft.c: remove doubled check Signed-off-by: Paul Brossier ... Tue, 10 Dec 2013 21:51:58 GMT Paul Brossier [2f9af5d] * python/ext/aubio-types.h (modified) * python/ext/py-source.c (modified) python/ext/aubio-types.h: only source defaults to samplerate = 0 ... Tue, 10 Dec 2013 21:13:49 GMT Paul Brossier [d27634d] * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-source.c (added) * python/lib/generator.py (modified) * python/setup.py (modified) python/ext/py-source.c: not generated, modified init to get ... Tue, 10 Dec 2013 21:01:32 GMT Paul Brossier [d7019c4] * python/demos/demo_bpm_extract.py (modified) python/demos/demo_bpm_extract.py: make executable Signed-off-by: ... Tue, 10 Dec 2013 21:00:48 GMT Paul Brossier [7e52871] * src/wscript_build (modified) src/wscript_build: added missing -lm Signed-off-by: Paul Brossier ... Tue, 10 Dec 2013 20:59:27 GMT Paul Brossier [ed090ff7] * examples/wscript_build (modified) * src/wscript_build (modified) src/wscript_build: move jack to examples Signed-off-by: Paul ... Tue, 10 Dec 2013 13:40:45 GMT Paul Brossier [df5eab4] * src/aubio.h (modified) src/aubio.h: move audio_unit to unstable Signed-off-by: Paul ... Tue, 10 Dec 2013 13:39:47 GMT Paul Brossier [06dba46] * src/wscript_build (modified) * tests/utils_tests.h (modified) * wscript (modified) wscript: small tweaks to with mingw32 Signed-off-by: Paul Brossier ... Tue, 10 Dec 2013 13:39:06 GMT Paul Brossier [a7343ffe] * doc/web.cfg (modified) doc/web.cfg: fix typo to really exclude mathutils Signed-off-by: ... Tue, 10 Dec 2013 13:38:33 GMT Paul Brossier [eeda761] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: remove useless include Signed-off-by: Paul ... Tue, 10 Dec 2013 13:36:54 GMT Paul Brossier [ab41f5c] * doc/web.cfg (modified) * src/aubio.h (modified) * src/io/sndfileio.c (deleted) * src/io/sndfileio.h (deleted) src/io/sndfileio.{c,h}: remove old sndfile interface Signed-off-by: ... Tue, 10 Dec 2013 13:30:42 GMT Paul Brossier [549928e] * src/io/source.c (modified) * src/io/source_avcodec.c (modified) * wscript (modified) wscript: make sure all libav libraries are installed to build ... Tue, 10 Dec 2013 06:09:11 GMT Paul Brossier [eb99982] * wscript (modified) wscript: no need to check jack version Signed-off-by: Paul Brossier ... Mon, 09 Dec 2013 18:43:49 GMT Paul Brossier [1573b16] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/*.cfg: bump version numbers to 0.4.1~alpha here too ... Mon, 09 Dec 2013 18:42:46 GMT Paul Brossier [01cdf92] * doc/full.cfg (modified) * doc/web.cfg (modified) Merge branch 'master' into develop Mon, 09 Dec 2013 18:16:28 GMT Paul Brossier [154d9fc] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/*.cfg: bump version numbers here too Signed-off-by: Paul ... Sun, 08 Dec 2013 19:10:07 GMT Paul Brossier [6d54cbe] * VERSION (modified) * python/VERSION (modified) VERSION: bump to 0.4.1~alpha Signed-off-by: Paul Brossier ... Sun, 08 Dec 2013 18:33:47 GMT Paul Brossier [6d64a46] * VERSION (modified) * python/VERSION (modified) VERSION: bump to 0.4.0~beta1 Sun, 08 Dec 2013 18:19:25 GMT Paul Brossier [b0edd2d] * ChangeLog (modified) ChangeLog: write a short description of most changes over the past 5 ... Sun, 08 Dec 2013 18:00:13 GMT Paul Brossier [969bbb2] * python/tests/test_zero_crossing_rate.py (added) * python/tests/test_zero_crossing_rate.py.old (deleted) python/tests/test_zero_crossing_rate.py: update Sun, 08 Dec 2013 16:52:09 GMT Paul Brossier [018e511] * src/io/source_avcodec.c (modified) * src/io/source_sndfile.c (modified) src/io/source_{avcodec,sndfile}.c: add and improve warnings about ... Sun, 08 Dec 2013 16:49:46 GMT Paul Brossier [6bc52cc] * python.old/aubioinput.py (moved) python/: moved old gst hack to python.old for now Sun, 08 Dec 2013 16:49:02 GMT Paul Brossier [2c31bb6] * examples/utils.c (modified) examples/utils.c: also print duration in seconds Sun, 08 Dec 2013 16:11:48 GMT Paul Brossier [0a7f424] * examples/parse_args.h (modified) examples/parse_args.h: make sure samplerate and sizes params are ... Sun, 08 Dec 2013 04:51:22 GMT Paul Brossier [664fd25] * doc/aubioonset.txt (modified) * doc/aubiopitch.txt (modified) * doc/aubiotrack.txt (modified) doc/: document -f --force-overwrite option Sun, 08 Dec 2013 04:51:09 GMT Paul Brossier [0a509c6] * examples/parse_args.h (modified) * examples/utils.c (modified) examples/: check if sink_uri exists, add -f to force overwrite Sun, 08 Dec 2013 04:14:12 GMT Paul Brossier [a93dab3] * wscript (modified) wscript: indent and minor cosmetics Sun, 08 Dec 2013 03:58:42 GMT Paul Brossier [6b14351] * wscript (modified) wscript: wrap lines, remove old autotools check Sun, 08 Dec 2013 03:48:31 GMT Paul Brossier [e9e2a87] * examples/jackio.c (modified) * examples/jackio.h (modified) * examples/parse_args.h (modified) * examples/utils.h (modified) examples/: define aubio_process_func_t once in utils.h Sun, 08 Dec 2013 03:26:40 GMT Paul Brossier [8122e54a] * src/io/source.h (modified) src/io/source.h: add a note about the different libraries Sun, 08 Dec 2013 03:10:40 GMT Paul Brossier [403e9dd] * doc/aubiocut.sgml (deleted) * doc/aubiocut.txt (added) * doc/aubiomfcc.sgml (deleted) * doc/aubiomfcc.txt (added) * doc/aubionotes.sgml (deleted) * doc/aubionotes.txt (added) * doc/aubioonset.sgml (deleted) * doc/aubioonset.txt (added) * doc/aubiopitch.sgml (deleted) * doc/aubiopitch.txt (added) * doc/aubioquiet.txt (added) * doc/aubiotrack.sgml (deleted) * doc/aubiotrack.txt (added) * wscript (modified) doc/: rewrite manpages, use txt2man, add aubioquiet.txt, change rule ... Sun, 08 Dec 2013 03:09:55 GMT Paul Brossier [49e40cc] * python/scripts/aubiocut (modified) python/scripts/aubiocut: sync option names with examples/ Sun, 08 Dec 2013 02:34:44 GMT Paul Brossier [074b41b] * src/io/source_apple_audio.h (modified) src/io/source_apple_audio.h: improve documentation Sun, 08 Dec 2013 01:26:27 GMT Paul Brossier [fc95aaf] * .gitignore (modified) .gitignore: update doxygen generated file location Sun, 08 Dec 2013 01:14:29 GMT Paul Brossier [3826e0b] * examples/parse_args.h (modified) examples/parse_args.h: move some options down Sun, 08 Dec 2013 01:14:09 GMT Paul Brossier [ce6186a] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubioquiet.c (modified) * examples/aubiotrack.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) examples/aubio{trac,onset}.c: add silence option Sun, 08 Dec 2013 01:02:03 GMT Paul Brossier [fe6a393a] * examples/aubiopitch.c (modified) examples/aubiopitch.c: set default buffer_size to 2048 Sat, 07 Dec 2013 19:56:49 GMT Paul Brossier [f0dd5fb] * src/pitch/pitch.h (modified) src/pitch/pitch.h: improve documentation, adding a description of ... Sat, 07 Dec 2013 19:55:56 GMT Paul Brossier [846330f] * src/pitch/pitchyinfft.h (modified) src/pitch/pitchyinfft.h: remove reference to pitchyin.c Sat, 07 Dec 2013 19:55:37 GMT Paul Brossier [53d1497] * src/pitch/pitch.c (modified) src/pitch/pitch.c: add aliases for freq (hertz, Hz, and f0) Sat, 07 Dec 2013 19:48:50 GMT Paul Brossier [0aa5208] * src/tempo/tempo.h (modified) src/tempo/tempo.h: add examples to documentation Sat, 07 Dec 2013 19:48:31 GMT Paul Brossier [a6e2e5f] * src/onset/onset.h (modified) src/onset/onset.h: add examples to documentation Sat, 07 Dec 2013 19:35:58 GMT Paul Brossier [32082e5] * src/utils/hist.c (modified) * src/utils/hist.h (modified) src/utils/hist.{c,h}: flow/fhig, now ilow/ihig Sat, 07 Dec 2013 19:35:22 GMT Paul Brossier [fd46d1e] * src/tempo/beattracking.h (modified) src/tempo/beattracking.h: improve documentation Sat, 07 Dec 2013 19:35:04 GMT Paul Brossier [258d441] * python/lib/generator.py (modified) * src/aubio.h (modified) src/aubio.h: add pitchspecacf, remove from python/lib/generator Sat, 07 Dec 2013 19:33:12 GMT Paul Brossier [4219f8a] * tests/src/pitch/test-pitchspecacf.c (added) tests/src/pitch/test-pitchspecacf.c: add simple test Sat, 07 Dec 2013 19:32:16 GMT Paul Brossier [916f0929] * src/pitch/pitchyinfft.h (modified) src/pitch/pitchyinfft.h: improve documentation Sat, 07 Dec 2013 19:30:10 GMT Paul Brossier [dba677f] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/*.cfg: update to doxygen 1.8.5 Sat, 07 Dec 2013 19:25:02 GMT Paul Brossier [251da3b] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: remove duplicated line Sat, 07 Dec 2013 18:11:09 GMT Paul Brossier [0428150] * examples/parse_args.h (modified) examples/parse_args.h: check buffer_size and hop_size Sat, 07 Dec 2013 18:10:52 GMT Paul Brossier [5958d1e] * src/spectral/phasevoc.c (modified) src/spectral/phasevoc.c: check win_s and hop_s Sat, 07 Dec 2013 17:38:07 GMT Paul Brossier [21e2e6db] * src/pitch/pitch.c (modified) src/pitch/pitch.c: aubio_pitch_set_unit returns AUBIO_FAIL on fail Sat, 07 Dec 2013 17:32:43 GMT Paul Brossier [ce1d788] * src/fmat.h (modified) src/fmat.h: improve documentation Sat, 07 Dec 2013 17:30:22 GMT Paul Brossier [479adba] * src/onset/onset.h (modified) src/onset/onset.h: improve documentation Sat, 07 Dec 2013 17:10:37 GMT Paul Brossier [2b6139e7] * src/synth/sampler.h (modified) * src/synth/wavetable.h (modified) src/synth/{wavetable,sampler}.h: improve documentation Sat, 07 Dec 2013 16:58:30 GMT Paul Brossier [4b7a740] * src/pitch/pitch.h (modified) src/pitch/pitch.h: improve documentation Sat, 07 Dec 2013 16:46:16 GMT Paul Brossier [5899752] * src/tempo/tempo.h (modified) src/tempo/tempo.h: fix silence documentation Sat, 07 Dec 2013 16:44:08 GMT Paul Brossier [fdd5315] * src/tempo/tempo.h (modified) src/tempo/tempo.h: comment method param Sat, 07 Dec 2013 16:40:07 GMT Paul Brossier [8750bbd] * src/synth/wavetable.h (modified) src/synth/wavetable.h: improve documentation Sat, 07 Dec 2013 16:28:01 GMT Paul Brossier [912f343] * examples/utils.c (modified) examples/utils.c: do not add . at end of path Sat, 07 Dec 2013 16:27:45 GMT Paul Brossier [134cd3a] * examples/aubiopitch.c (modified) examples/aubiopitch.c: add pitch_unit Sat, 07 Dec 2013 14:03:59 GMT Paul Brossier [8a22fc4] * examples/parse_args.h (modified) examples/parse_args.h: only use jack where need be Sat, 07 Dec 2013 13:56:32 GMT Paul Brossier [7f2c515] * examples/parse_args.h (modified) * examples/utils.h (modified) examples/utils.h: move aubio_process_func_t to parse_args.h to avoid ... Sat, 07 Dec 2013 04:44:40 GMT Paul Brossier [61ecd1a] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: rename hack to _reset_resampler, move up for ... Sat, 07 Dec 2013 04:22:21 GMT Paul Brossier [3da8187] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubiotrack.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) examples/: remove -o and -j when unused Sat, 07 Dec 2013 03:09:00 GMT Paul Brossier [466dff3] * 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/jackio.c (modified) * examples/jackio.h (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * examples/utils.h (modified) examples/: large refactoring, improve option management, remove old ... Sat, 07 Dec 2013 00:56:18 GMT Paul Brossier [44e94f3c] * src/synth/wavetable.c (modified) src/synth/wavetable.c: make sure samplerate is valid