mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
functioning invert (polarity) button; menu item removed and track name button no longer relablled when inverted
git-svn-id: svn://localhost/ardour2/branches/3.0@6813 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e3dd8cc3ee
commit
f7a9434034
5 changed files with 30 additions and 52 deletions
|
|
@ -111,8 +111,7 @@ class RouteUI : public virtual AxisView
|
|||
|
||||
virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter param);
|
||||
|
||||
bool invert_press(GdkEventButton*);
|
||||
bool invert_release(GdkEventButton*);
|
||||
void invert_toggled();
|
||||
bool mute_press(GdkEventButton*);
|
||||
bool mute_release(GdkEventButton*);
|
||||
bool solo_press(GdkEventButton*);
|
||||
|
|
@ -174,8 +173,6 @@ class RouteUI : public virtual AxisView
|
|||
void toggle_route_active ();
|
||||
virtual void route_active_changed ();
|
||||
|
||||
Gtk::CheckMenuItem *polarity_menu_item;
|
||||
void toggle_polarity ();
|
||||
virtual void polarity_changed ();
|
||||
|
||||
Gtk::CheckMenuItem *denormal_menu_item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue