refactor Plugin Preference Pane

use standard Option Layout Components.
This commit is contained in:
Robin Gareus 2015-12-08 21:53:24 +01:00
parent 9b0619bd80
commit 964b8a9854
2 changed files with 205 additions and 247 deletions

View file

@ -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__ */