The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Vamp plugins are distributed as separate binary libraries that ReVAMP loads at runtime. Understanding how Vamp finds plugins is important for:
This vignette covers plugin search paths, installation locations, and troubleshooting.
Use vampPaths() to see where ReVAMP searches for
plugins:
This returns a character vector of directories searched in order. ReVAMP will find the first matching plugin in this list.
Search paths vary by operating system:
~/Library/Audio/Plug-Ins/Vamp (user plugins)/Library/Audio/Plug-Ins/Vamp (system plugins)~/.vamp (user plugins)/usr/local/lib/vamp (locally installed)/usr/lib/vamp (system packages)%APPDATA%\Vamp Plugins (user plugins)C:\Program Files\Vamp Plugins (all users)C:\Program Files (x86)\Vamp Plugins (32-bit on
64-bit)You can add custom plugin directories using the
VAMP_PATH environment variable:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.