log PyPlugin.h @ 120:a38d318c85a9 tip

age author description
2015-08-12 Chris Cannam Some old changes that, I think, probably did not help anything
2014-11-24 Chris Cannam inline is not a useful keyword with contemporary compilers vampyhost
2014-11-20 Chris Cannam Pull apart some type conversion classes for possible use in VamPy Host vampyhost
2014-11-17 Chris Cannam Debug output: off by default, on with VAMPY_VERBOSE environment variable
2014-11-17 Chris Cannam Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
2009-10-08 fazekasgy Fix numpy version incompatibility issues and updated some example plugins.
2009-10-06 fazekasgy Fix blockSize+2 for frequency domin plugins
2009-10-05 fazekasgy new branch Vampy2final vampy2final
2009-09-20 fazekasgy Created Vampy2 branch vampy2
2009-08-17 cannam * Rearrange Python plugin construction.
2009-07-14 cannam * Add quantizeStep to parameter descriptor!
2009-07-10 cannam * Add duration support (Vamp 2.0)
2008-06-11 cannam * housekeeping: VAMP -> Vamp throughout (not an acronym)
2008-03-19 fazekasgy Added support to memory buffers to be used with NumPy (and some rationalisation of code)
2008-03-14 cannam * Add global mutex to PyPlugin -- all plugin method calls are strictly
2008-03-11 fazekasgy Added VAMP-Python binding project vampy