source: ChangeLog @ c0ec39c

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