From ba151374b09b6a0752d36fc4f3a3b8f39a2f5c79 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 11 May 2015 17:11:24 -0400 Subject: [PATCH] Tracks does not use a K20 meter for the master --- libs/ardour/route.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index b27d36dfbb..b03bf20158 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -113,7 +113,7 @@ Route::Route (Session& sess, string name, Flag flg, DataType default_type) , _initial_io_setup (false) , _custom_meter_position_noted (false) { - if (is_master()) { + if (!Profile->get_trx() && is_master()) { _meter_type = MeterK20; } processor_max_streams.reset(); -- 2.30.2