blob: 62c2815ab1a97fe6a5657e88c6d1e3419890f8f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
2006-12-11 Jamie Bullock <jamie@postlude.co.uk>
* version 0.3.2
* changed xtract_inharmonicity so that it takes frequencies AND
amplitudes of peaks from *data rather than via *argv. This is
consistent with xtract_centroid and others, and it means the data can
come directly from xtract_peaks
* Improvements to pd example (fixed memory allocation bugs)
2006-12-10 Jamie Bullock <jamie@postlude.co.uk>
* version 0.3.1
* Fixed xtract_init_mfcc (array entries zeroed out if not set)
2006-11-10 Jamie Bullock <jamie@postlude.co.uk>
* version 0.3.0
* Corrected typos in scalar.c
* Added -Wall to CFLAGS and corrected problems relating to warnings
* Added xtract_harmonics and corresponding documentation
2006-11-10 Jamie Bullock <jamie@postlude.co.uk>
* version 0.2.2
* Fixed 'bus error' crash on Mac OS X by adding 'extern' declarations
to xtract and xtract_help_strings
2006-10-24 Jamie Bullock <jamie@postlude.co.uk>
* version 0.2.1
* Fixed _xtract and _xtract_help_strings memory alloc bug
* Added new macro
_
2006-10-18 Jamie Bullock <jamie@postlude.co.uk>
* version 0.2.0
* added PD help files
* added simple help system
2006-10-12 Jamie Bullock <jamie@postlude.co.uk>
* version 0.1.2
* improved xtract_f0
* changed versioning scheme
2006-10-09 Jamie Bullock <jamie@postlude.co.uk>
* Released version 0.11
|