log src/scalar.c @ 115:6c5ece9cba3a

age author description
Sat, 16 Feb 2008 20:13:05 +0000 Jamie Bullock - Added to pd example the ability to differentiate between different
Fri, 15 Feb 2008 12:43:13 +0000 Jamie Bullock - Fixed bugs in xtract_flatness(), or at least added necessary
Fri, 28 Dec 2007 19:34:51 +0000 Jamie Bullock - Added new helper functions: xtract_windowed() and xtract_features_from_subframes()
Mon, 24 Sep 2007 08:23:26 +0000 Jamie Bullock Made xtract_loudness() more permissive, so it doesn't crash if N > BARK_BANDS
Thu, 06 Sep 2007 14:05:37 +0000 Jamie Bullock Java bindings (with simple test) now working. Unified Python and Java bindings tests.
Wed, 05 Sep 2007 14:32:17 +0000 Jamie Bullock Added java bindings. Everything seems to work OK, except test.java won't compile. Some kind of path error, but I can't work out how to fix it.
Tue, 04 Sep 2007 19:07:55 +0000 Jamie Bullock Added basic SWIG wrapper generator (use ./configure --enable-swig etc)
Mon, 03 Sep 2007 14:31:58 +0000 Jamie Bullock Checked ANSI C89 compliance (basically a few ifndefs for the C99 math functions: powf, roundf etc). Added a few PD examples/tests.
Sun, 02 Sep 2007 14:28:00 +0000 Dan Stowell Fixed bug in xtract_irregularity_k() - failure to initialise *result to zero
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.