|
VST 3 SDK
VST 3.6.5
SDK for developing VST Plug-in
|
Test Helper. More...
#include <vsttestsuite.h>
Inheritance diagram for VstTestEnh:Public Types | |
| enum | AudioDefaults { kBlockSize = 64, kMaxSamplesPerBlock = 8192, kSampleRate = 44100 } |
Public Member Functions | |
| VstTestEnh (IPlugProvider *plugProvider, ProcessSampleSize sampl) | |
| virtual | ~VstTestEnh () |
| bool | setup () |
| bool | teardown () |
Public Member Functions inherited from VstTestBase | |
| VstTestBase (IPlugProvider *plugProvider) | |
| virtual | ~VstTestBase () |
| virtual const char * | getName () const |
| DECLARE_FUNKNOWN_METHODS bool | setup () |
| bool | run (ITestResult *testResult) |
| bool | teardown () |
Protected Attributes | |
| IAudioProcessor * | audioEffect |
| ProcessSetup | processSetup |
Protected Attributes inherited from VstTestBase | |
| IPlugProvider * | plugProvider |
| IComponent * | vstPlug |
| IEditController * | controller |
Test Helper.
| enum AudioDefaults |
| VstTestEnh | ( | IPlugProvider * | plugProvider, |
| ProcessSampleSize | sampl | ||
| ) |
|
virtual |
| bool setup | ( | ) |
| bool teardown | ( | ) |
|
protected |
|
protected |