mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
add comment
This commit is contained in:
parent
7e37ae4b17
commit
bf9ef3abd3
1 changed files with 5 additions and 1 deletions
|
|
@ -101,7 +101,11 @@ Track::init ()
|
|||
_disk_writer->set_block_size (_session.get_block_size ());
|
||||
_disk_writer->set_owner (this);
|
||||
|
||||
if (!is_auditioner ()) {
|
||||
/* no triggerbox for the auditioner, to avoid visual clutter in
|
||||
* patchbays and elsewhere (or special-case code in those places)
|
||||
*/
|
||||
|
||||
if (!is_auditioner()) {
|
||||
boost::shared_ptr<TriggerBox> tb (new TriggerBox (_session, data_type ()));
|
||||
tb->set_owner (this);
|
||||
add_processor (tb, _polarity);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue