add comment
This commit is contained in:
parent
7e37ae4b17
commit
bf9ef3abd3
@ -101,6 +101,10 @@ Track::init ()
|
||||
_disk_writer->set_block_size (_session.get_block_size ());
|
||||
_disk_writer->set_owner (this);
|
||||
|
||||
/* 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);
|
||||
|
Loading…
Reference in New Issue
Block a user