log PyPlugScanner.cpp @ 102:3b6b3f0cffcb

age author description
Wed, 16 Jan 2019 15:11:26 +0000 Chris Cannam Use VAMP_PATH_32 instead of VAMP_PATH when running as a 32-bit plugin on a 64-bit Windows installation
Mon, 14 Jan 2019 16:19:44 +0000 Chris Cannam If a module appears to redefine one of our own types, refuse to load it. Also clear out the class dict for all refused modules now, so that we don't get stale names on the next scan due to not having cleared the module on unload
Thu, 10 Jan 2019 15:44:39 +0000 Chris Cannam d_name can't be NULL; it's an array
Mon, 17 Nov 2014 14:07:00 +0000 Chris Cannam More fixes
Sun, 11 Oct 2009 09:57:48 +0000 fazekasgy Extended README, added .pyo support vampy-2.0
Mon, 05 Oct 2009 11:28:00 +0000 fazekasgy new branch Vampy2final vampy2final
Tue, 22 Sep 2009 15:20:44 +0000 cannam * Remove nonportable and unnecessary opendir features test (originally
Tue, 18 Aug 2009 08:32:45 +0000 fazekasgy cleaned up vampy preloading, no functional change. tried python preload, did not work.
Mon, 17 Aug 2009 15:22:06 +0000 cannam * Rearrange Python plugin construction.
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)
Fri, 14 Mar 2008 12:02:15 +0000 cannam * Add global mutex to PyPlugin -- all plugin method calls are strictly
Tue, 11 Mar 2008 19:47:34 +0000 fazekasgy Added VAMP-Python binding project vampy