VST 3 SDK
VST 3.7
SDK for developing VST plug-in
|
Example implementation of IPlugInterfaceSupport. More...
#include <pluginterfacesupport.h>
Public Member Functions | |
PlugInterfaceSupport () | |
virtual | ~PlugInterfaceSupport ()=default |
tresult | isPlugInterfaceSupported (const TUID _iid) SMTG_OVERRIDE |
void | addPlugInterfaceSupported (const TUID _iid) |
bool | removePlugInterfaceSupported (const TUID _iid) |
Additional Inherited Members | |
![]() | |
static const FUID | iid |
Example implementation of IPlugInterfaceSupport.
|
virtualdefault |
Implements IPlugInterfaceSupport.
void addPlugInterfaceSupported | ( | const TUID | _iid | ) |
bool removePlugInterfaceSupported | ( | const TUID | _iid | ) |