mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Do not add TriggerBox Processor to Auditioner
This commit is contained in:
parent
378ad277bd
commit
7e37ae4b17
1 changed files with 11 additions and 9 deletions
|
|
@ -101,6 +101,7 @@ Track::init ()
|
||||||
_disk_writer->set_block_size (_session.get_block_size ());
|
_disk_writer->set_block_size (_session.get_block_size ());
|
||||||
_disk_writer->set_owner (this);
|
_disk_writer->set_owner (this);
|
||||||
|
|
||||||
|
if (!is_auditioner ()) {
|
||||||
boost::shared_ptr<TriggerBox> tb (new TriggerBox (_session, data_type ()));
|
boost::shared_ptr<TriggerBox> tb (new TriggerBox (_session, data_type ()));
|
||||||
tb->set_owner (this);
|
tb->set_owner (this);
|
||||||
add_processor (tb, _polarity);
|
add_processor (tb, _polarity);
|
||||||
|
|
@ -111,6 +112,7 @@ Track::init ()
|
||||||
*/
|
*/
|
||||||
tb->add_midi_sidechain ();
|
tb->add_midi_sidechain ();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
set_align_choice_from_io ();
|
set_align_choice_from_io ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue