0adeb7e34fca7b864341646447564e5a9ec0f789
[aubio.git] / ChangeLog
1 2004-11-39  Paul Brossier <piem@altern.org>
2         * configure.ac: added -lmx on macosx
3         * python/aubiocut: seeks for local minima before peak
4         * src/pitchyinc.c: adds draft for all-in-one faster function
5         * examples/*.c: added ladcca client (needs work)
6         * examples/aubioonset.c: cleaned up verbose stdout 
7         * doc/aubio.css: updated
8
9 2004-10-28  Paul Brossier <piem@altern.org>
10         * src/Makefile.am: added config.h installation
11
12 2004-10-26  Paul Brossier <piem@altern.org>:
13         * src/pitchdetection.*: moved to src/pitchmcomb.*, now includes a
14         draft driver for transparent use of mcomb or yin 
15         * src/pitchmcomb.*: added from old src/pitchdetection.*
16         * VERSION: 0.1.7
17
18 2004-10-20  Paul Brossier <piem@altern.org>:
19         * configure.ac: made fftw3f, alsa and jack optional
20         * src/fft.{c,h}: now uses FFTW3F_SUPPORT
21         * src/timer.c: #if 0 on win32 version
22
23 2004-10-18  Paul Brossier <piem@altern.org>:
24         * src/{fft,cvec,pvoc}.c: fixed fft size (N/2+1)
25         * src/{onsetdetection,tss}.c: fixed sizes as well
26         * src/pvoc.c: fixed resynthesis scaling factor (still missing
27         windowing), windowing added in pvoc_rdo 
28         * src/fft.h: removed FFTW typedef
29         * configure.ac: removed AC_ISC_POSIX to compile on mingw32
30         * src/fft.c: removed useless fftw3.h include
31         * src/pitchmcomb.c: removed call to vec_adapt_thres (writes out of
32         bounds)
33
34 2004-10-17  Paul Brossier <piem@altern.org>
35         * src/sample.c: removed static _malloc, set all 0. (fixes nan bugs)
36         * examples/*.c: removed useless pvoc inits
37         * src/pitchyin.c: based on de Cheveigne paper
38
39 2004-09-17  Paul Brossier <piem@altern.org>
40         * configure.ac,src/Makefile.am: cleaned up autotools process
41         * examples/aubio*.c: removed some useless code.
42         * src/sample.c: removed crazy call to memset
43
44 2004-09-02  Paul Brossier <piem@altern.org>
45         * src/sndfileio.c: removed abusive call to AUBIO_ARRAY,
46         defined MAX_SIZE instead.
47         * src/onsetdetection.c: rewritten free_function.
48         * src/phasevoc.c: in aubio_pvoc_rdo, one way writing only
49         * swig/, python/aubio: added swig wrapper, played a bit with 
50         python interface.
51         * src/aubio.h: now includes midi_driver.h
52
53 2004-06-25  Paul Brossier <piem@altern.org>
54         * src/peakpick.h: 
55            renamed pickparams_t to aubio_pickpeak_t 
56            disabled samer_pp (broken)
57            added del_aubio_peakpick
58            added aubio_peakpick_pimrt_wt (thanks mramirez) 
59         * python/aubio/onsetcompare.py: now works on huge list 
60            thanks goes to Nicolas Wack
61         * examples/aubionotes.c: now outputs NOTEONs 
62         * configure.ac: quick hack to disable jack and alsa
63         * examples/*usingjack*: more hacking to disable jack
64         * README: some updates
65
66 2004-06-23  Paul Brossier <piem@altern.org>
67         * src/*.h: added C++ ifdefs in header files
68         * src/fft.h: removed complex.h include in header
69         * src/hist.c: fixed out of array indexes 
70                 thanks Miguel Ramirez!
71         * src/Makefile.am: added install headers
72         * doc/Makefile.am: removed dist-hook to update-docs
73         * sounds/Makefile.am: added install hooks
74         * aubio.pc.in: added aubio.pc generation for pkg-config
75         * python: added some evaluation functions 
76         * src/aubio_priv.h: moved AUBIO_DBG to stderr
77         * examples/utils.h: now outputs on stdout
78         * examples/midi*.c: fixed compilation with gcc-2.95
79         * VERSION: 0.1.4
80
81 2004-04-27  Paul Brossier <piem@altern.org>
82         * pitchdetection.c: fixed, still not great
83         * Makefile.am: fixed missing headers (thank you Charbel) 
84         * aubioonset,aubionotes: renamed for install (were *demo files)
85         * First working release: 0.1.3
86
87 2004-01-31  Paul Brossier <piem@altern.org>
88         * pitchdetection.c: working, still a bit too picky
89         * filter.c: sizeable biquad, fixed via pitchtest.c
90         * types.h: added file, all generic system wide types.
91         * tss.c: added some speed improvements
92
93 2004-01-20  Paul Brossier <piem@altern.org>
94         * peakpick.c: working real time onset detection
95         * biquad.c: needs fixing
96
97 2004-01-10  Paul Brossier <piem@altern.org>
98         * long time i didn't touch this file
99         * added various objects
100         * working onsetdetectors
101         * various examples
102         * splitted in a dynamic library
103         * functions renamed (new_. del_. aubio_._do)
104         * VERSION: 0.1.0_alpha
105
106 2003-11-04  Paul Brossier <piem@altern.org>
107         * aubio.h: degrouping in modules
108         * VERSION: 0.0.6_alpha
109
110 2003-11-03  Paul Brossier <piem@altern.org>
111         * phasevoc.c: fixed memory acces
112         * jackio.c: moving to ringbuffer type implementation
113         * VERSION: 0.0.4_alpha
114
115 2003-11-03  Paul Brossier <piem@altern.org>
116         * jackio.c: added jack support
117         * aubioenc.c: fixed memory freeing bugs
118         * VERSION: 0.0.3_alpha
119
120 2003-10-29  Paul Brossier <piem@altern.org>
121         * aubio.h: Grouping all headers
122         * makefile.am: Running first make dist
123         * VERSION: 0.0.2alpha
124  
125 2003-10-18  Paul Brossier <piem@altern.org>
126         * aubioenc.c: Working phase vocoder
127         * VERSION: 0.0.1alpha