13
0

enable trim on master bus

This commit is contained in:
Ben Loftis 2015-04-27 10:03:43 -05:00
parent 3f2306c4fb
commit 1fdb3560e8

View File

@ -170,7 +170,7 @@ Route::init ()
*/
_trim->activate();
}
else if (!dynamic_cast<Track*>(this) && ! (is_master() || is_monitor() || is_auditioner())) {
else if (!dynamic_cast<Track*>(this) && ! ( is_monitor() || is_auditioner() )) {
/* regular bus */
_trim->activate();
}