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