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 () |
bool | teardown () |
Protected Attributes | |
IAudioProcessor * | audioEffect |
ProcessSetup | processSetup |
Test Helper.
enum AudioDefaults |
VstTestEnh | ( | IPlugProvider * | plugProvider, | |
ProcessSampleSize | sampl | |||
) |
~VstTestEnh | ( | ) | [virtual] |
bool setup | ( | ) |
Reimplemented from VstTestBase.
Reimplemented in VstProcessTest, VstAutomationTest, and VstProcessTailTest.
bool teardown | ( | ) |
Reimplemented from VstTestBase.
Reimplemented in VstProcessTest, and VstAutomationTest.
IAudioProcessor* audioEffect [protected] |
ProcessSetup processSetup [protected] |