log

age author description
Fri, 15 May 2020 11:36:02 +0100 Chris Cannam Fix some tests, update subrepo default tip
Wed, 18 Jan 2017 16:21:04 +0000 Chris Cannam Add sampleType and sampleRate to rdf-read output descriptor
Wed, 16 Nov 2016 09:13:31 +0000 Chris Cannam Update jvamp build for Linux
Thu, 04 Feb 2016 20:37:14 +0000 Chris Cannam Update for newer Yeti json api
Wed, 03 Feb 2016 19:28:38 +0000 Chris Cannam Add README and COPYING
Wed, 03 Dec 2014 19:19:49 +0000 Chris Cannam Euclidean distance
Wed, 03 Dec 2014 19:15:51 +0000 Chris Cannam Remove a couple of unnecessary things
Fri, 12 Sep 2014 08:16:21 +0100 Chris Cannam Update Ayr jar in ext subrepo
Thu, 11 Sep 2014 15:05:34 +0100 Chris Cannam Add mixedTo option to framer
Thu, 11 Sep 2014 11:25:50 +0100 Chris Cannam Check for consistent lengths in fromRows/fromColumns; test for same in mapRows/mapColumns
Thu, 11 Sep 2014 11:11:11 +0100 Chris Cannam Make it permissible for mapRows to change the number of columns (if consistent) and mapColumns to change number of rows; test for same
Thu, 11 Sep 2014 11:00:58 +0100 Chris Cannam Fix size check in newMatrix so as to check all rows/cols
Thu, 11 Sep 2014 08:18:45 +0100 Chris Cannam Some newMatrix tests (some currently failing). And, should mapRows/mapColumns be allowed to (coherently) change the matrix size?
Mon, 28 Jul 2014 21:18:19 +0100 Chris Cannam Make paths in batch file relative to file location
Sun, 27 Jul 2014 19:21:21 +0100 Chris Cannam A couple of new complex functions
Tue, 24 Jun 2014 15:32:06 +0100 Chris Cannam Permit looking up the plugin path (for RDF purposes) even if we can't load the jVamp native library
Mon, 23 Jun 2014 16:14:19 +0100 Chris Cannam Add isVamPy
Wed, 11 Jun 2014 18:29:12 +0100 Chris Cannam Fix to library info url (was returning plugin info url)
Tue, 10 Jun 2014 17:54:52 +0100 Chris Cannam Download and info URLs: library level
Tue, 10 Jun 2014 14:43:52 +0100 Chris Cannam Add some library and maker properties to the plugin data; make some properties default to library-level properties if they don't exist at the plugin level
Mon, 09 Jun 2014 17:49:44 +0100 Chris Cannam Unify rdf and plugin category types (list of string)
Fri, 06 Jun 2014 19:42:36 +0100 Chris Cannam Update yertle
Fri, 06 Jun 2014 14:23:23 +0100 Chris Cannam Properties code now in yertle
Thu, 05 Jun 2014 19:23:26 +0100 Chris Cannam Return library name as well as soname, if present; extend known plugins to include local RDF as well as remote
Tue, 20 May 2014 13:39:22 +0100 Chris Cannam Merge
Tue, 20 May 2014 13:36:40 +0100 Chris Cannam Max 0.5 in impulse train
Tue, 20 May 2014 13:36:32 +0100 Chris Cannam note
Tue, 20 May 2014 13:36:20 +0100 Chris Cannam More informative error output
Tue, 20 May 2014 13:36:02 +0100 Chris Cannam Add read-all
Thu, 15 May 2014 16:22:12 +0100 Chris Cannam Limit white noise to +/-0.5
Tue, 13 May 2014 18:50:27 +0100 Chris Cannam Comment only
Tue, 13 May 2014 16:42:07 +0100 Chris Cannam Fix dirac "window" length (and fix test)
Mon, 12 May 2014 17:46:31 +0100 Chris Cannam Fixes to tests for frequency preservation in resampling
Mon, 12 May 2014 17:46:19 +0100 Chris Cannam Fix delay in decimator (apply it before picking)
Mon, 12 May 2014 11:29:50 +0100 Chris Cannam Need abs diff
Mon, 12 May 2014 11:24:47 +0100 Chris Cannam Test that all convolution methods produce the same output for a longer stream
Mon, 12 May 2014 11:24:24 +0100 Chris Cannam Provide yetidir
Sun, 11 May 2014 16:02:43 +0100 Chris Cannam Some failing resampler tests, matching those currently in qm-dsp
Thu, 01 May 2014 11:36:14 +0100 Chris Cannam Add sweeps and time-varying sinusoids
Wed, 30 Apr 2014 13:32:14 +0100 Chris Cannam Fixes to vector sizing in resampler
Wed, 30 Apr 2014 10:35:13 +0100 Chris Cannam Better error reporting
Sat, 05 Apr 2014 16:02:24 +0100 Chris Cannam Merge
Mon, 03 Mar 2014 17:03:32 +0000 Chris Cannam Comment
Mon, 03 Mar 2014 17:02:06 +0000 Chris Cannam Comment
Tue, 01 Apr 2014 10:35:45 +0100 Chris Cannam Sorted, median, quantiles
Mon, 31 Mar 2014 14:40:47 +0100 Chris Cannam Print (some of) the stack trace when catching exception from test
Mon, 31 Mar 2014 14:31:56 +0100 Chris Cannam Make vector arithmetic functions throw if args are of differing lengths -- definitely makes for a higher probability of getting correct code. Also matches the matrix code, which expects args to be of the same size
Mon, 31 Mar 2014 10:28:42 +0100 Chris Cannam Merge