mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
fix for erroneous use of a menu group; remove lots of cerr cruft; no playlist ops for destructive tracks
git-svn-id: svn://localhost/trunk/ardour2@359 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0d2c8771a7
commit
10976e9a3b
10 changed files with 45 additions and 99 deletions
|
|
@ -313,7 +313,7 @@ Mixer_UI::connect_to_session (Session* sess)
|
|||
session->RouteAdded.connect (mem_fun(*this, &Mixer_UI::add_strip));
|
||||
session->mix_group_added.connect (mem_fun(*this, &Mixer_UI::add_mix_group));
|
||||
|
||||
session->foreach_mix_group(this, &Mixer_UI::add_mix_group);
|
||||
session->foreach_mix_group (mem_fun (*this, &Mixer_UI::add_mix_group));
|
||||
|
||||
_plugin_selector->set_session (session);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue