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