on RPi4 I’ve done a copy of systems lv2 plugins (from kxstudio repos also):
no overwrite/recursive (-nr) with dot “.” (include hidden files):
sudo cp -nr /usr/lib/lv2/. /usr/modep/lv2
then from a linux pc I copied all mod-plugin-builders lv2 plugins, compiled for modduo on the pc, to the RPi4, without deleting existing files.
rsync --archive --verbose --ignore-existing --progress ~/mod-workdir/modduo/plugins/. patch@YOURIP:/home/patch/lv2/
On the RPi4 I’ve copied them to MODEPs lv2 directory.
sudo cp -nr ~/lv2/. /usr/modep/lv2/
I’ve compiled and installed helm on the RPi4 with lv2 flag.
for additional gui’s from dedicated git, @Paul thank you very much!:
git clone https://github.com/popololo46/modgui.git
cd modgui
sudo cp -r * /usr/modep/lv2/
Now I’ve 900 directories in /usr/modep/lv2/! A lot to checkout!
lv2list-all.zip (3.3 KB)
@Paul if I select helm.lvr2 in MODEP it works!, but it breaks the GUI. The click-zoom is not working anymore and it is not possible to move other plugins around.