Wiki » History » Version 6
Chris Cannam, 2014-07-09 02:14 PM
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. |
15 | 6 | Chris Cannam | |
16 | 6 | Chris Cannam | h2. Releasing a plugin in binary form |
17 | 6 | Chris Cannam | |
18 | 6 | Chris Cannam | * [[Release checklist]] -- things to remember to do before or during the build and release process. |