cannam@21: cannam@21:
cannam@21:cannam@21: Go to the source code of this file.
Classes | |
class | Vamp::PluginBase |
A base class for plugins with optional configurable parameters, programs, etc. More... | |
struct | Vamp::PluginBase::PluginBase::ParameterDescriptor |
Namespaces | |
namespace | Vamp |
Defines | |
#define | VAMP_SDK_VERSION "2.0" |
#define | VAMP_SDK_MAJOR_VERSION 2 |
#define | VAMP_SDK_MINOR_VERSION 0 |
#define VAMP_SDK_VERSION "2.0" | cannam@21:
cannam@21: cannam@21:
Definition at line 43 of file vamp-sdk/PluginBase.h.
cannam@21: cannam@21:Referenced by main().
cannam@21: cannam@21:#define VAMP_SDK_MAJOR_VERSION 2 | cannam@21:
cannam@21: cannam@21:
Definition at line 44 of file vamp-sdk/PluginBase.h.
cannam@21: cannam@21:#define VAMP_SDK_MINOR_VERSION 0 | cannam@21:
cannam@21: cannam@21:
Definition at line 45 of file vamp-sdk/PluginBase.h.
cannam@21: cannam@21:cannam@21: