Allow to rename VCAs in the editor

This commit is contained in:
Robin Gareus 2017-07-28 02:12:19 +02:00
parent d67056562b
commit a3dd948c02
4 changed files with 11 additions and 1 deletions

View file

@ -78,6 +78,8 @@ protected:
virtual void build_automation_action_menu (bool);
Gtk::Menu* automation_action_menu;
bool name_entry_changed (std::string const&);
void parameter_changed (std::string const& p);
void vca_property_changed (PBD::PropertyChange const&);
void update_vca_name ();