mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
notify LV2 GUIs about port-changes when loading presets
This commit is contained in:
parent
997f47360d
commit
5dd5bf0f70
2 changed files with 16 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
|
|||
bool configure_handler (GdkEventConfigure*);
|
||||
void save_plugin_setting ();
|
||||
void output_update();
|
||||
void queue_port_update();
|
||||
bool is_update_wanted(uint32_t index);
|
||||
|
||||
virtual bool on_window_show(const std::string& title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue