Go to the documentation of this file.
37 #ifndef _VAMP_PLUGIN_ADAPTER_H_
38 #define _VAMP_PLUGIN_ADAPTER_H_
79 virtual Plugin *createPlugin(
float inputSampleRate) = 0;
103 P *p =
new P(inputSampleRate);
106 std::cerr <<
"ERROR: PluginAdapter::createPlugin: "
107 <<
"Template type is not a plugin!"