From: Paul Davis Date: Mon, 11 May 2015 21:11:24 +0000 (-0400) Subject: Tracks does not use a K20 meter for the master X-Git-Tag: 4.2~484 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=ba151374b09b6a0752d36fc4f3a3b8f39a2f5c79;hp=94fc1dc745de6dcce5a536b5e0e73d282c449cbe;p=ardour.git Tracks does not use a K20 meter for the master --- 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();