# HG changeset patch # User cannam # Date 1255364212 0 # Node ID 01f34bbd799b0444e1d4e10c44531520869984df # Parent 01e83b3b256b05b7a9db419dd0f410e410bfb652 * Add VamPy page diff -r 01e83b3b256b -r 01f34bbd799b develop.html --- a/develop.html Mon Oct 12 13:30:40 2009 +0000 +++ b/develop.html Mon Oct 12 16:16:52 2009 +0000 @@ -32,7 +32,8 @@

Vamp plugins use a C binary interface for the greatest level of binary compatibility. However, plugins and hosts are strongly encouraged to make use of the set of C++ base classes - provided in the SDK.

+ provided in the SDK. You can also now write Vamp plugins in + Python using VamPy.