log src/scalar.c @ 83:5fadbacdb2a7

age author description
Mon, 20 Aug 2007 08:12:04 +0000 Jamie Bullock Minor mods and typos corrections that were lurking uncommitted
Sun, 19 Aug 2007 16:54:25 +0000 Jamie Bullock Fixes for MSP example, and changed the fundamental estimators so that if they don't get a samplerate 44100 is assumed (I'm not sure if this is a good idea!).
Thu, 15 Feb 2007 10:48:41 +0000 Jamie Bullock Removed '//' comments
Mon, 12 Feb 2007 17:11:31 +0000 Jamie Bullock Various minor fixes
Mon, 29 Jan 2007 11:30:11 +0000 Jamie Bullock Added namespacing to enumerations and defines. Made most macros private.
Sun, 21 Jan 2007 14:40:23 +0000 Jamie Bullock Finished the essentials of descriptors.c
Thu, 11 Jan 2007 16:37:50 +0000 Jamie Bullock Fleshed out function descriptors.
Wed, 10 Jan 2007 14:36:43 +0000 Jamie Bullock Made some changes to spectral_mean etc.
Wed, 10 Jan 2007 13:16:55 +0000 Jamie Bullock Rationalised spectral data format. Added spectral_mean et al
Thu, 21 Dec 2006 13:23:12 +0000 Jamie Bullock Added xtract_sharpness()
Thu, 21 Dec 2006 12:06:44 +0000 Jamie Bullock Added xtract_slope()
Thu, 21 Dec 2006 11:31:51 +0000 Jamie Bullock xtract_magnitude_spectrum() and xtract_peaks() share format of N/2 frequency values and N/2 magnitude coefficients. 'Fixed' xtract_loudness() so that N=1 can be used for specific loudness.
Wed, 20 Dec 2006 16:47:52 +0000 Jamie Bullock Added bin frequencies to second half of xtract_magnitude_spectrum()
Wed, 20 Dec 2006 15:34:56 +0000 Jamie Bullock Added new features: sum, highest_value, crest and noisiness
Wed, 20 Dec 2006 12:28:08 +0000 Jamie Bullock Fixed xtract_flatness()
Fri, 15 Dec 2006 21:17:12 +0000 Jamie Bullock Numerous fixes and enhancements, see ChangeLog.
Tue, 12 Dec 2006 21:47:42 +0000 Jamie Bullock Numerous fixes, see ChangeLog
Mon, 11 Dec 2006 17:57:27 +0000 Jamie Bullock Changes to xtract_inharmonicity - made parameters consistent with other
Sat, 09 Dec 2006 15:21:35 +0000 Jamie Bullock Implemented xtract_harmonics
Sat, 09 Dec 2006 11:42:13 +0000 Jamie Bullock Fixed typos in scalar.c (thanks to Chris Cannam) and added -Wall to
Wed, 18 Oct 2006 17:49:19 +0000 Jamie Bullock Added PD help files
Tue, 17 Oct 2006 08:04:36 +0000 Jamie Bullock Improved xtract_f0
Mon, 09 Oct 2006 09:22:03 +0000 Jamie Bullock Added f0 estimation (based on AMDF)
Sun, 08 Oct 2006 15:31:40 +0000 Jamie Bullock Added spectral centroid
Thu, 05 Oct 2006 16:59:51 +0000 Jamie Bullock Changed xtract_f0 to xtract_lowest_match
Wed, 04 Oct 2006 18:19:25 +0000 Jamie Bullock Added doxygen tags and compile scripts
Mon, 02 Oct 2006 14:18:15 +0000 Jamie Bullock Initial import