kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

LSP Plugins Window Size Fix #1386

Closed akimaze closed 1 year ago

akimaze commented 1 year ago

Opening LSP plugins in Radium sets window size to 1,1:

image

This little patch fix this issue:

image

gvnnz commented 1 year ago

We are facing the same issue in https://github.com/monocasual/giada. I suspect the LSP UI is doing something unusual on startup? Any other plug-in seems to be working fine. Might be worth investigating with the LSP author...

akimaze commented 1 year ago

It's hard to say I checked Ardour, Qtractor, Waveform and Bitwig. And in each of these DAWs LSP plugins work without any problems.

akimaze commented 1 year ago

Of course, I checked the same plugin in VST format everywhere.

kmatheussen commented 1 year ago

Thanks for looking into it. I don't know what's causing this, but your fix looks okay. I don't think it should break anything on windows or mac. Interestingly, the included example plugin host included with JUCE does not have this problem.