VST 3 SDK
VST 3.6.7
SDK for developing VST Plug-in
|
Test Parameters Flush (no Buffer). More...
#include <vsttestsuite.h>
Additional Inherited Members | |
![]() | |
enum | AudioDefaults { kBlockSize = 64, kMaxSamplesPerBlock = 8192, kSampleRate = 44100 } |
![]() | |
static const FUID | iid |
![]() | |
static const FUID | iid |
![]() | |
bool | preProcess (ITestResult *testResult) SMTG_OVERRIDE |
bool | postProcess (ITestResult *testResult) SMTG_OVERRIDE |
![]() | |
virtual bool | prepareProcessing () |
setup ProcessData and allocate buffers More... | |
virtual bool | unprepareProcessing () |
free dynamic memory of ProcessData More... | |
bool | setupBuffers (int32 numBusses, AudioBusBuffers *audioBuffers, BusDirection dir) |
bool | setupBuffers (AudioBusBuffers &audioBuffers) |
bool | freeBuffers (int32 numBuses, AudioBusBuffers *buses) |
bool | canProcessSampleSize (ITestResult *testResult) |
audioEffect has to be available More... | |
![]() | |
ParamID | bypassId |
ParamChanges * | paramChanges |
int32 | countParamChanges |
int32 | everyNSamples |
int32 | numParams |
bool | sampleAccuracy |
bool | onceExecuted |
![]() | |
HostProcessData | processData |
![]() | |
IAudioProcessor * | audioEffect |
ProcessSetup | processSetup |
![]() | |
IPlugProvider * | plugProvider |
IComponent * | vstPlug |
IEditController * | controller |
Test Parameters Flush (no Buffer).
VstFlushParamTest | ( | IPlugProvider * | plugProvider, |
ProcessSampleSize | sampl | ||
) |
bool run | ( | ITestResult * | testResult | ) |
|
inlinevirtual |
Reimplemented from VstAutomationTest.