source: ChangeLog @ 96fb8ad

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

import 0.1.7.1

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