log

age author description
Thu, 18 Apr 2013 08:47:05 +0100 Chris Cannam Add overlooked file
Wed, 17 Apr 2013 21:24:57 +0100 Chris Cannam Add yetilab jar itself to the yc classpath (except when compiling it)
Wed, 17 Apr 2013 20:23:12 +0100 Chris Cannam Add Makefile, fix compile errors
Sun, 14 Apr 2013 21:29:21 +0100 Chris Cannam Use exceptions to report failure to apply Vamp plugins etc -- Error-tagged returns seem more appropriate to incremental failure
Sat, 13 Apr 2013 22:00:09 +0100 Chris Cannam Add lookups for known (but not installed) plugins to vamp module
Thu, 11 Apr 2013 12:50:47 +0100 Chris Cannam Comments; add fillTimestamps back to public interface
Fri, 29 Mar 2013 22:36:29 +0000 Chris Cannam Some basic plotting
Thu, 28 Mar 2013 21:37:29 +0000 Chris Cannam Plotting experiments
Wed, 27 Mar 2013 22:22:48 +0000 Chris Cannam Structure more output types, add return-structured functions to vamp.yeti
Wed, 27 Mar 2013 22:22:17 +0000 Chris Cannam Ensure step and block sizes are initialised if plugin returned 0 for preferred sizes
Wed, 27 Mar 2013 09:14:59 +0000 Chris Cannam Return matrix from structureGrid (and therefore from postprocess with grid data)
Tue, 26 Mar 2013 22:41:06 +0000 Chris Cannam A typing workaround, so that we can get the right type in to vamppost
Fri, 22 Mar 2013 23:06:12 +0000 Chris Cannam Quicker sum and multiply for blocks
Thu, 21 Mar 2013 21:53:13 +0000 Chris Cannam Tidier comments
Thu, 21 Mar 2013 17:13:09 +0000 Chris Cannam Fix flipped
Thu, 21 Mar 2013 14:57:58 +0000 Chris Cannam More tests (some failing) and a bit more implementation
Thu, 21 Mar 2013 10:18:18 +0000 Chris Cannam Scaled, sum, product
Wed, 20 Mar 2013 22:49:41 +0000 Chris Cannam Initial matrix tests
Wed, 20 Mar 2013 21:57:17 +0000 Chris Cannam Matrix details
Wed, 20 Mar 2013 18:28:38 +0000 Chris Cannam Some initial matrix fixes
Wed, 20 Mar 2013 17:48:42 +0000 Chris Cannam Towards matrix
Wed, 20 Mar 2013 10:09:54 +0000 Chris Cannam Rename modules
Wed, 20 Mar 2013 09:57:54 +0000 Chris Cannam Reorganise files
Tue, 19 Mar 2013 13:43:39 +0000 Chris Cannam Introduce a type declaration which makes it possible to use values from returned feature (see comment)
Tue, 19 Mar 2013 13:23:43 +0000 Chris Cannam Add fromFloats
Mon, 18 Mar 2013 21:24:04 +0000 Chris Cannam Start trying to adapt grids
Mon, 18 Mar 2013 10:06:35 +0000 Chris Cannam Use the same test data for all three tests
Mon, 18 Mar 2013 10:03:47 +0000 Chris Cannam Comments
Mon, 18 Mar 2013 10:01:50 +0000 Chris Cannam Implement fillFixedSampleRate
Mon, 18 Mar 2013 09:48:34 +0000 Chris Cannam Move Vamp structured feature post-processing out into its own module, add tests for it