Overview

A JNI interface permitting Java applications to load and run native Vamp plugins.

Vamp plugins are native-code plugins typically written in C++. In order to load them into a Java application, you need a native wrapper library (that is, jVamp) and both the wrapper and the plugin need to be compiled natively for the machine platform you are using. This also means you can only load 32-bit plugins into a 32-bit JVM, and 64-bit plugins into a 64-bit JVM.

This code is freely redistributable under a "new-style BSD" licence.

For more details about releases, see the CHANGELOG file.

Members

Manager: Chris Cannam