Tracks does not use a K20 meter for the master
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 11 May 2015 21:11:24 +0000 (17:11 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 18:18:12 +0000 (14:18 -0400)
libs/ardour/route.cc

index b27d36dfbb6d261d9c20b251e8aadf1850bcf02d..b03bf201589256156989deec63f7381aab412dfa 100644 (file)
@@ -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();