A way for building the cmake from the repository (and install it at /usr/local to avoid conflicts with Debians cmake (so you have to call /usr/local/bin/cmake instead of cmake)):
#!/bin/bash
cd ${ZYNTHIAN_PLUGINS_SRC_DIR}/..
sudo apt-get install --yes libssl-dev
git clone https://gitlab.kitware.com/cmake/cmake.git
cd cmake
./bootstrap --prefix=/usr/local
make -j4
make install
make clean
cd ${ZYNTHIAN_PLUGINS_SRC_DIR}
I am not very comfortable with Linux code. And I’m afraid to mess around and corrupt my installation of zynthian. @C0d3man , if I enter these lines of code into the web terminal, would I have this plugin running?
I have never done this before.
Is it better that I wait until this plugin is integrated by default? like i said i’m afraid i’ll corrupt my zynthian and have issues with the next updates.
Sorry for those noob questions!
The CHOW PHASER also looks very interesting, as well as ROBOVERB plugin that I found yesterday.
This reverb is really incredible, it gives you a metallic reverb, very accurate for the drums!
Cod3man, would it be possible to make a recipe for these plugins too?
Normally: yes. Currently: no. There is a problem when compiling the plugin. It seems that there are some compiling problems.
Yes, I think so. The plugins are based on JUCE and cmake. Unfortunately I have little experience with both environments. It may take some time to get it running…
No problem at all!
Probably yes, when I have solved the basic problem that brings the current error.
Sorry to necro this thread…did anyone actually manage to compile AnalogTapeModel are arm64? If so, would you be able to send me a copy of the compiled plugin?
I would like to wish you all very good vibes and tons of enjoyment for this new year 2026
To contribute a little bit, i’ve built all the 4 plugins commented above and they are now available for Vangelis and Oram (staging). Simply update and enjoy!
Just wanted to try these and saw they were not on my Zynthian. I checked here and saw they were included. I checked my engine_config and saw they were not. But it seems recent updates did at least something with my file (adding EOL). Is it probably because I backup and restored my old configuration when reinstalling my zynthian recently?
Du you, @jofemodo, think I can fix it by just replacing my engine_config.json with the upstream one?
P.S. I just compared my local engine config to the main one:
Missing locally:
JV/Chaos Engine
All four CHOW plugins
JV/JE8086
JV/Mutated Sequences
JV/Roboverb
JV/Wavetable
Having additionally locally:
MI Braids, Marbles, Plaits
I have no idea why the update system didn’t get these.
This will run all available update recipes. Please, ensure good connectivity. Avoid WIFI.
But i’m not sure about the result. It could solve everything or totally break your current image.
I’m quite confident most update recipes can be executed several times without causing issues, but i didn’t test every single update recipe to verify this.
I just performed the recipes of the plugins I missed (Chow, TUS). Performing specific ones was more secure for me. Would your suggeted way would perform the prebuild or the compilation install scripts?