diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 4f3ac8bfb4..789c63cb46 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -1419,7 +1419,7 @@ Route::clear_processors (Placement p) bool Route::is_internal_processor (boost::shared_ptr p) const { - if (p == _amp || p == _meter || p == _main_outs || p == _delayline || p == _trim || p == _polarity || (_volume && p == _volume)) { + if (p == _amp || p == _meter || p == _main_outs || p == _delayline || p == _trim || p == _polarity || (_volume && p == _volume) || (_triggerbox && p == _triggerbox)) { return true; } #ifdef MIXBUS