Adding arbitrary LV2 plugin?

I’m using patchboxos (2024-04-04) with the MODEP module. There exists an LV2 plugin I would like to use ( GitHub - lucianodato/noise-repellent: Lv2 suite of plugins for broadband noise reduction · GitHub ) for which there is not an existing MODEP plugin. How would I go about adding an LV2 plugin like this to my processing chain? Presumably I start with:

  1. Build the plugin for Linux ARM64

But what happens next? I’m not sure how to host the plugin in the context of patchboxos and MODEP, and how to connect it to the existing processing chain.

Thanks for your help!

1 Like

Place the build result in /var/modep/lv2 and restart MODEP services or simply reboot the system. It should appear with the default placeholder UI in the plugins list, its parameters should be still accessible through the ‘Gear’ menu.

1 Like

Thanks! That worked (once I figured out I needed more than just the compiled .so library)! :slight_smile:

2 Likes