diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index 5074ebf0e3..0eaabbb365 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -109,13 +109,7 @@ Track::init () boost::shared_ptr tb (new TriggerBox (_session, data_type ())); tb->set_owner (this); add_processor (tb, _polarity); - if (data_type () == DataType::AUDIO) { - /* if placing this in a route where the default - * data type is AUDIO, the triggerbox will need - * a sidehcain MIDI input to be able to be MIDI controlled - */ - tb->add_midi_sidechain (); - } + tb->add_midi_sidechain (); } set_align_choice_from_io ();