diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index fd90552a11..084e81ecd5 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -2913,7 +2913,7 @@ ARDOUR_UI::add_route_dialog_response (int r) if (Profile->get_livetrax()) { if (r == RESPONSE_OK) { int nchan = livetrax_track_dialog->stereo() ? 2 : 1; - int out = (Profile->get_livetrax() ? 2 : 1); + int out = (Profile->get_livetrax() ? 2 : nchan); session_add_audio_route (true, nchan, out, ARDOUR::Normal, nullptr, livetrax_track_dialog->num_tracks(), string(), false, PresentationInfo::max_order, false); } livetrax_track_dialog->hide ();