mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add initial GUI support for global monitor states
This commit is contained in:
parent
88d797bd64
commit
cf5a0de709
6 changed files with 131 additions and 8 deletions
|
|
@ -264,6 +264,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
, video_timeline(0)
|
||||
, global_actions (X_("global"))
|
||||
, ignore_dual_punch (false)
|
||||
, ignore_session_monitoring (false)
|
||||
, main_window_visibility (0)
|
||||
, editor (0)
|
||||
, mixer (0)
|
||||
|
|
@ -281,9 +282,9 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
, play_selection_controllable (new TransportControllable ("transport play selection", *this, TransportControllable::PlaySelection))
|
||||
, rec_controllable (new TransportControllable ("transport rec-enable", *this, TransportControllable::RecordEnable))
|
||||
, time_info_box (0)
|
||||
, auto_input_button (ArdourButton::led_default_elements)
|
||||
, auto_return_button (ArdourButton::led_default_elements)
|
||||
, follow_edits_button (ArdourButton::led_default_elements)
|
||||
, auto_input_button (ArdourButton::led_default_elements)
|
||||
, auditioning_alert_button (_("Audition"))
|
||||
, solo_alert_button (_("Solo"))
|
||||
, feedback_alert_button (_("Feedback"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue