Wiki » History » Version 5

Chris Cannam, 2013-03-28 09:13 AM

1 4 Chris Cannam
h1. Vamp Plugin SDK
2 1 Chris Cannam
3 5 Chris Cannam
h2. Plugin build tutorial
4 5 Chris Cannam
5 2 Chris Cannam
*A tutorial for prospective plugin developers* covering how to get a new plugin compiled and working.
6 2 Chris Cannam
7 2 Chris Cannam
This tutorial comes in two versions:
8 3 Chris Cannam
9 2 Chris Cannam
 * [[mtp1|Using OS/X and command-line tools]]
10 2 Chris Cannam
 * [[mtp2|Using Windows and Visual C++]]
11 5 Chris Cannam
12 5 Chris Cannam
h2. Illustrations and explanations
13 5 Chris Cannam
14 5 Chris Cannam
 * [[SampleType|Explaining the output SampleType and SampleRate]]. Including guidelines for how to return certain common types of feature, and how to interpret them when developing a host.