amend baca1fd3 (actually use preset)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user