source: ChangeLog @ 09b082d

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 09b082d was 09b082d, checked in by Paul Brossier <piem@altern.org>, 19 years ago

src/pitchyin.c

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