add trigger tracks to add route dialog

This commit is contained in:
Paul Davis 2021-07-16 18:50:56 -06:00
parent 744e707cb7
commit e30f893aa7
1 changed files with 10 additions and 3 deletions

View File

@ -169,10 +169,17 @@ AddRouteDialog::AddRouteDialog ()
"* " + _("The number of busses to add") + "\n" +
"* " + _("A name for the buss(es)")
));
}
#warning ADD TRIGGER TRACKS to builtin_types above
// track_bus_combo.append_text (_("Trigger Tracks"));
builtin_types.push_back (
std::pair<string,string> (_("Trigger Tracks"), std::string () +
_("Use these settings to create one or more trigger tracks.") + "\n\n" +
_("Trigger tracks contain audio/MIDI regions that can be triggered on demand.") + "\n\n" +
_("You may select:") + "\n" +
"* " + _("The number of tracks to add") + "\n" +
"* " + _("A name for the track(s)")
));
}
insert_at_combo.append_text (_("First"));
insert_at_combo.append_text (_("Before Selection"));