mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Add plugin-prefs and paths to plugin-manager-ui
This commit is contained in:
parent
e4bdb99f60
commit
ab86884ca4
5 changed files with 91 additions and 2 deletions
|
|
@ -54,6 +54,8 @@ private:
|
|||
void rescan_faulty ();
|
||||
void rescan_selected ();
|
||||
void clear_log ();
|
||||
void show_plugin_prefs ();
|
||||
void edit_vst_path (ARDOUR::PluginType);
|
||||
|
||||
void plugin_status_changed (ARDOUR::PluginType, std::string, ARDOUR::PluginManager::PluginStatusType);
|
||||
|
||||
|
|
@ -97,6 +99,7 @@ private:
|
|||
ArdourWidgets::ArdourButton _btn_rescan_err;
|
||||
ArdourWidgets::ArdourButton _btn_rescan_sel;
|
||||
ArdourWidgets::ArdourButton _btn_clear;
|
||||
ArdourWidgets::ArdourButton _btn_prefs;
|
||||
Gtk::Table _tbl_nfo;
|
||||
|
||||
Gtk::Table _top;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue