just bail out (to prevent further harm) if no panners are found.
This commit is contained in:
parent
e6b56f3447
commit
4ddd025139
@ -119,8 +119,8 @@ PannerShell::configure_io (ChanCount in, ChanCount out)
|
||||
|
||||
PannerInfo* pi = PannerManager::instance().select_panner (in, out, _user_selected_panner_uri);
|
||||
if (!pi) {
|
||||
cerr << "No panner found: check that panners are being discovered correctly during startup.\n";
|
||||
assert (pi);
|
||||
fatal << _("No panner found: check that panners are being discovered correctly during startup.") << endmsg;
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::Panning, string_compose (_("select panner: %1\n"), pi->descriptor.name.c_str()));
|
||||
|
Loading…
Reference in New Issue
Block a user