Fri, 17 Jul 2015 15:48:01 +0100 |
Chris Cannam |
Remote location for this subrepo is unresponsive, include sources in this repo instead
|
Fri, 06 Feb 2015 09:01:15 +0000 |
Chris Cannam |
Parameter documentation
|
Thu, 05 Feb 2015 09:53:06 +0000 |
Chris Cannam |
Merge from branch chroma-in-library
|
Thu, 05 Feb 2015 09:52:49 +0000 |
Chris Cannam |
Expose a few more parameters, adjust some names for better consistency with spectrogram class
|
Wed, 04 Feb 2015 15:09:06 +0000 |
Chris Cannam |
Pull out chroma class into library
|
Wed, 14 Jan 2015 18:00:34 +0000 |
Chris Cannam |
Some renames
|
Tue, 02 Dec 2014 17:36:41 +0000 |
Chris Cannam |
Feature labels were upside down in the plugin! Oops. Fix it
|
Fri, 08 Aug 2014 11:52:38 +0100 |
Chris Cannam |
Add script to archive from latest tag
|
Fri, 08 Aug 2014 11:41:25 +0100 |
Chris Cannam |
Added tag v1.0 for changeset 5a4ece568299
|
Fri, 08 Aug 2014 11:04:13 +0100 |
Chris Cannam |
Merge
|
Fri, 08 Aug 2014 10:07:25 +0100 |
Chris Cannam |
Various changes to make the code compatible with MSVC++ (though we don't provide projects for it yet)
|
Fri, 08 Aug 2014 11:03:41 +0100 |
Chris Cannam |
Add note on Vamp plugin to README
|
Thu, 07 Aug 2014 19:19:21 +0100 |
Chris Cannam |
Added tag v1.0 for changeset 361b4f8b7b2d
|
Thu, 07 Aug 2014 08:17:36 +0100 |
Chris Cannam |
OS/X build fixes
|
Wed, 06 Aug 2014 16:02:25 +0100 |
Chris Cannam |
Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
|
Tue, 05 Aug 2014 17:23:17 +0100 |
Chris Cannam |
Merge
|
Tue, 05 Aug 2014 11:05:12 +0100 |
Chris Cannam |
Add MinGW cross-compile Makefile
|
Tue, 05 Aug 2014 17:12:46 +0100 |
Chris Cannam |
OS/X build fixes
|
Mon, 04 Aug 2014 09:21:48 +0100 |
Chris Cannam |
Defensive initialisation
|
Mon, 14 Jul 2014 12:44:37 +0100 |
Chris Cannam |
Typo fix
|
Mon, 14 Jul 2014 12:42:30 +0100 |
Chris Cannam |
Another fix to parameter defaults
|
Mon, 14 Jul 2014 10:29:43 +0100 |
Chris Cannam |
Parameters can't depend on sample rate
|
Thu, 10 Jul 2014 18:55:08 +0100 |
Chris Cannam |
Correct order of min/max
|
Thu, 10 Jul 2014 15:44:19 +0100 |
Chris Cannam |
Fixes to default parameter values
|
Thu, 10 Jul 2014 15:27:19 +0100 |
Chris Cannam |
Avoid failing if min and max frequency are identical
|
Thu, 10 Jul 2014 15:27:09 +0100 |
Chris Cannam |
More docs
|
Thu, 10 Jul 2014 12:19:49 +0100 |
Chris Cannam |
Doxygen spec
|
Thu, 10 Jul 2014 12:19:39 +0100 |
Chris Cannam |
Report validity of CQKernel construction, and avoid NaN values for invalid parameters. Also documentation.
|
Fri, 20 Jun 2014 10:33:11 +0100 |
Chris Cannam |
More RDF data
|
Thu, 22 May 2014 16:58:59 +0100 |
Chris Cannam |
No reason getBinFrequency shouldn't work for non-integer bin numbers too
|
Tue, 20 May 2014 12:38:13 +0100 |
Chris Cannam |
Small rearrangement
|
Tue, 20 May 2014 11:44:43 +0100 |
Chris Cannam |
A few more kernel tests
|
Tue, 20 May 2014 11:30:55 +0100 |
Chris Cannam |
Start kernel test file, add inverse test script
|
Tue, 20 May 2014 11:03:08 +0100 |
Chris Cannam |
Fixes to timing tests
|
Tue, 20 May 2014 10:20:16 +0100 |
Chris Cannam |
Use frequencies closer to bin centres
|
Mon, 19 May 2014 17:46:40 +0100 |
Chris Cannam |
More (failing) tests
|
Mon, 19 May 2014 17:25:08 +0100 |
Chris Cannam |
Debug output optional
|
Mon, 19 May 2014 17:24:55 +0100 |
Chris Cannam |
Bins are from high to low, not low to high (for getBinFrequencies)
|
Mon, 19 May 2014 17:24:17 +0100 |
Chris Cannam |
Documentation
|
Mon, 19 May 2014 13:02:08 +0100 |
Chris Cannam |
Different interpolation types; start on timing tests
|
Mon, 19 May 2014 12:50:26 +0100 |
Chris Cannam |
Add test objects to clean, etc
|
Mon, 19 May 2014 12:47:45 +0100 |
Chris Cannam |
Crop some excessively optimistic tests. We now fail the same two cases as the yeti implementation does.
|
Mon, 19 May 2014 12:03:04 +0100 |
Chris Cannam |
Tests (not quite correct yet)
|
Mon, 19 May 2014 10:21:51 +0100 |
Chris Cannam |
Start introducing the tests
|
Fri, 16 May 2014 13:48:57 +0100 |
Chris Cannam |
Update RDF, copyright dates etc
|
Fri, 16 May 2014 10:45:31 +0100 |
Chris Cannam |
Add OS/X Makefile
|
Fri, 16 May 2014 10:14:34 +0100 |
Chris Cannam |
Copyright
|
Fri, 16 May 2014 10:12:03 +0100 |
Chris Cannam |
Expose some more processing parameters, use a single parameter class
|
Fri, 16 May 2014 09:06:34 +0100 |
Chris Cannam |
README file, some text tweaks, avoid compiler warning
|
Thu, 15 May 2014 15:24:56 +0100 |
Chris Cannam |
Ah, CQKernel does need to be public (it's included by other public headers)
|
Thu, 15 May 2014 14:47:19 +0100 |
Chris Cannam |
Build a library too
|
Thu, 15 May 2014 14:42:11 +0100 |
Chris Cannam |
Merge from branch standalone-reorg
|
Thu, 15 May 2014 14:36:10 +0100 |
Chris Cannam |
Build stuff
|
Thu, 15 May 2014 14:23:42 +0100 |
Chris Cannam |
More necessary code, some work on build scripts
|
Thu, 15 May 2014 12:29:30 +0100 |
Chris Cannam |
Add FFT interface code
|
Thu, 15 May 2014 12:24:11 +0100 |
Chris Cannam |
Bring in dsp dependencies
|
Thu, 15 May 2014 12:06:31 +0100 |
Chris Cannam |
Move kernel include (not public) to src, remove some unused files
|
Thu, 15 May 2014 12:04:56 +0100 |
Chris Cannam |
Move matlab dir
|
Thu, 15 May 2014 12:04:00 +0100 |
Chris Cannam |
Moving to standalone library layout
|
Thu, 15 May 2014 11:59:11 +0100 |
Chris Cannam |
Fix interpolation at end of data -- we can't interpolate if there are no further full-height columns, but we can return hold data rather than zeros
|