|
VST 3 SDK
VST 3.6.7
SDK for developing VST Plug-in
|
Test Parameters Flush (no Buffer). More...
#include <vsttestsuite.h>
Inheritance diagram for VstFlushParamTest:Additional Inherited Members | |
Public Types inherited from VstTestEnh | |
| enum | AudioDefaults { kBlockSize = 64, kMaxSamplesPerBlock = 8192, kSampleRate = 44100 } |
Static Public Attributes inherited from IParameterChanges | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
Protected Member Functions inherited from VstAutomationTest | |
| bool | preProcess (ITestResult *testResult) SMTG_OVERRIDE |
| bool | postProcess (ITestResult *testResult) SMTG_OVERRIDE |
Protected Member Functions inherited from VstProcessTest | |
| 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... | |
Protected Attributes inherited from VstAutomationTest | |
| ParamID | bypassId |
| ParamChanges * | paramChanges |
| int32 | countParamChanges |
| int32 | everyNSamples |
| int32 | numParams |
| bool | sampleAccuracy |
| bool | onceExecuted |
Protected Attributes inherited from VstProcessTest | |
| HostProcessData | processData |
Protected Attributes inherited from VstTestEnh | |
| IAudioProcessor * | audioEffect |
| ProcessSetup | processSetup |
Protected Attributes inherited from VstTestBase | |
| IPlugProvider * | plugProvider |
| IComponent * | vstPlug |
| IEditController * | controller |
Test Parameters Flush (no Buffer).
| VstFlushParamTest | ( | IPlugProvider * | plugProvider, |
| ProcessSampleSize | sampl | ||
| ) |
| bool run | ( | ITestResult * | testResult | ) |
|
inlinevirtual |
Reimplemented from VstAutomationTest.