An interface to allow an AudioProcessor to send and receive VST specific calls from the host.
More...
An interface to allow an AudioProcessor to send and receive VST specific calls from the host.
◆ VstHostCallbackType
The host callback function type.
◆ ~VSTCallbackHandler()
virtual VSTCallbackHandler::~VSTCallbackHandler |
( |
| ) |
|
|
virtualdefault |
◆ handleVstPluginCanDo()
◆ handleVstManufacturerSpecific()
This is called by the VST plug-in wrapper when it receives unhandled vendor specific calls from the host.
Referenced by handleVstPluginCanDo().
◆ handleVstHostCallbackAvailable()
virtual void VSTCallbackHandler::handleVstHostCallbackAvailable |
( |
std::function< VstHostCallbackType > && |
callback | ) |
|
|
virtual |
This is called once by the VST plug-in wrapper after its constructor.
You can use the supplied function to query the VST host.
References ignoreUnused().
The documentation for this struct was generated from the following file: