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