Fix typo in 37aaa2d1
[ardour.git] / gtk2_ardour / add_route_dialog.cc
index 1c578676017b3ac6c01a615f1762b46936f8c96f..fec619a8436181a8cfa782676abcd2f63fa6431c 100644 (file)
@@ -90,85 +90,97 @@ AddRouteDialog::AddRouteDialog ()
        if (builtin_types.empty()) {
                builtin_types.push_back (
                        std::pair<string,string>(_("Audio Tracks"),  _(" \
-Use the settings, below, to create 1 or more new Audio tracks.\n \
-\n\n \
+Use these settings to create one or more audio tracks.\n \
+\n \
 You may select:\n \
 * The number of tracks to add.\n \
-* A Name for the new track(s).\n \
-* Mono, Stereo, or Multichannel operation for the new track(s).\n \
-* A Group which the track will be assigned to.\n \
-* The Pin Connections mode. (see tooltip for details).\n \
-* Normal (non-destructive) or Tape (destructive) recording mode.\n \
+* A name for the track(s).\n \
+* Mono, stereo, or multi-channel operation for the track(s).\n \
+* A group which the track(s) will be assigned to.\n \
+* The pin connections mode (see tooltip for details).\n \
+* Normal (non-destructive) or tape (destructive) recording mode.\n \
 \n \
-The track will be added in the location specified by \"Position\".\n \
+The track(s) will be added at the location specified by \"Position\".\n \
 ")
                ));
                builtin_types.push_back (
                        std::pair<string,string>(_("MIDI Tracks"),  _(" \
-Use the settings, below, to create 1 or more new MIDI tracks.\n \
-\n\n \
+Use these settings to create one or more MIDI tracks.\n \
+\n \
 You may select:\n \
 * The number of tracks to add.\n \
-* A Name for the track(s).\n \
-* An Instrument plugin (or select \"None\" to drive an external device)\n \
-* A Group which the track will be assigned to.\n \
-* The Pin Connections mode. (see tooltip for details)\n \
+* A name for the track(s).\n \
+* An instrument plugin (or select \"None\" to drive an external device).\n \
+* A group which the track(s) will be assigned to.\n \
+* The pin connections mode (see tooltip for details).\n \
 \n \
-The track will be added in the location specified by \"Position\".\n \
+The track(s) will be added at the location specified by \"Position\".\n \
 ")
                ));
                builtin_types.push_back (
                        std::pair<string,string>(_("Audio+MIDI Tracks"),   _(" \
-Use the settings, below, to create 1 or more new Audio+MIDI tracks.\n \
-\n\n \
+Use these settings to create one or more Audio+MIDI tracks.\n \
+\n \
 You may select:\n \
 * The number of tracks to add.\n \
-* A Name for the track(s).\n \
-* An Instrument plugin (or select \"None\" to drive an external device)\n \
-* A Group which will be assigned to the track(s).\n \
-* Pin Connections mode. (see tooltip for details).\n \
-* Normal (non-destructive) or Tape (destructive) recording mode.\n \
+* A name for the track(s).\n \
+* An instrument plugin (or select \"None\" to drive an external device).\n \
+* A group which the track(s) will be assigned to.\n \
+* The pin connections mode (see tooltip for details).\n \
+* Normal (non-destructive) or tape (destructive) recording mode.\n \
 \n \
-The track will be added in the location specified by \"Position\".\n \
+The track(s) will be added at the location specified by \"Position\".\n \
 ")
                ));
                builtin_types.push_back (
                        std::pair<string,string>(_("Audio Busses"),  _(" \
-Use the settings, below, to create new Audio Tracks.\n \
-\n\n \
+Use these settings to create one or more audio busses.\n \
+\n \
 You may select:\n \
-* The number of buses to add.\n \
-* A Name for the track(s).\n \
-* A Group which will be assigned to the track(s).\n \
-* Pin Connections mode. (see tooltip for details).\n \
+* The number of busses to add.\n \
+* A name for the buss(es).\n \
+* A group which the buss(es) will be assigned to.\n \
+* The pin connections mode (see tooltip for details).\n \
 \n \
-The track will be added in the location specified by \"Position\".\n \
+The buss(es) will be added at the location specified by \"Position\".\n \
 ")
                ));
                builtin_types.push_back (
                        std::pair<string,string>(_("MIDI Busses"),  _(" \
-Use the settings, below, to create new MIDI Busses.\n \
+Use these settings to create one or more MIDI busses.\n \
+\n \
+MIDI busses can combine the output of multiple tracks. They are sometimes used\n \
+to host a single \"heavy\" instrument plugin which is fed from multiple MIDI tracks.\n  \
 \n \
-MIDI Busses can combine the output of multiple tracks. \n \
-MIDI Buses are sometimes used to host a single \"heavy\" instrument plugin which is fed from multiple MIDI tracks.  \
-\n\n \
 You may select:\n \
-* The number of buses to add.\n \
-* A Name for the track(s).\n \
-* An Instrument plugin (or select \"None\" to drive an external device)\n \
-* A Group which will be assigned to the track(s).\n \
-* Pin Connections mode. (see tooltip for details).\n \
+* The number of busses to add.\n \
+* A name for the buss(es).\n \
+* An instrument plugin (or select \"None\" to drive an external device).\n \
+* A group which the buss(es) will be assigned to.\n \
+* The pin connections mode (see tooltip for details).\n \
 \n \
-The track will be added in the location specified by \"Position\".\n \
+The buss(es) will be added at the location specified by \"Position\".\n \
 ")
                ));
                builtin_types.push_back (
                        std::pair<string,string>(_("VCA Masters"),   _(" \
-Use the settings, below, to create 1 or more VCA Master(s).\n \
-\n\n \
+Use these settings to create one or more VCA masters.\n \
+\n \
 You may select:\n \
 * The number of VCAs to add.\n \
-* A name for the new VCAs.  \"%n\" will be replaced by an index number for each VCA.\n \
+* A name for the VCA(s).  \"%n\" will be replaced by an index number for each VCA.\n \
+")
+               ));
+               builtin_types.push_back (
+                       std::pair<string,string>(_("Foldback Busses"),   _(" \
+Use these settings to create one or more foldback busses.\n \
+\n \
+Foldback busses are used as master outputs for monitor channels and are fed by\n \
+hidden monitor sends.\n \
+\n \
+You may select:\n \
+* The number of foldback busses to add.\n \
+* A name for the foldback buss(es).\n \
 ")
                ));
        }
@@ -569,6 +581,8 @@ AddRouteDialog::type_wanted()
                return AudioTrack;
        } else if (str == _("VCA Masters")) {
                return VCAMaster;
+       } else if (str == _("Foldback Busses")) {
+               return FoldbackBus;
        } else {
                assert (0);
                return AudioTrack;
@@ -596,6 +610,9 @@ AddRouteDialog::maybe_update_name_template_entry ()
        case MidiBus:
                name_template_entry.set_text (_("Bus"));
                break;
+       case FoldbackBus:
+               name_template_entry.set_text (_("Foldback"));
+               break;
        case VCAMaster:
                name_template_entry.set_text (VCA::default_name_template());
                break;
@@ -652,8 +669,8 @@ AddRouteDialog::track_type_chosen ()
                break;
        case MixedTrack:
                {
-                       MessageDialog msg (_("Audio+MIDI tracks are intended for use <b>ONLY</b> with plugins that use both audio and MIDI input data\n\n"
-                                            "If you do not plan to use such a plugin, then use a normal audio or MIDI track instead."),
+                       MessageDialog msg (_("Audio+MIDI tracks are intended for use <b>ONLY</b> with plugins that use both audio and MIDI input data.\n\n"
+                                            "Use a normal audio or MIDI track if you do not plan to use such a plugin."),
                                           true, MESSAGE_INFO, BUTTONS_OK, true);
                        msg.set_position (WIN_POS_MOUSE);
                        msg.run ();
@@ -740,6 +757,27 @@ AddRouteDialog::track_type_chosen ()
                insert_label.set_sensitive (true);
                insert_at_combo.set_sensitive (true);
 
+               break;
+       case FoldbackBus:
+
+               configuration_label.set_sensitive (false);
+               channel_combo.set_sensitive (false);
+
+               mode_label.set_sensitive (false);
+               mode_combo.set_sensitive (false);
+
+               instrument_label.set_sensitive (false);
+               instrument_combo.set_sensitive (false);
+
+               group_label.set_sensitive (false);
+               route_group_combo.set_sensitive (false);
+
+               strict_io_label.set_sensitive (false);
+               strict_io_combo.set_sensitive (false);
+
+               insert_label.set_sensitive (false);
+               insert_at_combo.set_sensitive (false);
+
                break;
        }
 
@@ -840,6 +878,12 @@ AddRouteDialog::channels ()
                ret.set (DataType::AUDIO, channel_count ());
                ret.set (DataType::MIDI, 1);
                break;
+
+       case FoldbackBus:
+               ret.set (DataType::AUDIO, 2);
+               ret.set (DataType::MIDI, 0);
+               break;
+
        default:
                break;
        }