Changeset 1917053 for ChangeLog


Ignore:
Timestamp:
Jun 28, 2006, 6:04:13 AM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
e3db73f
Parents:
cf34922
Message:

update changelog, version 0.3.1
update changelog, version 0.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rcf34922 r1917053  
     12006-27-06  Paul Brossier <piem@altern.org>
     2        * plugins/puredata/Makefile.am: move pd help to pattern-help.pd
     3                - thanks goes to Frank Barknecht
     4        * ext/sndfileio.c src/aubio_priv.h: fixes memset in aubio_priv.h, remove
     5                useless sfinfo.format=0 - thanks karsten wiese
     6        * ext/midi/midi_alsa_seq.c: do not call pthread_ in aubio_midi_direct_output
     7                - thanks karsten wiese
     8        * python/aubio/task/beat.py: task beat() output seconds
     9        * python/aubio/task/beat.py: ugly hack to plot beat track anyway
     10        * examples/aubionotes.c: fix signed/unsigned mismatches in examples
     11        * src/beattracking.c: fix signed/unsigned mismatches in beattracking
     12        * src/pitchfcomb.c: fix signed/unsigned mismatches in pitchfcomb
     13        * src/pitchschmitt.c: fix signed/unsigned mismatches in pitchscmitt
     14        * configure.ac: use -Wextra but unused parameters, fix macos CFLAGS
     15        * plugins/puredata/Makefile.am: simplify puredata Makefile.am
     16        * python/aubio/Makefile.am: avoid overwriting CFLAGS
     17        * examples/Makefile.am: use top_{build,src}dir instead of ../
     18        * configure.ac: make configure.ac more readable
     19        * python/aubio/task/cut.py: use os.path to derive default output filenames
     20        * VERSION: 0.3.1
     21
     222006-18-05 Paul Brossier <piem@altern.org>
     23        * src/pitchyinfft.{c,h}: new pitch detection method
     24        * src/beattracking.c: algorithm improved
     25        * plugins/puredata/: new puredata external
     26        * python/tasks: enhancements to the onset detection algorithms
     27        * python/aubiocut: improved, can now slice at beats and silences
     28        * python/aubiopitch: new python program to extract pitch tracks
     29        * python/: plotting features for aubiocut and aubiopitch
     30        * python/: interface refactored
     31        * doc/: updated documentation
     32        * VERSION: 0.3.0
     33
     342006-18-05  Paul Brossier <piem@altern.org>
     35        * src/beattracking.c: added beattracking.c
     36        * various bug fixes
     37        * VERSION: 0.2.0
     38
    1392005-29-03  Paul Brossier <piem@altern.org>
    240        * python/aubio/gnuplot.py: clean up and add plotsound
Note: See TracChangeset for help on using the changeset viewer.