pjotrompet / Freaked

Freaked plugins main repo
GNU General Public License v2.0
16 stars 3 forks source link

Faust 2 Modduo #2

Open sonejostudios opened 7 years ago

sonejostudios commented 7 years ago

Hello! I know this is not an issue, but I juste wrote an Looper Plugin in Faust and I'm really interested to deploy it to the ModDuo. I found this threat, but there is no real explanation how to do it. https://forum.moddevices.com/t/from-faust-to-mod-plugin/332 I tried around but I couldn't get any result. How did you get your Faust .dsp to the Mod? I would be so happy if I could contribute the the Mod with my plugins.. :) Thank you in advance!! All the best

Vince

ntonnaett commented 7 years ago

Hi Vince, I try it myself right now. Theoretically you can just use faust2lv2 to generate a lv2 plugin. Then you have to build it for the mod duo using mod-plugin-builder. I use the docker image for that. With the built plugin you can create a mod-gui with the mod-sdk. http://wiki.moddevices.com/wiki/How_To_Build_and_Deploy_LV2_Plugin_to_MOD_Duo

sonejostudios commented 7 years ago

Hey ntonnaett, thanks for you reply. I'm wondering, because if I compile with faust2lv2, the resulting lv2 are compiled for my computer, not for the mod architecture, right? does it matter at all? I tried like described in the wiki (the normal way for linux, not the docker way) but I could't manage to achieve it.. I'll try with docker asap, maybe its the easiest way :)

ntonnaett commented 7 years ago

faust2lv2 generates a C++ lv2 plugin. Afterwards you can do what you want with it. Compile it for your computer or cross compile it for your mod. For the mod duo you have to compile the lv2 plugin without the usual gui.