mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
rec-enable buttons are now ArdourButtons, but with a minor graphical glitch that will be solved/fixed soon-ish
git-svn-id: svn://localhost/ardour2/branches/3.0@10402 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
11fdd6cd18
commit
bcac4f1c96
5 changed files with 42 additions and 83 deletions
|
|
@ -94,7 +94,7 @@ class RouteUI : public virtual AxisView
|
|||
Gtk::HBox _invert_button_box;
|
||||
ArdourButton* mute_button;
|
||||
ArdourButton* solo_button;
|
||||
BindableToggleButton* rec_enable_button; /* audio tracks */
|
||||
ArdourButton* rec_enable_button; /* audio tracks */
|
||||
ArdourButton* show_sends_button; /* busses */
|
||||
ArdourButton* monitor_input_button;
|
||||
ArdourButton* monitor_disk_button;
|
||||
|
|
@ -104,16 +104,12 @@ class RouteUI : public virtual AxisView
|
|||
ArdourButton* solo_safe_led;
|
||||
ArdourButton* solo_isolated_led;
|
||||
|
||||
Gtk::Label rec_enable_button_label;
|
||||
Gtk::Label monitor_input_button_label;
|
||||
Gtk::Label monitor_disk_button_label;
|
||||
|
||||
void send_blink (bool);
|
||||
sigc::connection send_blink_connection;
|
||||
|
||||
virtual std::string solo_button_name () const { return "SoloButton"; }
|
||||
virtual std::string safe_solo_button_name () const { return "SafeSoloButton"; }
|
||||
|
||||
Gtk::Menu* mute_menu;
|
||||
Gtk::Menu* solo_menu;
|
||||
Gtk::Menu* sends_menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue