AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
https://dplug.org/
Other
485 stars 32 forks source link

VST3 parameter under mouse #812

Closed p0nce closed 11 months ago

p0nce commented 11 months ago

The host could ask the plug-in which parameter is under the mouse.

https://github.com/steinbergmedia/vst3sdk#6-mouse-over-support

p0nce commented 11 months ago

Unfortunately hard to implement because it scans the plugin X and Y space, and can not just work with mouse hovering stuff. Which means Dplug itself should scan the X and Y space while looking for parameters, but that is ugly.