VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
#include <vstbypassprocessor.h>
Classes | |
struct | Delay |
Public Member Functions | |
BypassProcessor () | |
~BypassProcessor () | |
void | setup (IAudioProcessor &audioProcessor, ProcessSetup &processSetup, int32 delaySamples) |
void | reset () |
bool | isActive () const |
void | setActive (bool state) |
void | process (ProcessData &data) |
Protected Attributes | |
int32 | mInputPinLookup [64] |
Delay * | mDelays [64] |
bool | mActive {false} |
bool | mMainIOBypass {false} |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |