mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add trigger tracks to add route dialog
This commit is contained in:
parent
744e707cb7
commit
e30f893aa7
1 changed files with 10 additions and 3 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue