-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
clap-host does not load clap plugins #15
Comments
Same problem here....Failed to load plugin ' "" ': "The shared library was not found." Ubuntu 22.04 LTS. I was able to pick ALSA or JACK audio server. |
@Schmitty2005. Thanks! I wonder you can see those because my use case is with PW . Though even with that ALSA and JACK API's are still available. Pipewire emulates Jack and PW runs on top of ALSA, Not clear how it accesses the Browser WebMIDI API. Tried the u-he beta plugins and don't load. (https://u-he.com/community/clap/) Debugging this, this is the code in main-window.cc. The code does get the filename but executing it results in nothing. There is absolutely zero comments in the code, so need the plumb a bit further to find where it goes wrong So: the reason is this:
This fails and return with an error but w/o any dialog, or console output. |
Try to launch from command line and pass |
|
How to reproduce
Environment
Ubuntu 22.04 with Pipewire
gdb output
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff681b640 (LWP 79650)]
[New Thread 0x7ffff6006640 (LWP 79651)]
[New Thread 0x7ffff5805640 (LWP 79652)]
[New Thread 0x7ffff5004640 (LWP 79653)]
[New Thread 0x7ffff4803640 (LWP 79654)]
Failed to load plugin ' "" ': "The shared library was not found."
[New Thread 0x7fffdd5ff640 (LWP 79656)]
Case insensitive sorting unsupported in the posix collation implementation
Numeric mode unsupported in the posix collation implementation
Questions
why does WebMIDI API show up but not the ALSA or Jack MIDI API ? does this mean a plugin can only communicate to broswer based MIDI ports and how would that work ?
The text was updated successfully, but these errors were encountered: