mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
forward port 2.X various changes (not all, but i have a list) ending with 6928
git-svn-id: svn://localhost/ardour2/branches/3.0@7643 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c24d323d0c
commit
8d8bc9baca
5 changed files with 41 additions and 1 deletions
|
|
@ -1122,6 +1122,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_auto_analyse_audio)
|
||||
));
|
||||
|
||||
add_option (_("Audio"),
|
||||
new BoolOption (
|
||||
"replicate-missing-region-channels",
|
||||
_("Replicate Missing Region Channels"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_replicate_missing_region_channels),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_replicate_missing_region_channels)
|
||||
));
|
||||
|
||||
/* SOLO AND MUTE */
|
||||
|
||||
add_option (_("Solo / mute"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue