mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
amend baca1fd3 (actually use preset)
This commit is contained in:
parent
baca1fd377
commit
962dd96aea
1 changed files with 1 additions and 1 deletions
|
|
@ -1809,7 +1809,7 @@ ARDOUR_UI::session_add_mixed_track (
|
|||
}
|
||||
|
||||
try {
|
||||
tracks = _session->new_midi_track (input, output, instrument, ARDOUR::Normal, route_group, how_many, name_template);
|
||||
tracks = _session->new_midi_track (input, output, instrument, ARDOUR::Normal, route_group, how_many, name_template, pset);
|
||||
|
||||
if (tracks.size() != how_many) {
|
||||
error << string_compose(P_("could not create %1 new mixed track", "could not create %1 new mixed tracks", how_many), how_many) << endmsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue