-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resizing LV2 in Carla doesn't change the canvas size #11
Comments
Carla is not letting the plugin know about the resize. |
Interestingly Wolf Spectrum does resize correctly in Carla (it does not in Ardour though). |
Right thats' because Patrick cheated it, he implements his custom resize handle. |
I think this is an issue with LV2 in general. I don't know about VST3, but LV2 plug-ins have issues with resizing all the time. |
Highly doubtful, I'll dig in Carla later to check what really happens |
Ok it comes down to this, an unimplemented in DPF For reference https://github.com/DISTRHO/DPF/blob/89cbdbba5320c8f8822885b510307bef0c7a428f/distrho/src/DistrhoUILV2.cpp#L509-L510 |
resizing has been a problematic thing in dpf (partially because of pugl) |
Is this still an issue ? |
I've tested the plug-in in Carla today and resizing does't seem to work.
I can resize the window, but the plug-in still redraws only the same area of it, leaving the rest with garbage.
The text was updated successfully, but these errors were encountered: