made region export default to use region gain and fades
git-svn-id: svn://localhost/ardour2/branches/3.0@10882 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
aecf0e4ae8
commit
b985476a12
@ -453,6 +453,10 @@ RegionExportChannelSelector::RegionExportChannelSelector (ARDOUR::Session * _ses
|
||||
{
|
||||
pack_start (vbox);
|
||||
|
||||
/* make fades+region gain be the default */
|
||||
|
||||
fades_button.set_active ();
|
||||
|
||||
raw_button.set_label (string_compose (_("Region contents without fades nor region gain (channels: %1)"), region_chans));
|
||||
raw_button.signal_toggled ().connect (sigc::mem_fun (*this, &RegionExportChannelSelector::handle_selection));
|
||||
vbox.pack_start (raw_button);
|
||||
|
Loading…
Reference in New Issue
Block a user