Wed, 17 Jun 2015 13:27:57 +0100 |
Chris Cannam |
Fixes for OS/X build
|
Wed, 17 Jun 2015 13:03:37 +0100 |
Chris Cannam |
Commented-out debug
|
Wed, 17 Jun 2015 12:43:18 +0100 |
Chris Cannam |
Remove debug out
|
Wed, 17 Jun 2015 12:43:01 +0100 |
Chris Cannam |
Fix RealTime compare (& thus the tests, for Py2 anyway)
|
Wed, 17 Jun 2015 12:35:41 +0100 |
Chris Cannam |
Update to Python 3. Currently crashes during tests (and also, two tests are now failing, even with Py2).
|
Wed, 17 Jun 2015 11:04:15 +0100 |
Chris Cannam |
Update tests
|
Wed, 17 Jun 2015 10:50:42 +0100 |
Chris Cannam |
Back out rev 0a2f2e7803ea (naming: PyPluginObject members snake_case). Returning to camelCase for names that exist in Vamp SDK / VamPy already.
|
Wed, 17 Jun 2015 10:48:03 +0100 |
Chris Cannam |
Back out rev fbd084b81ece (naming: plugin output and parameter descriptors snake_case). Returning to camelCase for names that exist in Vamp SDK / VamPy already.
|
Wed, 17 Jun 2015 09:15:31 +0100 |
Chris Cannam |
Remove .tests marker file as well on clean
|
Wed, 17 Jun 2015 09:14:51 +0100 |
Chris Cannam |
Rearrange Makefile so as not to run tests by default ("make all" still does though), so as to avoid problems with nose naming/versions
|
Mon, 15 Jun 2015 17:22:56 +0100 |
Chris Cannam |
Update arch flags
|
Mon, 15 Jun 2015 16:54:39 +0100 |
Chris Cannam |
Fixes to test plugin OS/X Makefile
|
Mon, 15 Jun 2015 16:46:48 +0100 |
Chris Cannam |
Add OSX makefile, export Vamp SDK dir to subprocess
|
Tue, 17 Feb 2015 11:22:26 +0000 |
Chris Cannam |
Bring in vamp-test-plugin as subrepo
|
Tue, 10 Feb 2015 12:28:53 +0000 |
Chris Cannam |
Some preliminary changes toward py2/3 compatibility (but the module load stuff remains quite a big deal)
|
Tue, 10 Feb 2015 12:08:22 +0000 |
Chris Cannam |
Remove some unimplemented bits
|
Tue, 10 Feb 2015 10:56:44 +0000 |
Chris Cannam |
Add & test process_frames_multiple_outputs
|
Tue, 03 Feb 2015 16:24:37 +0000 |
Chris Cannam |
Docs
|
Tue, 03 Feb 2015 14:43:50 +0000 |
Chris Cannam |
Fixes to process_frames, and tests; doc strings
|
Tue, 03 Feb 2015 10:29:21 +0000 |
Chris Cannam |
Fix matrix return
|
Mon, 02 Feb 2015 17:31:30 +0000 |
Chris Cannam |
More collect tweaks -- currently failing tests
|
Mon, 02 Feb 2015 17:15:15 +0000 |
Chris Cannam |
refactor, add process_frames
|
Mon, 02 Feb 2015 16:32:44 +0000 |
Chris Cannam |
Return step as well
|
Mon, 02 Feb 2015 16:08:42 +0000 |
Chris Cannam |
Return simple array for simple data
|
Mon, 26 Jan 2015 12:28:30 +0000 |
Chris Cannam |
Tests for timestamp filling
|
Mon, 26 Jan 2015 12:28:23 +0000 |
Chris Cannam |
More informative error
|
Mon, 26 Jan 2015 11:00:41 +0000 |
Chris Cannam |
Rename
|
Wed, 21 Jan 2015 18:27:07 +0000 |
Chris Cannam |
Tidy, refactor
|
Wed, 21 Jan 2015 15:13:00 +0000 |
Chris Cannam |
Some way to implementing collect()
|
Wed, 21 Jan 2015 15:04:05 +0000 |
Chris Cannam |
Add output_index to the returned output descriptor as well; use it
|
Wed, 21 Jan 2015 14:03:43 +0000 |
Chris Cannam |
Add get_output
|
Wed, 21 Jan 2015 14:03:37 +0000 |
Chris Cannam |
Timestamper
|
Wed, 21 Jan 2015 13:04:01 +0000 |
Chris Cannam |
naming: local variables snake_case
|
Wed, 21 Jan 2015 12:46:33 +0000 |
Chris Cannam |
naming: plugin output and parameter descriptors snake_case
|
Wed, 21 Jan 2015 12:43:50 +0000 |
Chris Cannam |
naming: module methods snake_case
|
Wed, 21 Jan 2015 12:32:32 +0000 |
Chris Cannam |
naming: PyPluginObject members snake_case
|
Wed, 21 Jan 2015 12:31:32 +0000 |
Chris Cannam |
naming: PyPluginObject methods snake_case
|
Wed, 21 Jan 2015 12:28:16 +0000 |
Chris Cannam |
naming: vampyhost module methods snake_case
|
Wed, 21 Jan 2015 12:23:34 +0000 |
Chris Cannam |
Remove obsolete file
|
Wed, 21 Jan 2015 12:22:13 +0000 |
Chris Cannam |
Naming: Constants -> CONSTANTS
|
Wed, 21 Jan 2015 12:13:45 +0000 |
Chris Cannam |
Split out process, processMultipleOutputs
|
Wed, 21 Jan 2015 11:16:50 +0000 |
Chris Cannam |
Split out the module code
|
Wed, 21 Jan 2015 11:08:29 +0000 |
Chris Cannam |
Multi-output features & start on feature select/timestamp/collect
|
Wed, 21 Jan 2015 11:06:03 +0000 |
Chris Cannam |
RealTime comparator
|
Fri, 16 Jan 2015 08:32:06 +0000 |
Chris Cannam |
Comment for future work
|
Wed, 14 Jan 2015 17:33:16 +0000 |
Chris Cannam |
Stub out a collect() function which will (?) assemble a suitable structure from an entire run
|
Wed, 14 Jan 2015 17:19:04 +0000 |
Chris Cannam |
Let's favour consistent shape in output, and return the output identifier always
|
Wed, 14 Jan 2015 14:53:15 +0000 |
Chris Cannam |
More tests
|
Wed, 14 Jan 2015 14:31:01 +0000 |
Chris Cannam |
Some tricky tests for returned values from the test plugin
|
Wed, 14 Jan 2015 12:43:36 +0000 |
Chris Cannam |
Fix bizarre type (o for 0)
|
Wed, 14 Jan 2015 11:55:20 +0000 |
Chris Cannam |
Handle getRemainingFeatures as well, and return dict only if >1 output (i.e. treat default case and explicit request of 1 output similarly)
|
Wed, 14 Jan 2015 11:36:02 +0000 |
Chris Cannam |
Default args
|
Wed, 14 Jan 2015 11:33:01 +0000 |
Chris Cannam |
Toward getting the results out in a nice form
|
Wed, 14 Jan 2015 10:59:25 +0000 |
Chris Cannam |
Check for frequency-domain version of test plugin
|
Wed, 14 Jan 2015 10:55:45 +0000 |
Chris Cannam |
Check for test plugin existence and version
|
Wed, 14 Jan 2015 10:36:55 +0000 |
Chris Cannam |
Start on the main process stuff
|