graph
- Fix crash when plugin library is loaded and unloaded without any plugins being queried (so extension manager is never initialised)2019-02-26, by Chris Cannam
- Added tag vampy-2.2 for changeset 24d1c698b5482019-02-19, by Chris Cannam
- Refer to CHANGELOGvampy-2.2 2019-02-19, by Chris Cannam
- Add CHANGELOG2019-02-19, by Chris Cannam
- Merge2019-02-12, by Chris Cannam
- Set sys.argv - avoiding Python code blowing up if it checks sys.argv[0] without checking sys.argv exists first. Patch due to Johan Pauwels2019-02-12, by Chris Cannam
- Added tag vampy-2.1 for changeset 76badb3a0bb32019-02-05, by Chris Cannam
- Add mechanism to build a "standard" Linux .so using Dockervampy-2.1 2019-02-05, by Chris Cannam
- Local Vamp path2019-02-05, by Chris Cannam
- x64 target2019-02-05, by Chris Cannam
- Added tag vampy-2.1 for changeset 3b6b3f0cffcb2019-02-01, by Chris Cannam
- On Windows use non-DLL runtime, and ensure consistency with Vamp SDK files by including them in project directly2019-02-01, by Chris Cannam
- Text tweaks2019-02-01, by Chris Cannam
- Add numpy (is pip in path?)2019-01-16, by Chris Cannam
- First cut at AppVeyor CI file2019-01-16, by Chris Cannam
- Update to Visual Studio XML project/solution format2019-01-16, by Chris Cannam
- Use VAMP_PATH_32 instead of VAMP_PATH when running as a 32-bit plugin on a 64-bit Windows installation2019-01-16, by Chris Cannam
- Ensure system Python is used2019-01-15, by Chris Cannam
- Add some missing packages2019-01-15, by Chris Cannam
- Travis CI file2019-01-15, by Chris Cannam
- Update README etc2019-01-15, by 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 unload2019-01-14, by Chris Cannam
- Move more List types from the exposed names list to the commented-out "builtin objects" section. These aren't our own custom types2019-01-14, by Chris Cannam
- Close old v1 code sprout2019-01-10, by Chris Cannam
- Further small tidying2019-01-10, by Chris Cannam
- d_name can't be NULL; it's an array2019-01-10, by Chris Cannam
- Minor tidy2019-01-10, by Chris Cannam
- Remove older OSX makefiles2019-01-10, by Chris Cannam
- Update macOS makefile2019-01-10, by Chris Cannam
- If one plugin fails, continue trying the others - don't just give up2019-01-10, by Chris Cannam
- Remove unreachable code2019-01-10, by Chris Cannam
- Add another NumPy path for my current Linux build2019-01-10, by Chris Cannam
- Patch from Simon Black for NumPy >1.9 compatibility2016-03-15, by Chris Cannam
- Patch from Simon Black for NumPy >1.9 compatibilityvampyhost 2016-03-15, by Chris Cannam
- Some old changes that, I think, probably did not help anything2015-08-12, by Chris Cannam
- Accept incoming CXXFLAGS2015-04-14, by Chris Cannam
- Build fixes for MinGW322015-02-25, by Chris Cannam
- Build fixes2014-11-28, by Chris Cannam
- constvampyhost 2014-11-25, by Chris Cannam
- Float vector conversionvampyhost 2014-11-24, by Chris Cannam
- Add vector<string> -> Python convertervampyhost 2014-11-24, by Chris Cannam
- inline is not a useful keyword with contemporary compilersvampyhost 2014-11-24, by Chris Cannam
- Pull apart some type conversion classes for possible use in VamPy Hostvampyhost 2014-11-20, by Chris Cannam
- More fixes2014-11-17, by Chris Cannam
- Metadata fixes2014-11-17, by Chris Cannam
- Various fixes to the example plugins2014-11-17, by Chris Cannam
- Debug output: off by default, on with VAMPY_VERBOSE environment variable2014-11-17, by Chris Cannam
- Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)2014-11-17, by Chris Cannam
- Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes2014-08-06, by Chris Cannam
- merged and tested to work with python27 numpy161 on ubuntu12042013-10-05, by gyorgyf
- applied patch to fix bug related to numpy version string parsing2013-10-05, by gyorgyf
- Added valueNames attribute to parameter descriptor2013-10-05, by gyorgyf
- Add Makefile for OS/X 10.82013-02-28, by Chris Cannam
- update tags2011-01-06, by convert-repo
- * fix typo2009-10-12, by cannam
- Extended README, added .pyo supportvampy-2.0 2009-10-11, by fazekasgy
- * Document VAMPY_PYLIB and NUMPY_SHORTVERSION2009-10-09, by cannam
- * whoops, remove perror() (these are expected to fail)2009-10-09, by cannam
- * PYLIB -> VAMPY_PYLIB2009-10-09, by cannam
- * If PYLIB environment variable is present, use that for the file to preload2009-10-09, by cannam
- * Make a better job of preloading Python, especially when it's in a2009-10-09, by cannam
- Updated some example plugins.2009-10-08, by fazekasgy
- Fix numpy version incompatibility issues and updated some example plugins.2009-10-08, by fazekasgy
- * copyright & terms2009-10-06, by cannam
- * Minor Makefile updates2009-10-06, by cannam
- * Add mention of example plugins2009-10-06, by cannam
- Fix blockSize+2 for frequency domin plugins2009-10-06, by fazekasgy
- VC++ fixes.2009-10-05, by cannam
- ...2009-10-05, by cannam
- * Makefile updates2009-10-05, by cannam
- * Makefile bits2009-10-05, by cannam
- * Merge r1090 from earlier vampy2 branch2009-10-05, by cannam
- * Merge r1089 from earlier vampy2 branch2009-10-05, by cannam
- * Copy vampy2 to trunk2009-10-05, by cannam
- updated vampy2final readmevampy2final 2009-10-05, by fazekasgy
- updated vampy2final readmevampy2final 2009-10-05, by fazekasgy
- new branch Vampy2finalvampy2final 2009-10-05, by fazekasgy
- * Update VC++ project file to build with NumPy -- appears to work.vampy2 2009-09-24, by cannam
- * Fix compile error with VC++. I am totally at a loss to explainvampy2 2009-09-24, by cannam
- * Fixes from OpenSolaris buildvampy2 2009-09-23, by cannam
- * build fixes for Linuxvampy2 2009-09-23, by cannam
- Vampy2: accept numpy array return types.vampy2 2009-09-21, by fazekasgy
- Created Vampy2 branchvampy2 2009-09-20, by fazekasgy
- * Move trunk to vampy1 branch (preparing to bring vampy2 to trunk)vampy1 2009-10-05, by cannam
- * Remove nonportable and unnecessary opendir features test (originally2009-09-22, by cannam
- Some further mods to vampy construction2009-08-25, by fazekasgy
- Some further mods to vampy construction2009-08-25, by fazekasgy
- examples now pass all tests2009-08-19, by fazekasgy
- cleaned up vampy preloading, no functional change. tried python preload, did not work.2009-08-18, by fazekasgy
- * Rearrange Python plugin construction.2009-08-17, by cannam
- * fix incorrect default values for parameters (must match declared defaults)2009-07-16, by cannam
- * Add quantizeStep to parameter descriptor!2009-07-14, by cannam
- * Add VC++ project2009-07-14, by cannam
- * Don't even try to preload on Windows2009-07-14, by cannam
- * Windows build (with mingw32 atm)2009-07-13, by cannam
- * Add duration support (Vamp 2.0)2009-07-10, by cannam
- * Add simple hack for preloading python on OS/X2009-06-25, by cannam
- * Gross hack to find preloadable libpython on linux2008-07-07, by cannam
- * Some work on symbol visibility2008-07-03, by cannam
- now installs example python plugins to the correct place2008-07-02, by fazekasgy
- fixed PySpectralCentroid example2008-07-02, by fazekasgy
- * fix target name to match os/x makefile2008-06-19, by cannam
- added pyRealTime object impl to host2008-06-16, by fazekasgy
- more examples and some bug fixes2008-06-13, by fazekasgy
- more examples and some bug fixes2008-06-13, by fazekasgy
- more examples and some bug fixes2008-06-13, by fazekasgy
- * housekeeping: VAMP -> Vamp throughout (not an acronym)2008-06-11, by cannam
- Added support to memory buffers to be used with NumPy (and some rationalisation of code)2008-03-19, by fazekasgy
- * oops, forgot a bit2008-03-14, by cannam
- * my makefile2008-03-14, by cannam
- * Add global mutex to PyPlugin -- all plugin method calls are strictly2008-03-14, by cannam
- added missing ifdef WIN322008-03-12, by fazekasgy
- some typos corrected2008-03-11, by fazekasgy
- Added VAMP-Python binding project vampy2008-03-11, by fazekasgy