log vampyhost.cpp @ 47:1cb0ed230b71

age author description
Tue, 13 Jan 2015 11:38:29 +0000 Chris Cannam Add plugin loader adapter flags
Wed, 03 Dec 2014 18:22:28 +0000 Chris Cannam Minor tidy
Wed, 26 Nov 2014 15:23:56 +0000 Chris Cannam Docs and tidying
Wed, 26 Nov 2014 13:52:15 +0000 Chris Cannam More on tests, remove debug output
Wed, 26 Nov 2014 11:12:00 +0000 Chris Cannam Pull out plugin object implementation into separate source file
Wed, 26 Nov 2014 10:56:23 +0000 Chris Cannam PyTypeConversions -> VectorConversion
Wed, 26 Nov 2014 10:54:48 +0000 Chris Cannam Pruning & tidying
Wed, 26 Nov 2014 10:01:04 +0000 Chris Cannam Some pruning
Wed, 26 Nov 2014 09:48:35 +0000 Chris Cannam Now we know what we want from Vampy source, bring it in here again and lose the subrepo
Wed, 26 Nov 2014 09:38:56 +0000 Chris Cannam Add enums &c to module dictionary
Wed, 26 Nov 2014 09:32:50 +0000 Chris Cannam PyType_Ready call: fill type dictionary (without this, we crash on e.g. tab completion in ipython)
Tue, 25 Nov 2014 17:39:27 +0000 Chris Cannam Pull out the functions that act on a plugin from module to plugin object scope. Also reverse previous decision to remove unload(), I think it is needed
Tue, 25 Nov 2014 17:09:54 +0000 Chris Cannam I *think* we no longer need unload... refcounted object deallocator should do?
Tue, 25 Nov 2014 17:07:40 +0000 Chris Cannam Replace the pointer-holding CObject with a "real" Python object (next up: methods and attributes)
Tue, 25 Nov 2014 12:48:05 +0000 Chris Cannam Parameter settings
Tue, 25 Nov 2014 09:58:25 +0000 Chris Cannam Return values from process
Mon, 24 Nov 2014 16:22:54 +0000 Chris Cannam Type checking for process call, start on some tests
Mon, 24 Nov 2014 14:39:56 +0000 Chris Cannam Rationalise plugin handle management
Mon, 24 Nov 2014 11:02:28 +0000 Chris Cannam Start to tidy & rationalise the API
Mon, 24 Nov 2014 10:11:46 +0000 Chris Cannam Build fixes -- avoid undefined symbol VAMPY_ARRAY_API
Thu, 20 Nov 2014 13:03:50 +0000 Chris Cannam Prepare attempt to build using VamPy structures
Wed, 20 Mar 2013 11:07:24 +0000 luisf changed a comment lf-numpy-arrays
Tue, 19 Mar 2013 15:43:56 +0000 luisf Added a few more test code. lf-numpy-arrays
Thu, 14 Mar 2013 16:52:44 +0000 luisf Printing a few results lf-numpy-arrays
Thu, 14 Mar 2013 11:37:07 +0000 luisf Working on the code so that it accepts numpy n-dim arrays directly (output of scikits.audiolab). Not working for stereo. lf-numpy-arrays
Tue, 12 Mar 2013 18:20:06 +0000 luisf On the plugin initialisation is now convertiing the 3 Python integers to C Py_ssize_t.
Mon, 18 Feb 2013 16:18:22 +0000 Chris Cannam Various further fixes. Now we core dump instead of throwing an exception in the test program. Hurrah
Thu, 31 Jan 2013 17:44:37 +0000 Chris Cannam Toward using NumPy structures instead of low-level strings
Thu, 31 Jan 2013 13:31:52 +0000 Chris Cannam Use plugin adapter flags; don't need to concern ourselves with mixdown
Thu, 31 Jan 2013 13:03:47 +0000 Chris Cannam Fix peculiar return types
Mon, 29 Oct 2012 08:20:06 +0000 Chris Cannam Update for current Vamp host sdk API
Mon, 22 Oct 2012 16:10:46 +0100 Chris Cannam Import the early draft version