Greetings !
I just successfully ported compiled some pure data patches from the repo of Camomille https://github.com/pierreguillot/Camomile
Did not tested all but they work quite well out of the box , just need to pass them through the mod-sdk once compiled to give them an UI .
I would love to hear if somebody runs this one their mod ( currently I don’t own one , I run mod from HEAD on my rbpi 4)
I leave here instructions to compile , since Im not sure about the compatibility of my build with the mod hardware . There is just one gotcha that was a closed issue but seems to be still present , at last for me . Must specify on make the build type . At last on the main branch .
git clone --recursive https://github.com/pierreguillot/Camomile.git
cd Camomile
cd Dependencies/LibPdBuild/LinuxMakefile && cmake .. -DCMAKE_BUILD_TYPE=Release && cd ../../..
make CONFIG=Release
cd Plugins
#then this command will all , lv2's and also builds vst3. In my case this is nice to test on my system , but you must find prob. a flag to avoid that on the mod
./camomile
Once that is done you got your plugins compiled and they just need to be opened from mod-sdk to assign a GUI etc
Is this of any interest for the community ? and if so , How could I try to distribute some builds for my non-nerd friends ? thanks!
A pic of Pierre Guillot’s “Castafiore” Running quite nicely , still need to watch out for licenses and to put the name of the dev in a way that fits the pedal size