mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
make ardour-does-monitoring be the new user default
git-svn-id: svn://localhost/ardour2/branches/3.0@13730 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
176fc3dd97
commit
83d56ddfc3
1 changed files with 3 additions and 2 deletions
|
|
@ -429,8 +429,9 @@ ArdourStartup::setup_monitoring_choice_page ()
|
|||
|
||||
HBox* hbox = manage (new HBox);
|
||||
VBox* vbox = manage (new VBox);
|
||||
RadioButton::Group g (monitor_via_hardware_button.get_group());
|
||||
monitor_via_ardour_button.set_group (g);
|
||||
/* first button will be on by default */
|
||||
RadioButton::Group g (monitor_via_ardour_button.get_group());
|
||||
monitor_via_hardware_button.set_group (g);
|
||||
|
||||
monitor_label.set_markup(_("\
|
||||
While recording instruments or vocals, you probably want to listen to the\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue