Tue, 08 Oct 2013 17:23:17 +0100 |
Chris Cannam |
Add gcd
|
Fri, 04 Oct 2013 18:46:32 +0100 |
Chris Cannam |
Add Kaiser window (and some tests for it)
|
Fri, 04 Oct 2013 18:34:30 +0100 |
Chris Cannam |
Some (but not all) MathUtilities unit tests, and accompanying fixes
|
Fri, 04 Oct 2013 16:43:44 +0100 |
Chris Cannam |
Merge from pvoc branch
|
Thu, 03 Oct 2013 13:22:53 +0100 |
Chris Cannam |
Tidy
|
Thu, 03 Oct 2013 13:03:31 +0100 |
Chris Cannam |
Comments
|
Thu, 03 Oct 2013 12:58:36 +0100 |
Chris Cannam |
Phase vocoder: provide time-domain and freq-domain inputs separately; update tests etc
|
Wed, 02 Oct 2013 18:22:06 +0100 |
Chris Cannam |
Don't use tabs
|
Wed, 02 Oct 2013 18:21:57 +0100 |
Chris Cannam |
A more difficult test
|
Wed, 02 Oct 2013 15:05:43 +0100 |
Chris Cannam |
Dependencies
|
Wed, 02 Oct 2013 15:05:34 +0100 |
Chris Cannam |
Do actual phase unwrapping in the phase vocoder!
|
Wed, 02 Oct 2013 15:04:38 +0100 |
Chris Cannam |
Tidy real-to-complex FFT -- forward and inverse have different arguments, so make them separate functions; document
|
Tue, 01 Oct 2013 15:38:56 +0100 |
Chris Cannam |
Add another frame
|
Tue, 01 Oct 2013 15:35:55 +0100 |
Chris Cannam |
Add first phase vocoder unit test (failing)
|
Tue, 01 Oct 2013 15:15:59 +0100 |
Chris Cannam |
Test two-arg cut as well
|
Mon, 30 Sep 2013 16:50:38 +0100 |
Chris Cannam |
FFT and window tests
|
Mon, 30 Sep 2013 16:50:27 +0100 |
Chris Cannam |
Fix to triangular window; comment periodic nature of windows; remove two window types for which I don't have adequate tests
|
Mon, 30 Sep 2013 16:49:53 +0100 |
Chris Cannam |
Ignore output files
|
Thu, 05 Sep 2013 13:21:15 +0100 |
Chris Cannam |
Added tag mirex2013 for changeset f976d7609700
|
Thu, 05 Sep 2013 12:33:35 +0100 |
Chris Cannam |
Restore the accidentally-removed line in which all the work happens! Fixes onset detector
|
Mon, 02 Sep 2013 09:47:05 +0100 |
Chris Cannam |
Remove debug (which should be to cerr rather than cout, if ever restored)
|
Mon, 02 Sep 2013 09:26:46 +0100 |
Chris Cannam |
Merge mepd_new_params branch
|
Mon, 02 Sep 2013 09:25:00 +0100 |
Chris Cannam |
Remove files that should never have been tracked
|
Wed, 12 Dec 2012 15:10:38 +0000 |
luisf |
Now includes latest changes from MEPD:
|
Wed, 12 Dec 2012 15:05:13 +0000 |
luisf |
removed ppc flag from OSX Makefile
|
Thu, 13 Jun 2013 10:23:09 +0100 |
Chris Cannam |
Fix compiler warnings
|
Tue, 12 Feb 2013 17:46:47 +0000 |
Chris Cannam |
Remove files that should never have been tracked
|
Fri, 14 Oct 2011 09:48:47 +0100 |
Chris Cannam |
Fix build with gcc 4.6
|
Fri, 14 Oct 2011 09:41:38 +0100 |
Chris Cannam |
Remove .a file which should not be tracked
|
Mon, 20 Jun 2011 19:01:48 +0100 |
mathieub |
A threshold (delta) is added in the peak picking parameters structure (PPickParams). It is used as an offset when computing the smoothed detection function. A constructor for the structure PPickParams is also added to set the parameters to 0 when a structure instance is created. Hence programmes using the peak picking parameter structure and which do not set the delta parameter (e.g. QM Vamp note onset detector) won't be affected by the modifications.
|
Tue, 05 Apr 2011 13:48:18 +0100 |
Chris Cannam |
Added tag qm-vamp-plugins-v1.7 for changeset 2f42a967fd82
|
Tue, 05 Apr 2011 12:35:36 +0100 |
Chris Cannam |
Call for 10.4 version min; don't use visibility=hidden (we do this at link time with exported symbols list)
|
Tue, 05 Apr 2011 12:03:33 +0100 |
Chris Cannam |
Use old-school compilers with old-school SDK
|
Wed, 09 Feb 2011 15:25:36 +0000 |
Chris Cannam |
* Sort out this isnan/isinf nonsense once and for all
|
Wed, 09 Feb 2011 11:47:20 +0000 |
Chris Cannam |
* Add OS/X Makefile
|
Wed, 09 Feb 2011 11:16:56 +0000 |
Chris Cannam |
* Add basic Linux Makefiles
|
Wed, 09 Feb 2011 09:51:54 +0000 |
Chris Cannam |
* First bit of work on non-qmake make
|
Tue, 04 Jan 2011 13:49:19 +0000 |
Chris Cannam |
* Oops -- restore a file that was actually used (by qm-vamp-plugins)
|
Tue, 04 Jan 2011 13:20:04 +0000 |
Chris Cannam |
* Remove more unused files
|
Thu, 16 Dec 2010 16:40:21 +0000 |
Chris Cannam |
* Note GPL version
|
Thu, 16 Dec 2010 16:39:13 +0000 |
Chris Cannam |
* Add COPYING file
|
Mon, 13 Dec 2010 14:55:28 +0000 |
Chris Cannam |
* Add GPL and README; some tidying
|
Wed, 01 Dec 2010 14:05:25 +0000 |
Chris Cannam |
* Remove some unused code; minor tidy
|
Tue, 13 Jul 2010 11:35:13 +0000 |
Chris Cannam |
* Add new files
|
Tue, 09 Feb 2010 14:54:17 +0000 |
Chris Cannam |
* Add prebuilt library binary
|
Thu, 15 Oct 2009 16:09:13 +0000 |
Chris Cannam |
* Fix idiotic bug that causes onset detector not to work as well as it did
|
Mon, 14 Sep 2009 13:01:44 +0000 |
Chris Cannam |
* Solaris build fixes
|
Thu, 25 Jun 2009 13:35:34 +0000 |
Chris Cannam |
...
|
Tue, 23 Jun 2009 12:31:07 +0000 |
Chris Cannam |
* Fix total failure to detect barline when the strongest beat sd was
|
Mon, 22 Jun 2009 14:10:03 +0000 |
Chris Cannam |
* Fix DownBeat off-by-one and another stupid error, both of which I
|
Tue, 16 Jun 2009 11:55:44 +0000 |
Chris Cannam |
...
|
Mon, 08 Jun 2009 12:30:20 +0000 |
Chris Cannam |
* A few fixes prompted by vamp-plugin-tester
|
Fri, 05 Jun 2009 15:12:39 +0000 |
Chris Cannam |
* Key detector: when returning key strengths, use the peak value of the
|
Tue, 02 Jun 2009 11:25:58 +0000 |
Chris Cannam |
* Build fixes for OS/X
|
Tue, 02 Jun 2009 11:10:40 +0000 |
Chris Cannam |
* Condition fix (caused hang)
|
Tue, 02 Jun 2009 09:53:01 +0000 |
Chris Cannam |
* build fixes for win32-x-g++
|
Thu, 21 May 2009 16:39:35 +0000 |
Chris Cannam |
* Fix some locking problems
|
Mon, 18 May 2009 15:44:03 +0000 |
Chris Cannam |
* Fix race condition
|
Thu, 14 May 2009 12:45:08 +0000 |
Chris Cannam |
* Pull out AsynchronousTask into its own header
|
Wed, 13 May 2009 17:41:10 +0000 |
Chris Cannam |
* minor
|