src/aubio.h: add pitchspecacf, remove from python/lib/generator
[aubio.git] / ChangeLog
1 2006-11-10  Paul Brossier <piem@altern.org>
2         * configure.ac: check c compiler for -Wextra option
3         * examples/*: add lash support to aubioonset, aubiotrack, and aubionotes
4         * */Makefile.am: improve compilation on Mac OS X, mingw and cygwin
5         * src/{onset,tempo}.[ch]: add simple c interfaces to onset and tempo tasks
6         * src/beattracking.c: allow the use of two beat trackers simultaneously
7         * examples/tests: add test programs for most c functions
8         * src/*.c: add most missing free calls
9         * src/*.c: fix some out of array writes
10         * src/,ext/: more gcc warning fixes
11
12 2006-27-06  Paul Brossier <piem@altern.org>
13         * plugins/puredata/Makefile.am: move pd help to pattern-help.pd
14                 - thanks goes to Frank Barknecht
15         * ext/sndfileio.c src/aubio_priv.h: fixes memset in aubio_priv.h, remove
16                 useless sfinfo.format=0 - thanks karsten wiese 
17         * ext/midi/midi_alsa_seq.c: do not call pthread_ in aubio_midi_direct_output
18                 - thanks karsten wiese
19         * python/aubio/task/beat.py: task beat() output seconds
20         * python/aubio/task/beat.py: ugly hack to plot beat track anyway
21         * examples/aubionotes.c: fix signed/unsigned mismatches in examples
22         * src/beattracking.c: fix signed/unsigned mismatches in beattracking
23         * src/pitchfcomb.c: fix signed/unsigned mismatches in pitchfcomb
24         * src/pitchschmitt.c: fix signed/unsigned mismatches in pitchscmitt
25         * configure.ac: use -Wextra but unused parameters, fix macos CFLAGS
26         * plugins/puredata/Makefile.am: simplify puredata Makefile.am
27         * python/aubio/Makefile.am: avoid overwriting CFLAGS
28         * examples/Makefile.am: use top_{build,src}dir instead of ../
29         * configure.ac: make configure.ac more readable
30         * python/aubio/task/cut.py: use os.path to derive default output filenames
31         * VERSION: 0.3.1
32
33 2006-18-05 Paul Brossier <piem@altern.org>
34         * src/pitchyinfft.{c,h}: new pitch detection method
35         * src/beattracking.c: algorithm improved
36         * plugins/puredata/: new puredata external
37         * python/tasks: enhancements to the onset detection algorithms
38         * python/aubiocut: improved, can now slice at beats and silences
39         * python/aubiopitch: new python program to extract pitch tracks
40         * python/: plotting features for aubiocut and aubiopitch
41         * python/: interface refactored
42         * doc/: updated documentation 
43         * VERSION: 0.3.0
44
45 2006-18-05  Paul Brossier <piem@altern.org>
46         * src/beattracking.c: added beattracking.c
47         * various bug fixes
48         * VERSION: 0.2.0
49
50 2005-29-03  Paul Brossier <piem@altern.org>
51         * python/aubio/gnuplot.py: clean up and add plotsound
52         * python/aubiocompare-onset: updated
53         * examples/aubioonset.c: fix text output when nframes<4 
54         * ext/midi/midi_file.c: by default, int is unsigned on powerpc
55         * python/aubiocut, python/aubio/aubioclass.py: updated
56         * ext/midi/midi_alsa_seq.c: activated threading
57         * configure.ac,Makefile.am: added rules to check presence
58          of swig, python, puredata and docbook-to-man.
59
60 2005-17-03  Paul Brossier <piem@altern.org>
61         * examples/utils.{c,h}:  corrected usedoubled and -O interactions
62         * examples/aubioonset.c: added frames>=4 check (thanks Hamish Allan)
63
64 2004-12-11  Paul Brossier <piem@altern,org>
65         * swig/Makefile.am: instructions moved to python/aubio and cleaned 
66         * python/aubiocut: corrected slicing on multichannel files
67         * VERSION: bumped to 0.1.8
68
69 2004-12-06  Paul Brossier <piem@altern.org>
70         * examples/{midi*,testforclam}.c: removed
71         * src/{sndfile,midi*,jackio}.[ch]: moved to ext
72
73 2004-12-03  Paul Brossier <piem@altern.org>
74         * src/{mathutils,pitchyin}.h: got rid of some shadowed declarations
75         * plugins/puredata: first puredata plugin attempt added
76
77 2004-11-30  Paul Brossier <piem@altern.org>
78         * configure.ac: added -lmx on macosx
79         * python/aubiocut: seeks for local minima before peak
80                            added zero crossing search
81         * src/pitchyinc.c: adds draft for all-in-one faster function
82         * examples/*.c: added ladcca client (needs work)
83         * examples/aubioonset.c: cleaned up verbose stdout 
84         * doc/aubio.css: updated
85
86 2004-10-28  Paul Brossier <piem@altern.org>
87         * src/Makefile.am: added config.h installation
88         * VERSION: 0.1.7.1
89
90 2004-10-26  Paul Brossier <piem@altern.org>:
91         * src/pitchdetection.*: moved to src/pitchmcomb.*, now includes a
92         draft driver for transparent use of mcomb or yin 
93         * src/pitchmcomb.*: added from old src/pitchdetection.*
94         * VERSION: 0.1.7
95
96 2004-10-20  Paul Brossier <piem@altern.org>:
97         * configure.ac: made fftw3f, alsa and jack optional
98         * src/fft.{c,h}: now uses FFTW3F_SUPPORT
99         * src/timer.c: #if 0 on win32 version
100
101 2004-10-18  Paul Brossier <piem@altern.org>:
102         * src/{fft,cvec,pvoc}.c: fixed fft size (N/2+1)
103         * src/{onsetdetection,tss}.c: fixed sizes as well
104         * src/pvoc.c: fixed resynthesis scaling factor (still missing
105         windowing), windowing added in pvoc_rdo 
106         * src/fft.h: removed FFTW typedef
107         * configure.ac: removed AC_ISC_POSIX to compile on mingw32
108         * src/fft.c: removed useless fftw3.h include
109         * src/pitchmcomb.c: removed call to vec_adapt_thres (writes out of
110         bounds)
111
112 2004-10-17  Paul Brossier <piem@altern.org>
113         * src/sample.c: removed static _malloc, set all 0. (fixes nan bugs)
114         * examples/*.c: removed useless pvoc inits
115         * src/pitchyin.c: based on de Cheveigne paper
116
117 2004-09-17  Paul Brossier <piem@altern.org>
118         * configure.ac,src/Makefile.am: cleaned up autotools process
119         * examples/aubio*.c: removed some useless code.
120         * src/sample.c: removed crazy call to memset
121
122 2004-09-02  Paul Brossier <piem@altern.org>
123         * src/sndfileio.c: removed abusive call to AUBIO_ARRAY,
124         defined MAX_SIZE instead.
125         * src/onsetdetection.c: rewritten free_function.
126         * src/phasevoc.c: in aubio_pvoc_rdo, one way writing only
127         * swig/, python/aubio: added swig wrapper, played a bit with 
128         python interface.
129         * src/aubio.h: now includes midi_driver.h
130
131 2004-06-25  Paul Brossier <piem@altern.org>
132         * src/peakpick.h: 
133            renamed pickparams_t to aubio_pickpeak_t 
134            disabled samer_pp (broken)
135            added del_aubio_peakpick
136            added aubio_peakpick_pimrt_wt (thanks mramirez) 
137         * python/aubio/onsetcompare.py: now works on huge list 
138            thanks goes to Nicolas Wack
139         * examples/aubionotes.c: now outputs NOTEONs 
140         * configure.ac: quick hack to disable jack and alsa
141         * examples/*usingjack*: more hacking to disable jack
142         * README: some updates
143
144 2004-06-23  Paul Brossier <piem@altern.org>
145         * src/*.h: added C++ ifdefs in header files
146         * src/fft.h: removed complex.h include in header
147         * src/hist.c: fixed out of array indexes 
148                 thanks Miguel Ramirez!
149         * src/Makefile.am: added install headers
150         * doc/Makefile.am: removed dist-hook to update-docs
151         * sounds/Makefile.am: added install hooks
152         * aubio.pc.in: added aubio.pc generation for pkg-config
153         * python: added some evaluation functions 
154         * src/aubio_priv.h: moved AUBIO_DBG to stderr
155         * examples/utils.h: now outputs on stdout
156         * examples/midi*.c: fixed compilation with gcc-2.95
157         * VERSION: 0.1.4
158
159 2004-04-27  Paul Brossier <piem@altern.org>
160         * pitchdetection.c: fixed, still not great
161         * Makefile.am: fixed missing headers (thank you Charbel) 
162         * aubioonset,aubionotes: renamed for install (were *demo files)
163         * First working release: 0.1.3
164
165 2004-01-31  Paul Brossier <piem@altern.org>
166         * pitchdetection.c: working, still a bit too picky
167         * filter.c: sizeable biquad, fixed via pitchtest.c
168         * types.h: added file, all generic system wide types.
169         * tss.c: added some speed improvements
170
171 2004-01-20  Paul Brossier <piem@altern.org>
172         * peakpick.c: working real time onset detection
173         * biquad.c: needs fixing
174
175 2004-01-10  Paul Brossier <piem@altern.org>
176         * long time i didn't touch this file
177         * added various objects
178         * working onsetdetectors
179         * various examples
180         * splitted in a dynamic library
181         * functions renamed (new_. del_. aubio_._do)
182         * VERSION: 0.1.0_alpha
183
184 2003-11-04  Paul Brossier <piem@altern.org>
185         * aubio.h: degrouping in modules
186         * VERSION: 0.0.6_alpha
187
188 2003-11-03  Paul Brossier <piem@altern.org>
189         * phasevoc.c: fixed memory acces
190         * jackio.c: moving to ringbuffer type implementation
191         * VERSION: 0.0.4_alpha
192
193 2003-11-03  Paul Brossier <piem@altern.org>
194         * jackio.c: added jack support
195         * aubioenc.c: fixed memory freeing bugs
196         * VERSION: 0.0.3_alpha
197
198 2003-10-29  Paul Brossier <piem@altern.org>
199         * aubio.h: Grouping all headers
200         * makefile.am: Running first make dist
201         * VERSION: 0.0.2alpha
202  
203 2003-10-18  Paul Brossier <piem@altern.org>
204         * aubioenc.c: Working phase vocoder
205         * VERSION: 0.0.1alpha