I found a simple MiniMoog clone as LV2 instrument named “Raffo”. Here is the build script (which is also located inside zynthian-recipe:
# raffo.lv2
cd $ZYNTHIAN_SW_DIR/plugins
sudo apt-get install -y --no-install-recommends libgtkmm-2.4-dev
git clone https://github.com/nicoroulet/moog.git
cd moog
sed -i -- 's/^INSTALL_DIR.\+$/INSTALL_DIR = ${ZYNTHIAN_PLUGINS_DIR}\/lv2/' Makefile
sed -i -- 's/-m64//' Makefile
make
sudo make install
make clean
cd ..
After installation it should be usable inside MOD-UI - and perhaps later (if it works well) via jalv on the main screen of Zynthian.
I’ve got a problem with this line of code of yours:
sed: can’t read Makefile: No such file or directory
Except for installing the lines above ( and PTQ6.4 from webconf),
is there something missing?
I’m on a plain Gorgona V2 image, nothing ‘beta’ installed yet.
I’m back … more or less … and nothing better for my return that integrating the latest toy discovered by @C0d3man … so here comes Raffo for every zynthianer in the block!!
Just update and enjoy!! (remember to enable the plugin for Jalv from the webconf tool!!)