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