log PyPlugin.cpp @ 70:6c755f3e1173

age author description
Mon, 17 Nov 2014 10:03:44 +0000 Chris Cannam Debug output: off by default, on with VAMPY_VERBOSE environment variable
Mon, 17 Nov 2014 09:37:59 +0000 Chris Cannam Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
Thu, 08 Oct 2009 08:47:28 +0000 fazekasgy Fix numpy version incompatibility issues and updated some example plugins.
Mon, 05 Oct 2009 11:28:00 +0000 fazekasgy new branch Vampy2final vampy2final
Mon, 21 Sep 2009 13:56:28 +0000 fazekasgy Vampy2: accept numpy array return types. vampy2
Sun, 20 Sep 2009 17:31:20 +0000 fazekasgy Created Vampy2 branch vampy2
Tue, 25 Aug 2009 08:49:22 +0000 fazekasgy Some further mods to vampy construction
Tue, 25 Aug 2009 08:46:15 +0000 fazekasgy Some further mods to vampy construction
Mon, 17 Aug 2009 15:22:06 +0000 cannam * Rearrange Python plugin construction.
Tue, 14 Jul 2009 15:54:03 +0000 cannam * Add quantizeStep to parameter descriptor!
Fri, 10 Jul 2009 15:14:24 +0000 cannam * Add duration support (Vamp 2.0)
Fri, 13 Jun 2008 16:50:00 +0000 fazekasgy more examples and some bug fixes
Wed, 11 Jun 2008 16:04:52 +0000 cannam * housekeeping: VAMP -> Vamp throughout (not an acronym)
Wed, 19 Mar 2008 16:02:29 +0000 fazekasgy Added support to memory buffers to be used with NumPy (and some rationalisation of code)
Fri, 14 Mar 2008 12:02:15 +0000 cannam * Add global mutex to PyPlugin -- all plugin method calls are strictly