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