source: ChangeLog @ 1917053

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

update changelog, version 0.3.1
update changelog, version 0.3.1

  • Property mode set to 100644
File size: 7.6 KB
Line 
12006-27-06  Paul Brossier <piem@altern.org>
2        * plugins/puredata/Makefile.am: move pd help to pattern-help.pd
3                - thanks goes to Frank Barknecht
4        * ext/sndfileio.c src/aubio_priv.h: fixes memset in aubio_priv.h, remove
5                useless sfinfo.format=0 - thanks karsten wiese
6        * ext/midi/midi_alsa_seq.c: do not call pthread_ in aubio_midi_direct_output
7                - thanks karsten wiese
8        * python/aubio/task/beat.py: task beat() output seconds
9        * python/aubio/task/beat.py: ugly hack to plot beat track anyway
10        * examples/aubionotes.c: fix signed/unsigned mismatches in examples
11        * src/beattracking.c: fix signed/unsigned mismatches in beattracking
12        * src/pitchfcomb.c: fix signed/unsigned mismatches in pitchfcomb
13        * src/pitchschmitt.c: fix signed/unsigned mismatches in pitchscmitt
14        * configure.ac: use -Wextra but unused parameters, fix macos CFLAGS
15        * plugins/puredata/Makefile.am: simplify puredata Makefile.am
16        * python/aubio/Makefile.am: avoid overwriting CFLAGS
17        * examples/Makefile.am: use top_{build,src}dir instead of ../
18        * configure.ac: make configure.ac more readable
19        * python/aubio/task/cut.py: use os.path to derive default output filenames
20        * VERSION: 0.3.1
21
222006-18-05 Paul Brossier <piem@altern.org>
23        * src/pitchyinfft.{c,h}: new pitch detection method
24        * src/beattracking.c: algorithm improved
25        * plugins/puredata/: new puredata external
26        * python/tasks: enhancements to the onset detection algorithms
27        * python/aubiocut: improved, can now slice at beats and silences
28        * python/aubiopitch: new python program to extract pitch tracks
29        * python/: plotting features for aubiocut and aubiopitch
30        * python/: interface refactored
31        * doc/: updated documentation
32        * VERSION: 0.3.0
33
342006-18-05  Paul Brossier <piem@altern.org>
35        * src/beattracking.c: added beattracking.c
36        * various bug fixes
37        * VERSION: 0.2.0
38
392005-29-03  Paul Brossier <piem@altern.org>
40        * python/aubio/gnuplot.py: clean up and add plotsound
41        * python/aubiocompare-onset: updated
42        * examples/aubioonset.c: fix text output when nframes<4
43        * ext/midi/midi_file.c: by default, int is unsigned on powerpc
44        * python/aubiocut, python/aubio/aubioclass.py: updated
45        * ext/midi/midi_alsa_seq.c: activated threading
46        * configure.ac,Makefile.am: added rules to check presence
47         of swig, python, puredata and docbook-to-man.
48
492005-17-03  Paul Brossier <piem@altern.org>
50        * examples/utils.{c,h}:  corrected usedoubled and -O interactions
51        * examples/aubioonset.c: added frames>=4 check (thanks Hamish Allan)
52
532004-12-11  Paul Brossier <piem@altern,org>
54        * swig/Makefile.am: instructions moved to python/aubio and cleaned
55        * python/aubiocut: corrected slicing on multichannel files
56        * VERSION: bumped to 0.1.8
57
582004-12-06  Paul Brossier <piem@altern.org>
59        * examples/{midi*,testforclam}.c: removed
60        * src/{sndfile,midi*,jackio}.[ch]: moved to ext
61
622004-12-03  Paul Brossier <piem@altern.org>
63        * src/{mathutils,pitchyin}.h: got rid of some shadowed declarations
64        * plugins/puredata: first puredata plugin attempt added
65
662004-11-30  Paul Brossier <piem@altern.org>
67        * configure.ac: added -lmx on macosx
68        * python/aubiocut: seeks for local minima before peak
69                           added zero crossing search
70        * src/pitchyinc.c: adds draft for all-in-one faster function
71        * examples/*.c: added ladcca client (needs work)
72        * examples/aubioonset.c: cleaned up verbose stdout
73        * doc/aubio.css: updated
74
752004-10-28  Paul Brossier <piem@altern.org>
76        * src/Makefile.am: added config.h installation
77        * VERSION: 0.1.7.1
78
792004-10-26  Paul Brossier <piem@altern.org>:
80        * src/pitchdetection.*: moved to src/pitchmcomb.*, now includes a
81        draft driver for transparent use of mcomb or yin
82        * src/pitchmcomb.*: added from old src/pitchdetection.*
83        * VERSION: 0.1.7
84
852004-10-20  Paul Brossier <piem@altern.org>:
86        * configure.ac: made fftw3f, alsa and jack optional
87        * src/fft.{c,h}: now uses FFTW3F_SUPPORT
88        * src/timer.c: #if 0 on win32 version
89
902004-10-18  Paul Brossier <piem@altern.org>:
91        * src/{fft,cvec,pvoc}.c: fixed fft size (N/2+1)
92        * src/{onsetdetection,tss}.c: fixed sizes as well
93        * src/pvoc.c: fixed resynthesis scaling factor (still missing
94        windowing), windowing added in pvoc_rdo
95        * src/fft.h: removed FFTW typedef
96        * configure.ac: removed AC_ISC_POSIX to compile on mingw32
97        * src/fft.c: removed useless fftw3.h include
98        * src/pitchmcomb.c: removed call to vec_adapt_thres (writes out of
99        bounds)
100
1012004-10-17  Paul Brossier <piem@altern.org>
102        * src/sample.c: removed static _malloc, set all 0. (fixes nan bugs)
103        * examples/*.c: removed useless pvoc inits
104        * src/pitchyin.c: based on de Cheveigne paper
105
1062004-09-17  Paul Brossier <piem@altern.org>
107        * configure.ac,src/Makefile.am: cleaned up autotools process
108        * examples/aubio*.c: removed some useless code.
109        * src/sample.c: removed crazy call to memset
110
1112004-09-02  Paul Brossier <piem@altern.org>
112        * src/sndfileio.c: removed abusive call to AUBIO_ARRAY,
113        defined MAX_SIZE instead.
114        * src/onsetdetection.c: rewritten free_function.
115        * src/phasevoc.c: in aubio_pvoc_rdo, one way writing only
116        * swig/, python/aubio: added swig wrapper, played a bit with
117        python interface.
118        * src/aubio.h: now includes midi_driver.h
119
1202004-06-25  Paul Brossier <piem@altern.org>
121        * src/peakpick.h:
122           renamed pickparams_t to aubio_pickpeak_t
123           disabled samer_pp (broken)
124           added del_aubio_peakpick
125           added aubio_peakpick_pimrt_wt (thanks mramirez)
126        * python/aubio/onsetcompare.py: now works on huge list
127           thanks goes to Nicolas Wack
128        * examples/aubionotes.c: now outputs NOTEONs
129        * configure.ac: quick hack to disable jack and alsa
130        * examples/*usingjack*: more hacking to disable jack
131        * README: some updates
132
1332004-06-23  Paul Brossier <piem@altern.org>
134        * src/*.h: added C++ ifdefs in header files
135        * src/fft.h: removed complex.h include in header
136        * src/hist.c: fixed out of array indexes
137                thanks Miguel Ramirez!
138        * src/Makefile.am: added install headers
139        * doc/Makefile.am: removed dist-hook to update-docs
140        * sounds/Makefile.am: added install hooks
141        * aubio.pc.in: added aubio.pc generation for pkg-config
142        * python: added some evaluation functions
143        * src/aubio_priv.h: moved AUBIO_DBG to stderr
144        * examples/utils.h: now outputs on stdout
145        * examples/midi*.c: fixed compilation with gcc-2.95
146        * VERSION: 0.1.4
147
1482004-04-27  Paul Brossier <piem@altern.org>
149        * pitchdetection.c: fixed, still not great
150        * Makefile.am: fixed missing headers (thank you Charbel)
151        * aubioonset,aubionotes: renamed for install (were *demo files)
152        * First working release: 0.1.3
153
1542004-01-31  Paul Brossier <piem@altern.org>
155        * pitchdetection.c: working, still a bit too picky
156        * filter.c: sizeable biquad, fixed via pitchtest.c
157        * types.h: added file, all generic system wide types.
158        * tss.c: added some speed improvements
159
1602004-01-20  Paul Brossier <piem@altern.org>
161        * peakpick.c: working real time onset detection
162        * biquad.c: needs fixing
163
1642004-01-10  Paul Brossier <piem@altern.org>
165        * long time i didn't touch this file
166        * added various objects
167        * working onsetdetectors
168        * various examples
169        * splitted in a dynamic library
170        * functions renamed (new_. del_. aubio_._do)
171        * VERSION: 0.1.0_alpha
172
1732003-11-04  Paul Brossier <piem@altern.org>
174        * aubio.h: degrouping in modules
175        * VERSION: 0.0.6_alpha
176
1772003-11-03  Paul Brossier <piem@altern.org>
178        * phasevoc.c: fixed memory acces
179        * jackio.c: moving to ringbuffer type implementation
180        * VERSION: 0.0.4_alpha
181
1822003-11-03  Paul Brossier <piem@altern.org>
183        * jackio.c: added jack support
184        * aubioenc.c: fixed memory freeing bugs
185        * VERSION: 0.0.3_alpha
186
1872003-10-29  Paul Brossier <piem@altern.org>
188        * aubio.h: Grouping all headers
189        * makefile.am: Running first make dist
190        * VERSION: 0.0.2alpha
191 
1922003-10-18  Paul Brossier <piem@altern.org>
193        * aubioenc.c: Working phase vocoder
194        * VERSION: 0.0.1alpha
Note: See TracBrowser for help on using the repository browser.