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