mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Merge with 2.0-ongoing R2943.
git-svn-id: svn://localhost/ardour2/branches/3.0@2944 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4ca1fe7993
commit
7295d8e9f6
26 changed files with 410 additions and 157 deletions
|
|
@ -173,7 +173,10 @@ Editor::set_selected_mixer_strip (TimeAxisView& view)
|
|||
current_mixer_strip = 0;
|
||||
}
|
||||
|
||||
cms_new (rt->route ());
|
||||
current_mixer_strip = new MixerStrip (*ARDOUR_UI::instance()->the_mixer(),
|
||||
*session,
|
||||
rt->route(), false);
|
||||
current_mixer_strip->GoingAway.connect (mem_fun(*this, &Editor::cms_deleted));
|
||||
|
||||
if (show) {
|
||||
show_editor_mixer (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue