mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Always use a sidechain input to control triggers
This allows MIDI trigger tacks to distinguish between music-data and control-data.
This commit is contained in:
parent
bf9ef3abd3
commit
e0f6ef4369
1 changed files with 1 additions and 7 deletions
|
|
@ -109,14 +109,8 @@ Track::init ()
|
|||
boost::shared_ptr<TriggerBox> 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 ();
|
||||
}
|
||||
}
|
||||
|
||||
set_align_choice_from_io ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue