#include "vamp-sdk/PluginBase.h"
#include "vamp-sdk/RealTime.h"
#include <QString>
#include <QStringList>
#include <vector>
#include <string>
#include <map>
Include dependency graph for RealTimePluginInstance.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | PortType |
| namespace | PortHint |
Classes | |
| class | RealTimePluginInstance |
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 |
1.5.1