source: ChangeLog @ b16b900

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

removed some boring examples

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