summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-10-31 03:26:47 +0100
committerRobin Gareus <robin@gareus.org>2014-10-31 03:26:47 +0100
commitb8cea19b957b3af6ce0dd72f6441cb333e38ab94 (patch)
treecc5dec3dd316a1aab895b4ee3a631dad39e17b9f /gtk2_ardour/plugin_ui.h
parent1648d9cbc6321a15230db6965b9fe8afa1f8b421 (diff)
prototype [LV2]patch-change support for generic plugin UIs.
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index fefa999618..e5a5b59930 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -278,6 +278,12 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
void print_parameter (char *buf, uint32_t len, uint32_t param);
bool integer_printer (char* buf, Gtk::Adjustment &, ControlUI *);
bool midinote_printer(char* buf, Gtk::Adjustment &, ControlUI *);
+
+#ifdef LV2_SUPPORT
+ void patch_set_file (uint32_t patch_idx);
+ void patch_changed (uint32_t patch_idx);
+ Gtk::FileChooserButton **_fcb;
+#endif
};
class PluginUIWindow : public ArdourWindow