mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
don't show standalone triggerbox window after adding tracks with a triggerbox
This commit is contained in:
parent
187ef1c214
commit
c0720c7a4c
1 changed files with 0 additions and 9 deletions
|
|
@ -1578,15 +1578,6 @@ ARDOUR_UI::session_add_audio_route (
|
|||
<< endmsg;
|
||||
}
|
||||
|
||||
boost::shared_ptr<TriggerBox> tb (tracks.front()->triggerbox());
|
||||
if (tb) {
|
||||
TriggerBoxWindow* tbw = new TriggerBoxWindow (*(tb.get()));
|
||||
tbw->present ();
|
||||
cerr << " window presented\n";
|
||||
} else {
|
||||
cerr << "no trigger box\n";
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
routes = _session->new_audio_route (input_channels, output_channels, route_group, how_many, name_template, PresentationInfo::AudioBus, order);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue