From 1fdb3560e85e3f16944568005365b4482643ac02 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 27 Apr 2015 10:03:43 -0500 Subject: [PATCH 1/1] enable trim on master bus --- 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 e0fe15206e..9af6b3f690 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -170,7 +170,7 @@ Route::init () */ _trim->activate(); } - else if (!dynamic_cast(this) && ! (is_master() || is_monitor() || is_auditioner())) { + else if (!dynamic_cast(this) && ! ( is_monitor() || is_auditioner() )) { /* regular bus */ _trim->activate(); } -- 2.30.2