We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
audacity failed to start, with an error like
Failed to load plugin "/usr/lib/ladspa/iemladspa.so": /usr/lib/ladspa/iemladspa.so: cannot open shared object file: No such file or directory
in my .asoundrc i have a device of type iemladspa that is not configured (to point to an existing ladspa plugin):
.asoundrc
iemladspa
pcm.jackeq { type iemladspa; slave.pcm "plug:jack" }
while this is obviously a configuration error, i think that the alsa-plugin should handle non-existing ladspa-plugins gracefully
The text was updated successfully, but these errors were encountered:
No branches or pull requests
audacity failed to start, with an error like
in my
.asoundrc
i have a device of typeiemladspa
that is not configured (to point to an existing ladspa plugin):while this is obviously a configuration error, i think that the alsa-plugin should handle non-existing ladspa-plugins gracefully
The text was updated successfully, but these errors were encountered: