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
@ -429,8 +429,9 @@ ArdourStartup::setup_monitoring_choice_page ()
|
|||||||
|
|
||||||
HBox* hbox = manage (new HBox);
|
HBox* hbox = manage (new HBox);
|
||||||
VBox* vbox = manage (new VBox);
|
VBox* vbox = manage (new VBox);
|
||||||
RadioButton::Group g (monitor_via_hardware_button.get_group());
|
/* first button will be on by default */
|
||||||
monitor_via_ardour_button.set_group (g);
|
RadioButton::Group g (monitor_via_ardour_button.get_group());
|
||||||
|
monitor_via_hardware_button.set_group (g);
|
||||||
|
|
||||||
monitor_label.set_markup(_("\
|
monitor_label.set_markup(_("\
|
||||||
While recording instruments or vocals, you probably want to listen to the\n\
|
While recording instruments or vocals, you probably want to listen to the\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user