VST windowing (2 & 3) is generally busted on Linux
You get an anyopaque despite the X11 API wanting an unsigned int
The best I could come up with was casting the incoming *anyopaque with @intFromPtr but that still doesn't give you a valid window handle. Reinterpreting it as an integer doesn't work either. Gotta find out what kind of data the host is sending in and in what form.
~* All platforms:
If you don't provide arbor.features.GUI in a plugin, the VST2 will still make a blank window for some reason.~
*anyopaque
with@intFromPtr
but that still doesn't give you a valid window handle. Reinterpreting it as an integer doesn't work either. Gotta find out what kind of data the host is sending in and in what form.~* All platforms: If you don't provide
arbor.features.GUI
in a plugin, the VST2 will still make a blank window for some reason.~Fixed with: 789758d9c245c9175820aaa638276181a34abfa5