# HG changeset patch # User Chris Cannam # Date 1549380897 0 # Node ID 76bfb3e5a674932ea80343783fabe5f64831ec0f # Parent 91fcf0b79ec14dc1ba219ed383b959dec21eabd4 Updates for VamPy v2.1 diff -r 91fcf0b79ec1 -r 76bfb3e5a674 vampy.html --- a/vampy.html Wed Feb 28 10:26:50 2018 +0000 +++ b/vampy.html Tue Feb 05 15:34:57 2019 +0000 @@ -36,7 +36,7 @@

Read the README file for VamPy, or read an example Python plugin. -

To use VamPy, just download the VamPy wrapper plugin +

To use VamPy, download the VamPy wrapper plugin compiled for your platform, copy it to your Vamp plugin location, and copy any VamPy scripts – some examples are included – into the same place. Then just run your normal @@ -44,35 +44,44 @@ How to Install for details of the Vamp plugin installation location on your system.)

-

Do check that you have a compatible version of Python: - the README files in the VamPy package will tell you what - versions are supported. You're also strongly advised to - install NumPy.

+

You will need to make sure you have a compatible version of + Python installed: currently this means Python 2.7. Also you are + strongly advised to + install NumPy, as most + plugins use a part of the VamPy interface which depends on + it.

Downloads

+

Pick the relevant Download link for your platform. Note that + on Windows, you must use the build (32- or 64-bit) which matches + the version of Python you have. If you are using a 32-bit Python + build, then you must use the 32-bit VamPy and install it to the + 32-bit Vamp plugin location, even if you are doing so on a + 64-bit copy of Windows.

+ - + - + - + - + - + - + - +
VersionLinuxOS/XWindowsSolaris/x86Source code
VersionLinux (64-bit)macOSWindows (32-bit)Windows (64-bit)Source code
2.02.1Download (32 bit)
Download (64 bit)
DownloadDownload (OS/X 10.8+ 64-bit)
Download (OS/X 10.4+ 32-bit)
DownloadDownloadDownloadDownloadDownloadDownload
or Browse
Download
or Browse

Although the VamPy wrapper plugin itself is - platform-dependent (so you must download the right one of the + platform-dependent (so you must download the correct one of the plugins listed above!), the Python scripts themselves are portable across platforms. Publishing a VamPy plugin in Python could be the simplest way to make a Vamp plugin available to the