| VST 3 Interfaces
    VST 3.7
    SDK for developing VST plug-in | 
Extension for IPlugView to find view parameters (lookup value under mouse support): Vst::IParameterFinder. More...
#include <ivstplugview.h>
 Inheritance diagram for IParameterFinder:
 Inheritance diagram for IParameterFinder:| Public Member Functions | |
| virtual tresult | findParameter (int32 xPos, int32 yPos, ParamID &resultTag)=0 | 
| Find out which parameter in plug-in view is at given position (relative to plug-in view). | |
|  Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 | 
| virtual uint32 | addRef ()=0 | 
| virtual uint32 | release ()=0 | 
| Static Public Attributes | |
| static const FUID | iid | 
|  Static Public Attributes inherited from FUnknown | |
| static const FUID | iid | 
Extension for IPlugView to find view parameters (lookup value under mouse support): Vst::IParameterFinder.
It is highly recommended to implement this interface. A host can implement important functionality when a plug-in supports this interface.
For example, all Steinberg hosts require this interface in order to support the "AI Knob".
Find out which parameter in plug-in view is at given position (relative to plug-in view).
| 
 | static |