# HG changeset patch # User cannam # Date 1254475829 0 # Node ID b9ecf03a2bce535db21f5d469791a3405c9e5cde # Parent df5e265253cbbd3e76a7a15261ba7c5434d2d605 * link to mtp2, slight rearrangement diff -r df5e265253cb -r b9ecf03a2bce develop.html --- a/develop.html Fri Sep 25 15:44:56 2009 +0000 +++ b/develop.html Fri Oct 02 09:30:29 2009 +0000 @@ -24,23 +24,22 @@

Developing Vamp plugins and hosts

-

Hosted by SourceForge.net Logo

-

Vamp is an easy system to develop plugins for. It has a standard cross-platform SDK which includes API documentation, example plugins, ready-to-use C++ base classes, the C API header, and a test host.

-

The formal Vamp API is defined in C 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. - This is particularly advisable since the values returned by a - plugin may have relatively complex structures.

+

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.