Lines Matching refs:SNDERR

423         		        SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", idx, plugin->desc->Name);
431 SNDERR("unable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
436 SNDERR("unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
472 SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", (unsigned int)0, plugin->desc->Name);
478 SNDERR("unable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
483 SNDERR("unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
599 SNDERR("%s port for plugin %s depth %u is not connected", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name, depth);
605 SNDERR("%i connection errors total", err);
643 SNDERR("Unable to create instance of LADSPA plugin '%s'", plugin->desc->Name);
651 SNDERR("Unable to connect duplicate port of plugin '%s' channel %u depth %u", plugin->desc->Name, idx, instance->depth);
657 SNDERR("Unable to connect plugin '%s' depth %u", plugin->desc->Name, depth);
1259 SNDERR("controls definition must be a compound");
1278 SNDERR("Unable to find an control port (%s)", id);
1282 SNDERR("Control port %s has not an float or integer value", id);
1287 SNDERR("internal error");
1307 SNDERR("bindings definition must be a compound");
1318 SNDERR("Invalid channel number: %s", id);
1322 SNDERR("Wrong channel specification for duplicate policy");
1350 SNDERR("Unable to find an audio port (%li) for channel %s", port, id);
1357 SNDERR("Invalid LADSPA port field type for %s", id);
1362 SNDERR("Unable to find an audio port (%s) for channel %s", sport, id);
1382 SNDERR("error adding default controls");
1391 SNDERR("input or output definition must be a compound");
1474 SNDERR("policy field must be a string");
1482 SNDERR("unknown policy definition");
1489 SNDERR("no plugin label or id");
1502 SNDERR("Unable to load plugin '%s' ID %li, filename '%s'", label, ladspa_id, filename);
1509 SNDERR("Unable to find or load plugin '%s' ID %li, path '%s'", label, ladspa_id, path);
1539 SNDERR("plugins must be defined inside a compound");
1552 SNDERR("id of field %s is not an integer", id);
1565 SNDERR("empty plugin list is not accepted");
1779 SNDERR("Unknown field %s", id);
1783 SNDERR("slave is not defined");
1788 SNDERR("'plugins' definition cannot be combined with 'playback_plugins' or 'capture_plugins'");