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:
- 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!