summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-08 21:53:24 +0100
committerRobin Gareus <robin@gareus.org>2015-12-08 21:53:24 +0100
commit964b8a985464efeeba8d4861a14e93db43f80392 (patch)
tree12d55f291cb742f1be8658a70e9326392df4e740 /gtk2_ardour/rc_option_editor.h
parent9b0619bd802ca42d3009f6c93298a7f218497f97 (diff)
refactor Plugin Preference Pane
use standard Option Layout Components.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index 879a9c4464..8b46947dce 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -55,7 +55,16 @@ private:
Gtk::Adjustment* _ltc_volume_adjustment;
BoolOption* _ltc_send_continuously;
- PBD::ScopedConnection parameter_change_connection;
+ PBD::ScopedConnection parameter_change_connection;
+
+ /* plugin actions */
+ void plugin_scan_refresh ();
+ void clear_vst_cache ();
+ void clear_vst_blacklist ();
+ void clear_au_cache ();
+ void clear_au_blacklist ();
+ void edit_lxvst_path ();
+ void edit_vst_path ();
};
#endif /* __gtk_ardour_rc_option_editor_h__ */