notify LV2 GUIs about port-changes when loading presets

This commit is contained in:
Robin Gareus 2015-10-28 04:06:14 +01:00
parent 997f47360d
commit 5dd5bf0f70
2 changed files with 16 additions and 0 deletions

View file

@ -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);