13
0

L: always arrange left->btm to match existing docs

This commit is contained in:
Ben Loftis 2024-07-08 12:45:44 -05:00
parent decc9c1d19
commit 5aff7bfaeb

View File

@ -34,6 +34,7 @@
#include "ardour/bundle.h"
#include "ardour/types.h"
#include "ardour/profile.h"
#include "ardour/session.h"
#include "ardour/route.h"
#include "ardour/audioengine.h"
@ -347,7 +348,7 @@ PortMatrix::select_arrangement ()
should choose where to put ports based on signal flowing from _ports[0]
to _ports[1] */
if (N[0] > N[1]) {
if ( Profile->get_livetrax() || (N[0] > N[1])) {
_row_index = 0;
_column_index = 1;