Danylo
Danylo
> Contrary to the title of this issue my understanding is that the WaveLink doesn't support VST3 plugins on MacOS, only AU So which plugin did you copy and where?
Also are you sure that you don't have 96kHz instead of 48kHz sampling rate?
Maybe it's in Mac's mic settings? > Yes, you can add built-in Macbook mic as another channel. If I do that and then add the plugin the same thing happens,...
I mean the settings available in the system itself, I think the macOS itself has some sound settings.
Ugh, the only other thing to check without me adding additional logs, is to check with another plugin host which supports AU plugins. I think I'll add an option to...
@kuyazee So are you using VST3 or AU? Since @blathering tells that Wave Link supports only AU.
Your log says: ``` default: failed to load plugin '/var/home/anton/.local/LADSPA/librnnoise_ladspa.so': No such file or directory ``` Does the library exist at that path? If yes, what does `ldd /var/home/anton/.local/LADSPA/librnnoise_ladspa.so` says?
``` libatomic.so.1 => not found ``` So you need to install `libatomic`. I probably should statically link at least `libatomic`... Anyway, for Linux it is much more preferable to use...
``` Weird, I installed libatomic with rpm-ostree install libatomic, but I still get the same error on ldd. I looked through all the typical lib directories, and couldn't find libatomic...
As far as I understand you updated my lib and it stopped working. It did not previously required libatomic, but for current version libatomic is required, that's it.