|
svcore
1.9
|
#include <vamp-hostsdk/PluginBase.h>#include <vamp-hostsdk/RealTime.h>#include <QString>#include <QStringList>#include <vector>#include <string>#include <map>#include "base/AudioPlaySource.h"

Go to the source code of this file.
Classes | |
| class | RealTimePluginInstance |
Namespaces | |
| namespace | PortType |
RealTimePluginInstance is an interface that an audio process can use to refer to an instance of a plugin without needing to know what type of plugin it is. | |
| namespace | PortHint |
Variables | |
| static const int | PortType::Input = 1 |
| static const int | PortType::Output = 2 |
| static const int | PortType::Control = 4 |
| static const int | PortType::Audio = 8 |
| static const int | PortHint::NoHint = 0 |
| static const int | PortHint::Toggled = 1 |
| static const int | PortHint::Integer = 2 |
| static const int | PortHint::Logarithmic = 4 |
| static const int | PortHint::SampleRate = 8 |