Install Plugins on Device

I have built customizations of the Sooperlooper plugin. I would like to install these modifications on my device. I have followed the instructions and used both the mod-sdk UI to install my new version and curl with the following command

tar cz sooperlooper.lv2 | base64 | curl -F 'package=@-' http://192.168.51.1/sdk/install

Both methods fail. The first has no response and no log output. The second does not finish. Using these two installation methods also breaks the existing Sooperlooper plugin until I reboot the unit.

Do I have to enable the mod-sdk on the device as implied in

I haven’t figured out the Tornado app’s bug which prevents publishing, but I did figure out a manual procedure. Updated wiki docs.

https://wiki.moddevices.com/wiki/Publishing_Plugins

1 Like