# # ChangeLog for / # # Generated by Trac 1.2 # Nov 4, 2024, 12:30:27 AM Tue, 09 Apr 2013 17:54:52 GMT Paul Brossier [483b883] * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) src/tempo/tempo.c: add get_last functions Tue, 09 Apr 2013 17:49:36 GMT Paul Brossier [8b884ef] * python/demos/demo_onset.py (modified) * python/demos/demo_onset_plot.py (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) src/onset/: rename get_last_onset to get_last Tue, 09 Apr 2013 16:09:46 GMT Paul Brossier [dee4164] * python/scripts/aubiocut (modified) python/scripts/aubiocut: add slicing Mon, 08 Apr 2013 21:22:19 GMT Paul Brossier [69440b8] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: write 0 to all channels in case of short read Mon, 08 Apr 2013 21:17:29 GMT Paul Brossier [58c24e1] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: fix copy of last channel Mon, 08 Apr 2013 17:02:00 GMT Paul Brossier [8c7f80d] * examples/aubiomfcc.c (modified) examples/aubiomfcc.c: simplify process_print Mon, 08 Apr 2013 16:51:45 GMT Paul Brossier [0e75589] * python/tests/test_pitch.py (modified) python/tests/test_pitch.py: more tests Mon, 08 Apr 2013 16:50:55 GMT Paul Brossier [95dc7f2] * src/pitch/pitch.c (modified) * src/pitch/pitchspecacf.c (added) * src/pitch/pitchspecacf.h (added) src/pitch/: add first draft for specacf Mon, 08 Apr 2013 15:27:55 GMT Paul Brossier [ea912cc] * src/mathutils.h (modified) src/mathutils.h: markdown syntax Mon, 08 Apr 2013 15:27:35 GMT Paul Brossier [8a7b344] * src/io/sink_apple_audio.c (modified) src/io/sink_apple_audio.c: warn before fixing size Mon, 08 Apr 2013 15:27:02 GMT Paul Brossier [6510866] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: mono to stereo, copying last channel of file ... Mon, 08 Apr 2013 15:24:13 GMT Paul Brossier [dc7f2cc] * src/pitch/pitchyinfft.c (modified) src/pitch/pitchyinfft.c: use fvec_quadratic_peak_pos Mon, 08 Apr 2013 15:20:19 GMT Paul Brossier [f84cea7] * src/pitch/pitchmcomb.c (modified) src/pitch/pitchmcomb.c: use fvec_quadratic_peak_pos Mon, 08 Apr 2013 15:19:48 GMT Paul Brossier [69d642a] * src/pitch/pitchyin.c (modified) src/pitch/pitchyin.c: use fvec_quadratic_peak_pos Mon, 08 Apr 2013 15:19:10 GMT Paul Brossier [9499eefb] * src/mathutils.c (modified) * src/mathutils.h (modified) src/mathutils.{c,h}: add fvec_quadratic_peak_pos, a fixed replacement ... Sat, 30 Mar 2013 07:13:52 GMT Paul Brossier [002563f] * wscript (modified) wscript: improve help messages Sat, 30 Mar 2013 05:35:11 GMT Paul Brossier [0318cc1] * examples/wscript_build (modified) * src/wscript_build (modified) * wscript (modified) wscript: always use installed external dependancies, simplify Sat, 23 Mar 2013 06:06:02 GMT Paul Brossier [c833f56] * src/io/source_apple_audio.c (modified) * src/io/utils_apple_audio.c (modified) src/io/source_apple_audio.c: simplify buffer creation, reset size on seek Sat, 23 Mar 2013 00:55:46 GMT Paul Brossier [b8389de] * src/io/source_apple_audio.c (modified) src/io/source_apple_audio.c: copy data to missing channels Sat, 23 Mar 2013 00:41:03 GMT Paul Brossier [f174a22] * tests/src/synth/test-sampler.c (modified) tests/src/synth/test-sampler.c: shorter frames, repeat three times Sat, 23 Mar 2013 00:11:49 GMT Paul Brossier [bd1fa89] * src/synth/sampler.c (modified) Merge branch 'synth' into develop Sat, 23 Mar 2013 00:11:35 GMT Paul Brossier [eaaba62] * src/synth/sampler.c (modified) src/synth/sampler.c: fix _do_multi Sat, 23 Mar 2013 00:09:53 GMT Paul Brossier [19f222d] * src/io/utils_apple_audio.c (modified) src/io/utils_apple_audio.c: use AUBIO_ARRAY / AUBIO_FREE Sat, 23 Mar 2013 00:07:51 GMT Paul Brossier [3286230] * tests/src/io/test-source_seek.c (modified) tests/src/io/test-source_seek.c: add simple test, read() / seek(0) / ... Fri, 22 Mar 2013 23:32:58 GMT Paul Brossier [987fb86] * src/io/source_apple_audio.c (modified) src/io/source_apple_audio.c: reset mDataByteSize in case of short read Fri, 22 Mar 2013 22:54:48 GMT Paul Brossier [6bbdcff] * src/io/source_apple_audio.c (modified) src/io/source_apple_audio.c: add _open and _close Fri, 22 Mar 2013 21:08:15 GMT Paul Brossier [86cfdfa] * src/io/source.h (modified) src/io/source.h: add source_multi example Fri, 22 Mar 2013 20:32:48 GMT Paul Brossier [f4db0e73] * tests/src/io/test-source_seek.c (added) tests/src/io/test-source_seek.c: add source_seek test Fri, 22 Mar 2013 18:18:18 GMT Paul Brossier [59c4e5d] * tests/src/io/test-source_multi.c (modified) tests/src/io/test-source_multi.c: del fmat only when need be Fri, 22 Mar 2013 18:07:51 GMT Paul Brossier [5941f9e] * doc/web.cfg (modified) web.cfg: exclude hist.h Fri, 22 Mar 2013 17:55:45 GMT Paul Brossier [100add6] * src/pitch/pitchyinfft.h (modified) src/pitch/pitchyinfft.h: add link to thesis Fri, 22 Mar 2013 17:55:12 GMT Paul Brossier [7efeffd] * src/tempo/tempo.h (modified) src/tempo/tempo.h: add some documentation Fri, 22 Mar 2013 17:48:34 GMT Paul Brossier [bea5389] * python.old/tests_demo_bench/onset/bench-delay (moved) * python.old/tests_demo_bench/onset/bench-onset (moved) * python.old/tests_demo_bench/onset/bench-window (moved) * python.old/tests_demo_bench/pitch/bench-pitch-isolated (moved) * python.old/tests_demo_bench/pitch/bench-pitch-plot-isolated (moved) * python.old/tests_demo_bench/tempo/demo-tempo (moved) * python.old/tests_demo_bench/tempo/demo-tempo-acf (moved) * python.old/tests_examples/__init__.py (moved) * python.old/tests_examples/aubioonset.py (moved) * python.old/tests_examples/aubiopitch.py (moved) * python.old/tests_examples/aubiopitch/yinfft.16568__acclivity__TwoCows.wav.txt (moved) moved old python stuff out of tests/ Fri, 22 Mar 2013 17:37:18 GMT Paul Brossier [229d050] * python/lib/aubio/__init__.py (modified) lib/aubio/__init__.py: add header and docstring Fri, 22 Mar 2013 17:36:32 GMT Paul Brossier [ff74460] * python/ext/aubio-types.h (modified) ext/aubio-types.h: system include Fri, 22 Mar 2013 17:35:26 GMT Paul Brossier [c342c17] * python/demos/demo_miditofreq.py (added) python/demos/demo_miditofreq.py: added simple miditofreq example Fri, 22 Mar 2013 17:33:54 GMT Paul Brossier [86ad546] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: split tests Fri, 22 Mar 2013 17:33:35 GMT Paul Brossier [01e7be0] * python/tests/test_source.py (modified) python/tests/test_source.py: really fail wrong hop size test Fri, 22 Mar 2013 17:25:39 GMT Paul Brossier [e6cde32] * tests/src/synth/test-sampler.c (added) Merge branch 'synth' into develop Fri, 22 Mar 2013 17:25:35 GMT Paul Brossier [22df684] * tests/src/synth/test-sampler.c (added) tests/src/synth/test-sampler.c: added simple test Fri, 22 Mar 2013 17:22:12 GMT Paul Brossier [5e392e3e] * python/lib/gen_pyobject.py (modified) Merge branch 'synth' into develop Fri, 22 Mar 2013 17:21:06 GMT Paul Brossier [016dc3b] * python/lib/gen_pyobject.py (modified) python/lib/gen_pyobject.py: add sampler Fri, 22 Mar 2013 17:15:51 GMT Paul Brossier [dc798e1] * src/aubio.h (modified) * src/synth/sampler.c (added) * src/synth/sampler.h (added) Merge branch 'synth' into develop Fri, 22 Mar 2013 17:15:46 GMT Paul Brossier [5d16185] * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_multi.c (added) Merge branch 'device' into develop Fri, 22 Mar 2013 16:56:15 GMT Paul Brossier [6ff6d18] * python/demos/demo_mel-energy.py (modified) * python/demos/demo_mfcc.py (modified) * python/demos/demo_specdesc.py (modified) python/demos/demo_{mel-energy,mfcc,specdesc}.py: use ... Fri, 22 Mar 2013 16:51:10 GMT Paul Brossier [e5afd47] * python/demos/demo_mel-energy.py (added) python/demos/demo_mel-energy.py: added simple mel energy bands demo Fri, 22 Mar 2013 16:47:00 GMT Paul Brossier [d83ac74] * python/demos/demo_mfcc.py (added) python/demos/demo_mfcc.py: added simple mfcc demo Fri, 22 Mar 2013 16:46:38 GMT Paul Brossier [04c8346] * src/aubio.h (modified) * src/synth/sampler.h (added) src/synth/sampler.h: add a simple sampler Fri, 22 Mar 2013 16:43:59 GMT Paul Brossier [1e90588] * python/demos/demo_waveform_plot.py (modified) python/demos/demo_waveform_plot.py: also set x limits Fri, 22 Mar 2013 16:42:17 GMT Paul Brossier [1eee405] * python/demos/demo_waveform_plot.py (modified) python/demos/demo_waveform_plot.py: plot more samples, add hop_size ... Fri, 22 Mar 2013 15:52:00 GMT Paul Brossier [a682dbe] * src/synth/sampler.c (added) src/synth/sampler.c: add a simple sampler Fri, 22 Mar 2013 05:23:06 GMT Paul Brossier [6d44595] * tests/src/io/test-sink.c (modified) Merge branch 'develop' into synth Fri, 22 Mar 2013 05:22:01 GMT Paul Brossier [b429b68] * tests/src/io/test-sink.c (modified) tests/src/io/test-sink.c: improve message Fri, 22 Mar 2013 01:50:06 GMT Paul Brossier [18a378e] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: pad with 0 when end of file is reached Fri, 22 Mar 2013 01:36:30 GMT Paul Brossier [3d2fe26] * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) src/io/source_sndfile.{c,h}: fix include and prototype, bypass ... Fri, 22 Mar 2013 01:31:41 GMT Paul Brossier [ae9fd90] * src/io/source_sndfile.h (modified) src/io/source*: add _do_multi and _get_channels, really downmix ... Fri, 22 Mar 2013 01:29:19 GMT Paul Brossier [4865e4b] * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_multi.c (added) src/io/source*: add _do_multi and _get_channels, really downmix ... Fri, 22 Mar 2013 00:41:54 GMT Paul Brossier [7982203] * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) add seek to src/io/source* Wed, 20 Mar 2013 03:55:55 GMT Paul Brossier [2d3212a] * src/io/source_apple_audio.h (modified) src/io/source_apple_audio.h: too early as well Mon, 18 Mar 2013 18:50:07 GMT Paul Brossier [bad8eb99] * src/io/audio_unit.h (deleted) src/io/audio_unit.h: not ready yet Mon, 18 Mar 2013 16:28:07 GMT Paul Brossier [7125680] * python/lib/gen_pyobject.py (modified) python/lib/gen_pyobject.py: add forgotten source Mon, 18 Mar 2013 16:19:23 GMT Paul Brossier [6a03729] * python/lib/gen_pyobject.py (modified) * src/io/source.h (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.h (modified) src/io: use hop_size, not block_size Mon, 18 Mar 2013 16:13:26 GMT Paul Brossier [ab7b1b7] * python/lib/gen_pyobject.py (modified) python/lib/gen_pyobject.py: add block_size for source Mon, 18 Mar 2013 15:53:41 GMT Paul Brossier [9615b03] * python/lib/aubio/midiconv.py (modified) python/lib/aubio/midiconv.py: note2midi improve error message Mon, 18 Mar 2013 15:52:43 GMT Paul Brossier [8e9cb57] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: update to latest specdesc.c Mon, 18 Mar 2013 15:49:30 GMT Paul Brossier [78a42e2] * src/spectral/fft.h (modified) src/spectral/fft.h: remove object from brief description Mon, 18 Mar 2013 15:49:02 GMT Paul Brossier [df53936] * src/onset/onset.c (modified) src/onset/onset.c: rename of to desc for clarity Mon, 18 Mar 2013 15:47:13 GMT Paul Brossier [93e3463] * src/io/sink_apple_audio.c (modified) src/io/sink_apple_audio.c: print an error if ... Mon, 18 Mar 2013 15:46:42 GMT Paul Brossier [396103a] * src/fvec.c (modified) src/fvec.c: fvec_copy: only get min if needed Mon, 18 Mar 2013 15:43:38 GMT Paul Brossier [ba507ff] * src/io/source_apple_audio.h (modified) src/io/source_apple_audio.h: remove _multi, not ready yet Mon, 18 Mar 2013 15:40:51 GMT Paul Brossier [1d01ebb4] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/{full,web}.cfg: update project ids Mon, 18 Mar 2013 15:37:43 GMT Paul Brossier [b209eda] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/{full,web}.cfg: remove custom LAYOUT_FILE Mon, 18 Mar 2013 15:34:01 GMT Paul Brossier [bb42f65] * doc/full.cfg (modified) * doc/web.cfg (modified) * python/lib/gen_pyobject.py (modified) * src/pitch/pitchyinfft.c (modified) Merge branch 'pitchyinfft' into develop Mon, 18 Mar 2013 15:32:08 GMT Paul Brossier [ac20c85] * src/io/audio_unit.h (added) * src/io/sink.h (modified) * src/io/sink_apple_audio.h (modified) * src/io/sink_sndfile.h (modified) * src/io/source.h (modified) * src/io/source_apple_audio.h (modified) * src/io/source_sndfile.h (modified) src/io/*.h: add documentation to source and sink Mon, 18 Mar 2013 08:18:30 GMT Paul Brossier [a5f4b7d] * src/pitch/pitchyinfft.c (modified) src/pitch/pitchyinfft.c: simplify, add some comment, update copyright Mon, 18 Mar 2013 07:10:18 GMT Paul Brossier [53439af] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/{web,full}.cfg: update to doxygen 1.8.3.1 template, disable ... Mon, 18 Mar 2013 07:05:29 GMT Paul Brossier [3a67894] * python/lib/gen_pyobject.py (modified) python/lib/gen_pyobject.py: fix shortname of methods with multiple _ Sat, 16 Mar 2013 21:44:19 GMT Paul Brossier [4a95f83] * src/pitch/pitchyinfft.c (modified) src/pitch/pitchyinfft.c: optimize by avoiding polar coordinates, ... Sat, 16 Mar 2013 20:38:21 GMT Paul Brossier [8da0033] * src/pitch/pitchyinfft.c (modified) src/pitch/pitchyinfft.c: simplify a bit, preparing for #7 Sat, 16 Mar 2013 15:09:18 GMT Paul Brossier [de5d3f1] * src/io/source.h (modified) src/io/source.h: start adding some documentation Sat, 16 Mar 2013 14:43:37 GMT Paul Brossier [8c43bf7] * src/io/source_apple_audio.c (modified) src/io/source_apple_audio.c: simplify _do, downmixing Sat, 16 Mar 2013 02:46:34 GMT Paul Brossier [4f872d7] * src/spectral/specdesc.c (modified) src/spectral/specdesc.c: add more noise to make sure log doesn't ... Sat, 16 Mar 2013 02:23:10 GMT Paul Brossier [cb243f2] * examples/aubiopitch.c (modified) examples/aubiopitch.c: fix pitch mode selection Fri, 15 Mar 2013 22:49:47 GMT Paul Brossier [adc47c9] * examples/aubioonset.c (modified) examples/aubioonset.c: simplify Fri, 15 Mar 2013 22:49:29 GMT Paul Brossier [7e9e311] * python/demos/demo_onset.py (modified) * python/demos/demo_onset_plot.py (modified) python/demos/demo_onset*: remove di, moved to C Fri, 15 Mar 2013 22:48:10 GMT Paul Brossier [35f73b8c] * src/onset/onset.c (modified) * src/onset/onset.h (modified) src/onset/: remove wasonset, add getters and setters, improve doc Fri, 15 Mar 2013 21:24:00 GMT Paul Brossier [f5e0a54] * src/onset/onset.c (modified) * src/onset/onset.h (modified) src/onset/onset.c: add get_last_onset Fri, 15 Mar 2013 19:41:02 GMT Paul Brossier [376946a] * src/onset/onset.c (modified) src/onset/onset.c: quick fix to get very first frame of file Wed, 13 Mar 2013 18:25:01 GMT Paul Brossier [9778d9a] * src/spectral/phasevoc.c (modified) src/spectral/phasevoc.c: indent Wed, 13 Mar 2013 18:24:17 GMT Paul Brossier [c25d5b5] * src/tempo/tempo.h (modified) src/tempo/tempo.h: object not driver Wed, 13 Mar 2013 18:24:02 GMT Paul Brossier [3cde629] * python/demos/demo_tempo_plot.py (modified) python/demos/demo_tempo_plot.py: import first Tue, 12 Mar 2013 03:44:38 GMT Paul Brossier [20b1aed] * python/tests/test_pitch.py (modified) python/tests/test_pitch.py: indent and generate more tests Tue, 12 Mar 2013 03:44:33 GMT Paul Brossier [b130600] * src/pitch/pitch.c (modified) src/pitch/pitch.c: clarify, use one void pointer for all algorithms Mon, 11 Mar 2013 00:22:38 GMT Paul Brossier [426e6f7] * src/pitch/pitch.h (modified) src/pitch: start adding confidence Mon, 11 Mar 2013 00:15:47 GMT Paul Brossier [5284e0d] * src/pitch/pitch.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) src/pitch: start adding confidence Sun, 10 Mar 2013 23:34:28 GMT Paul Brossier [8c4560e] * src/aubio.h (modified) src/aubio.h: talk about unstable Sun, 10 Mar 2013 16:37:28 GMT Paul Brossier [7d89e61] * python/lib/aubio/midiconv.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) tests/test_{midi2note,note2midi}.py: add header and encoding Sun, 10 Mar 2013 16:14:49 GMT Paul Brossier [9ead7a9] * python/lib/aubio/midiconv.py (modified) * python/tests/test_midi2note.py (added) lib/aubio/midiconv.py: add note2 midi Sun, 10 Mar 2013 16:13:51 GMT Paul Brossier [f552e9e] * python/lib/aubio/midiconv.py (modified) * python/tests/test_note2midi.py (modified) lib/aubio/midiconv.py: improve note2midi Sun, 10 Mar 2013 15:34:45 GMT Paul Brossier [33102ab] * python/lib/aubio/__init__.py (modified) * python/lib/aubio/midiconv.py (added) * python/tests/test_note2midi.py (added) lib/aubio/midiconv.py: add note2midi