mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +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
|
|
@ -47,6 +47,7 @@ public:
|
|||
XMLNode& get_state ();
|
||||
|
||||
bool on_key_release_event (GdkEventKey*);
|
||||
void edit_vst_path (std::string const& title, std::string const& dflt, sigc::slot<std::string>, sigc::slot<bool, std::string>);
|
||||
|
||||
private:
|
||||
void parameter_changed (std::string const &);
|
||||
|
|
@ -77,7 +78,6 @@ private:
|
|||
void clear_vst3_blacklist ();
|
||||
void clear_au_cache ();
|
||||
void clear_au_blacklist ();
|
||||
void edit_vst_path (std::string const& title, std::string const& dflt, sigc::slot<std::string>, sigc::slot<bool, std::string>);
|
||||
};
|
||||
|
||||
#endif /* __gtk_ardour_rc_option_editor_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue