Commit graph

7 commits

Author SHA1 Message Date
Robin Gareus
b7c9917467
VST3: Fix initial GUI display and window-size 2020-09-23 18:14:57 +02:00
Robin Gareus
b8028f1239
VST3: fix initial display of custom plugin UI 2020-09-23 17:57:53 +02:00
Robin Gareus
704d486324
Revert "Add debug messages for Windows VST3 GUI"
This reverts commit 105c358494.
2020-09-23 17:55:33 +02:00
Robin Gareus
105c358494
Add debug messages for Windows VST3 GUI 2020-09-22 22:22:06 +02:00
Robin Gareus
2288279e57
No-OP: prefer constants from API header 2020-09-22 22:17:09 +02:00
Robin Gareus
67b1481c12
VST3: work-around endless/recursive resize requests
Some plugins correct their own size when resized which can lead
to endlessly growing GUIs. In particular this issue exists
if Ardour's plugin-toolbar forces a plugin to grow in size to fill
the allocated space. While the plugin aims for fixed aspect-ratio.

This will need a proper solution involving VST's checkSizeConstraint,
however GTK+2 does not have an appropriate API...
2020-09-18 02:11:25 +02:00
Robin Gareus
1759ba96b6
VST3: Plugin GUI support 2020-09-17 00:10:21 +02:00