Am 04.07.25 um 12:17 schrieb Fons Adriaensen:
Hello all,
I'm finally experimenting with LV2 GUIs, in particular X11 ones.
Q1: How do I make the GUI window fixed size ? Tried adding
'ui:fixedSize' as a required feature, but that doesn't work.
For X11 windows you set the XSetWMNormalHints to your needs.
https://github.com/lv2/suil/blob/main/src/x11_in_gtk2.c#L187
Q2: In Ardour preferences I have
'Closing a plugin window only hides the window'.
Yet actually the GUI is destroyed. Bug or feature ?
TIA,