X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Froute.cc;h=b03bf201589256156989deec63f7381aab412dfa;hb=ba151374b09b6a0752d36fc4f3a3b8f39a2f5c79;hp=b27d36dfbb6d261d9c20b251e8aadf1850bcf02d;hpb=94fc1dc745de6dcce5a536b5e0e73d282c449cbe;p=ardour.git 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();