JUCE
|
An interface to allow an AudioProcessor to receive VST specific calls from the host. More...
Public Member Functions | |
virtual | ~VSTCallbackHandler () |
virtual pointer_sized_int | handleVstManufacturerSpecific (int32 index, pointer_sized_int value, void *ptr, float opt)=0 |
This is called by the VST plug-in wrapper when it receives unhandled vendor specific calls from the host. More... | |
An interface to allow an AudioProcessor to receive VST specific calls from the host.
|
virtual |
References handleVstManufacturerSpecific().
|
pure virtual |
This is called by the VST plug-in wrapper when it receives unhandled vendor specific calls from the host.
Referenced by ~VSTCallbackHandler().