An interface to allow an AudioProcessor to send and receive VST specific calls from the host.
More...
#include <juce_VSTCallbackHandler.h>
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()
This is called by the VST plug-in wrapper when it receives unhandled plug-in "can do" calls from the host.
References ignoreUnused().
◆ handleVstManufacturerSpecific()
This is called by the VST plug-in wrapper when it receives unhandled vendor specific calls from the host.
◆ 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: