|
VST 3 Examples
VST 3.6.12
SDK for developing VST Plug-in
|
#include <exampletest.h>
Inheritance diagram for ADelayTest:Public Member Functions | |
| ADelayTest (IPlugProvider *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 | ( | IPlugProvider * | plugProvider | ) |
| bool setup | ( | ) |
| bool run | ( | ITestResult * | testResult | ) |
| bool teardown | ( | ) |
| const char* getDescription | ( | ) |
| OBJ_METHODS | ( | ADelayTest | , |
| FObject | |||
| ) |