summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-11 17:11:24 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:12 -0400
commitba151374b09b6a0752d36fc4f3a3b8f39a2f5c79 (patch)
tree3c82f3320b0b09bbad7f62b7444dd8b8c7a21b3d /libs/ardour/route.cc
parent94fc1dc745de6dcce5a536b5e0e73d282c449cbe (diff)
Tracks does not use a K20 meter for the master
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
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();