NO-OP: mixbus codebase unification

This commit is contained in:
Robin Gareus 2019-04-12 19:22:59 +02:00
parent ce4b79e057
commit 5c94bd00b5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 4 additions and 3 deletions

View File

@ -3084,6 +3084,7 @@ Route::set_processor_state (XMLNode const & node, XMLProperty const* prop, Proce
boost::bind (&Route::processor_selfdestruct, this, boost::weak_ptr<Processor> (processor)));
} else {
warning << string_compose(_("unknown Processor type \"%1\"; ignored"), prop->value()) << endmsg;
return false;
}
@ -5566,8 +5567,8 @@ Route::eq_band_name (uint32_t band) const
} else {
switch (band) {
case 0: return _("lo");
case 1: return _("lo mid");
case 2: return _("hi mid");
case 1: return _("lm");
case 2: return _("hm");
case 3: return _("hi");
default: return string();
}

View File

@ -4172,7 +4172,7 @@ Session::route_solo_changed (bool self_solo_changed, Controllable::GroupControlD
}
in_signal_flow = true;
} else {
DEBUG_TRACE (DEBUG::Solo, "\tno feed to\n");
DEBUG_TRACE (DEBUG::Solo, string_compose("\tno feed to %1\n", (*i)->name()) );
}
if (!in_signal_flow) {