Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/PluginHostAdapter.h @ 233:521734d2b498 distinct-libraries
* Flatten directory tree a bit, update doxygen
author | cannam |
---|---|
date | Fri, 07 Nov 2008 15:28:33 +0000 |
parents | 5ee166dccfff |
children | 3cf5bd155e5b |
comparison
equal
deleted
inserted
replaced
232:71ea10a3cbe7 | 233:521734d2b498 |
---|---|
43 #include <vector> | 43 #include <vector> |
44 | 44 |
45 namespace Vamp { | 45 namespace Vamp { |
46 | 46 |
47 /** | 47 /** |
48 * \class PluginHostAdapter PluginHostAdapter.h <vamp-sdk/PluginHostAdapter.h> | 48 * \class PluginHostAdapter PluginHostAdapter.h <vamp-hostsdk/PluginHostAdapter.h> |
49 * | 49 * |
50 * PluginHostAdapter is a wrapper class that a Vamp host can use to | 50 * PluginHostAdapter is a wrapper class that a Vamp host can use to |
51 * make the C-language VampPluginDescriptor object appear as a C++ | 51 * make the C-language VampPluginDescriptor object appear as a C++ |
52 * Vamp::Plugin object. | 52 * Vamp::Plugin object. |
53 * | 53 * |