Skip to content
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

The mono LV2 plugin isn't seen by carla and qtractor #170

Open
yurivict opened this issue Jun 9, 2023 · 4 comments
Open

The mono LV2 plugin isn't seen by carla and qtractor #170

yurivict opened this issue Jun 9, 2023 · 4 comments

Comments

@yurivict
Copy link

yurivict commented Jun 9, 2023

noise-suppression-for-voice installs mono and stereo LV2 plugins.
But carla and qtractor LV2 hosts don't see the mono one, they only see the stereo one.

Version: 1.03
FreeBSD 13.2

@pallaswept
Copy link
Contributor

Probably this is why #158

@pallaswept
Copy link
Contributor

I sent a patch to the SIMD-enhanced version of the plugin which has been more recently maintained, it will work for this, too. Just one line to change:

LV2URI "https://github.com/werman/noise-suppression-for-voice"

Change from

LV2URI "https://github.com/werman/noise-suppression-for-voice"

to

LV2URI "https://github.com/werman/noise-suppression-for-voice#${default_channels}ch"

Simple, minimal, but effective fix. Enjoy.

pallaswept referenced this issue Nov 11, 2023
You can't use the same URI for two different plugins

lv2ls
lilv_world_add_plugin(): warning: Duplicate plugin <https://github.com/werman/noise-suppression-for-voice>
lilv_world_add_plugin(): warning: ... found in file:///usr/lib64/lv2/rnnoise_mono.lv2/
lilv_world_add_plugin(): warning: ... and      file:///usr/lib64/lv2/rnnoise_stereo.lv2/ (ignored)
@JiaChen-Zeng
Copy link

I can't see both LV2 plugins in reaper

@pallaswept
Copy link
Contributor

This issue can be closed now, it has been fixed for some time: #192 (comment)

> lv2ls|grep werman
https://github.com/werman/noise-suppression-for-voice#mono
https://github.com/werman/noise-suppression-for-voice#stereo

I can't see both LV2 plugins in reaper

:(
Sorry mate. I think you might have a different issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants