mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
start adding a context menu for VCA strips
This commit is contained in:
parent
567fb50aad
commit
9f66fe1ebb
2 changed files with 23 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
|
|||
ArdourButton solo_button;
|
||||
ArdourButton mute_button;
|
||||
ArdourButton assign_button;
|
||||
bool wide;
|
||||
Gtk::Menu* context_menu;
|
||||
PBD::ScopedConnectionList vca_connections;
|
||||
|
||||
void hide_clicked();
|
||||
|
|
@ -83,6 +83,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
|
|||
bool name_button_press (GdkEventButton*);
|
||||
void vca_property_changed (PBD::PropertyChange const & what_changed);
|
||||
void update_vca_name ();
|
||||
void build_context_menu ();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue