log examples/simpletest/simpletest.c @ 207:5357a64124f1

age author description
Tue, 11 Mar 2014 19:27:02 +0000 Jamie Bullock Add MIDICENT to simpletest
Sun, 23 Feb 2014 21:31:22 +0000 Jamie Bullock Use random() instead of arc4random() for portability
Tue, 11 Feb 2014 16:39:41 +0000 Jamie Bullock Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the input data are below or equal to threshold value. Fixes #46
Tue, 16 Jul 2013 20:52:45 +0100 Jamie Bullock Add noise test source to simpletest. Add xtract_flux() example to simpletest
Wed, 19 Jun 2013 15:54:52 -0700 Jamie Bullock Remove extraneous print statement
Wed, 19 Jun 2013 14:59:58 -0700 Jamie Bullock Fix memory leak by calling xtract_free_window()
Tue, 18 Jun 2013 13:23:17 -0700 Jamie Bullock Dynamically allocate storage in simpltest example. Ooura doesn't seem to like the being passed memory on the stack on Linux. Fixes #11
Tue, 18 Jun 2013 08:10:23 -0700 Jamie Bullock Define M_PI to 3.14159265358979323846264338327 on platforms where it is not provided by math.h
Sun, 02 Jun 2013 22:55:18 +0100 Jamie Bullock More xtract functions included in simpletest example
Fri, 15 Mar 2013 10:29:08 +0000 Jamie Bullock Remove erroneous casts to void * in xtract() function calls
Thu, 14 Mar 2013 13:03:12 +0000 Jamie Bullock Add explicit casts to malloc() calls for C++ compatibility
Wed, 09 Jan 2013 12:45:29 +0000 Jamie Bullock switched from single to double precision througout. closes #9
Mon, 07 Jan 2013 17:01:14 +0000 Jamie Bullock changed license from GPL to MIT. closes #6
Mon, 07 Jan 2013 16:27:15 +0000 Jamie Bullock added Ooura implementation to repository
Wed, 05 Sep 2012 16:27:18 +0100 Jamie Bullock Updated simpletest example to include MFCC