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.
To use this class, ensure that your AudioProcessor publicly inherits from VSTCallbackHandler.
- See also
- VST3ClientExtensions
◆ 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.
◆ 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.
The documentation for this struct was generated from the following file: