made region export default to use region gain and fades
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 3 Dec 2011 14:02:49 +0000 (14:02 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 3 Dec 2011 14:02:49 +0000 (14:02 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10882 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/export_channel_selector.cc

index 6cf73d22966a53362665208b8c6e267fe7c4f4e4..4f332c9bff9a0cde9d44801bb10c74754b0ccb3c 100644 (file)
@@ -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);