mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Update to latest LV2 atom extension.
Implement proper support for fixed size LV2 plugin UIs. git-svn-id: svn://localhost/ardour2/branches/3.0@11757 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d8ee15df1a
commit
1716dc0ce6
8 changed files with 342 additions and 245 deletions
|
|
@ -327,6 +327,12 @@ LV2PluginUI::get_preferred_width()
|
|||
return r.width;
|
||||
}
|
||||
|
||||
bool
|
||||
LV2PluginUI::resizable()
|
||||
{
|
||||
return _lv2->ui_is_resizable();
|
||||
}
|
||||
|
||||
int
|
||||
LV2PluginUI::package(Gtk::Window& win)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue