log

age author description
Fri, 07 Nov 2014 16:12:11 +0000 Jamie Bullock Various improvements
Fri, 07 Nov 2014 16:11:42 +0000 Jamie Bullock Remove unmaintainable relative paths
Fri, 07 Nov 2014 14:46:17 +0000 Jamie Bullock Add Doxygen to build system
Fri, 07 Nov 2014 13:11:34 +0000 Jamie Bullock Delete unneeded files
Fri, 07 Nov 2014 13:11:15 +0000 Jamie Bullock Tidy up .gitignore
Fri, 07 Nov 2014 13:10:51 +0000 Jamie Bullock Add "install" target
Fri, 07 Nov 2014 12:49:21 +0000 Jamie Bullock Move xtract inside "include" directory
Fri, 07 Nov 2014 12:46:49 +0000 Jamie Bullock Fix bug in paths
Fri, 07 Nov 2014 12:45:35 +0000 Jamie Bullock Add examples to new build system
Thu, 06 Nov 2014 17:29:37 +0000 Jamie Bullock Actually add Makefiles!
Thu, 06 Nov 2014 17:29:10 +0000 Jamie Bullock Remove puredata and MaxMSP examples
Thu, 06 Nov 2014 17:18:02 +0000 Jamie Bullock Initial simplified build system based on GNU Make
Thu, 06 Nov 2014 14:51:23 +0000 Jamie Bullock Minor formatting change
Thu, 17 Jul 2014 16:31:36 +0100 Jamie Bullock Add documentation information to README
Fri, 13 Jun 2014 17:29:26 +0100 Jamie Bullock Merge pull request #61 from seanlikeskites/master
Thu, 12 Jun 2014 09:22:34 +0100 Sean Enderby some fixes to scalar.c so they work in MSVC
Fri, 06 Jun 2014 09:55:01 +0100 Jamie Bullock Add new helper function xtract_smoothed(), e.g. can be used to extract smoothed spectrum
Thu, 05 Jun 2014 20:31:33 +0100 Jamie Bullock Fix broken xtract_stateful.h
Thu, 05 Jun 2014 20:31:06 +0100 Jamie Bullock Fix bug in xtract_last_n()
Thu, 05 Jun 2014 20:30:08 +0100 Jamie Bullock Fix bug in xtract_peak()
Thu, 05 Jun 2014 20:29:46 +0100 Jamie Bullock Update documentation for xtract_lnorm()
Thu, 05 Jun 2014 20:26:06 +0100 Jamie Bullock Add normalisation capability to xtract_lnorm()
Thu, 05 Jun 2014 20:25:06 +0100 Jamie Bullock Use AM_CPPFLAGS instead of AM_CFLAGS
Thu, 05 Jun 2014 20:24:44 +0100 Jamie Bullock Fix bug in ringbuf
Thu, 05 Jun 2014 20:24:19 +0100 Jamie Bullock Add test wav file
Thu, 05 Jun 2014 20:24:06 +0100 Jamie Bullock Replace simpletest.c with simpletest.cpp
Wed, 04 Jun 2014 18:10:15 +0100 Jamie Bullock Support for CPP files in build system
Wed, 04 Jun 2014 18:09:43 +0100 Jamie Bullock Add WaveFile class for loading audio files in simpletest
Wed, 04 Jun 2014 18:07:47 +0100 Jamie Bullock Add stdint include
Wed, 04 Jun 2014 17:36:11 +0100 Jamie Bullock Merge pull request #53 from seanlikeskites/tristimulusWork
Tue, 25 Feb 2014 14:27:25 +0000 Sean Enderby updated docs and removed commented out code
Tue, 25 Feb 2014 14:12:29 +0000 Sean Enderby tristimulus3 correction
Tue, 25 Feb 2014 13:53:39 +0000 Sean Enderby tristimulus2 correction
Tue, 25 Feb 2014 13:19:04 +0000 Sean Enderby tristimulus1 correction
Mon, 24 Feb 2014 14:57:02 +0000 Sean Enderby documentation update
Mon, 24 Feb 2014 14:32:04 +0000 Sean Enderby correction to xtract_odd_even_ratio
Mon, 24 Feb 2014 13:43:13 +0000 Sean Enderby Merge branch 'master' of https://github.com/jamiebullock/LibXtract
Mon, 24 Feb 2014 13:00:25 +0000 Sean Enderby correction to xtract_spectral_inharmonicicty
Wed, 04 Jun 2014 14:16:55 +0100 Jamie Bullock Add stateful.c and ringbuf.c to build system
Wed, 04 Jun 2014 14:16:38 +0100 Jamie Bullock Autotools fix: allow subdir-objects
Wed, 04 Jun 2014 14:16:10 +0100 Jamie Bullock Replace deprecated INCLUDES directive with AM_CFLAGS
Wed, 04 Jun 2014 14:15:19 +0100 Jamie Bullock Correct name for xtract_peak()
Wed, 04 Jun 2014 14:15:03 +0100 Jamie Bullock Fix conflict with Makefile.am for SWIG bindings and autotools
Wed, 04 Jun 2014 14:14:27 +0100 Jamie Bullock Update SWIG bindings, to (for now) ignore new stageful functions
Tue, 03 Jun 2014 21:20:01 +0100 Jamie Bullock Add ring buffer implementation
Tue, 03 Jun 2014 21:17:51 +0100 Jamie Bullock Add xtract_peak() determines whether the 'current' value is a peak
Tue, 03 Jun 2014 21:17:07 +0100 Jamie Bullock Add "stateful" feature type with initial feature "last n"
Thu, 27 Mar 2014 14:56:36 +0000 Jamie Bullock Merge pull request #58 from q-depot/master
Thu, 27 Mar 2014 14:36:37 +0000 andrea@nocte.co.uk remove *.tlog files
Thu, 27 Mar 2014 09:48:26 +0000 Q add VC2012 project to compile static and dynamic lib, also fix some C
Mon, 17 Mar 2014 16:39:30 +0000 Jamie Bullock Fixed bugs in xtract_failsafe_f0(). Should now actually be failsafe. Only exception is silent input.
Tue, 11 Mar 2014 20:18:10 +0000 Jamie Bullock Set result value before return
Tue, 11 Mar 2014 19:27:30 +0000 Jamie Bullock Set *result to note value in xtract_midicent(). Fixes bug.
Tue, 11 Mar 2014 19:27:02 +0000 Jamie Bullock Add MIDICENT to simpletest
Tue, 11 Mar 2014 18:16:12 +0000 Jamie Bullock Add range check
Tue, 11 Mar 2014 18:14:45 +0000 Jamie Bullock Add xtract_midicent() convenience function to convert from frequency to MIDI cent
Fri, 07 Mar 2014 22:14:55 +0000 Jamie Bullock Return XTRACT_ARGUMENT_ERROR if we try to initialise an mel filter bank with less than 2 bands
Fri, 07 Mar 2014 22:14:04 +0000 Jamie Bullock Add additional error code XTRACT_ARGUMENT_ERROR
Fri, 07 Mar 2014 21:42:46 +0000 Jamie Bullock Fix potential memory leak
Sun, 23 Feb 2014 21:32:14 +0000 Jamie Bullock Add "-undefined dynamic_lookup" to Pd LDFLAGS