VST 3 Examples
VST 3.6.14
SDK for developing VST Plug-in
|
#include <exampletest.h>
Public Member Functions | |
ADelayTest (ITestPlugProvider *plugProvider) | |
bool | setup () SMTG_OVERRIDE |
bool | run (ITestResult *testResult) SMTG_OVERRIDE |
bool | teardown () SMTG_OVERRIDE |
const char * | getDescription () SMTG_OVERRIDE |
OBJ_METHODS (ADelayTest, FObject) DEF_INTERFACES_1(ITest | |
ADelayTest | ( | ITestPlugProvider * | plugProvider | ) |
bool setup | ( | ) |
bool run | ( | ITestResult * | testResult | ) |
bool teardown | ( | ) |
const char* getDescription | ( | ) |
OBJ_METHODS | ( | ADelayTest | , |
FObject | |||
) |