./update_zynthian.sh now works without error and a lot of new plugins are now available. Thank you for the Fix!
infamous.sh however runs but returns up-to-date without installing anything. I checked modgui and the infamous plugins are not in the list.
I noticed modgui does load longer and crashed once during the test. i guess more plugings = more loading time. I will test more and report back if I can nail nomething down.
cd /zynthian/zynthian-recipe/recipe
sh infamous.sh build
This should build the software. Normaly the script only builds when there was a checkout or a successful pull. With the ābuildā option you force a build and install.
Yes - loading all information takes much longer when loading mod-ui. Turlte (TTL) is a little bit complex to parse (IMHO) and there are lots of files to look at. We shoould think about a plugin-manager so the user can decide which and how much plugins should be installed.
I had the crashing of mod-ui, too. It seems to be better to reboot after installing/updating plugins. Also it is possible that there were plugins (or TTL data) which may crash mod-uiā¦
@C0d3man
Hi Holger! I wish you a lot of fun playing the gigs!
Your Hint was correct, after installing
apt-get install libx11-dev libxinerama-dev
It was possible to use
sh helm.sh build
and the installation went well. Helm is indeed a nice Synthesizer - It is real rich sounding and fun to play with. Plenty of presets are also delivered together with the Synth
I found two additional problems in shiro and mod-pitchshifter in my scripts and fixed them. Now I have the same directories as you - but only 590 plugins listed. Can you create a lv2ls output for me - this is a command whicht lists the URLs of each plugin. I think that I am missing three plugins inside a bundle - but with the current data I cannot exactly see which plugins are missing.
Thanks, Holger
P.S.: lv2ls is a command like the normal ls, but lists LV2 plugins which can be found via the environment variable $LV2_PATH. In combination with lv2info it can tell you very much about the LV2 plugins you have installed.
Hi all:
Dev of infamous plugins and maintainer of rackarrack-lv2 ports too.
I just want to say its great to see you using my plugins! Hope you are enjoying them.
infamous plugins are my main focus and Iām slowly adding modguis to them. Currently the modguis are only in the dev branch. Iām in the middle of a major UI overhaul (and it will probably be some time still) and once that is complete I will move the current state of affairs to master and do a release.
rkr-lv2 really is in need of some attention and a lot of testing so please report any specific problems you find. I just donāt have time to give 42 effects a good shakedown. Like I mention Iām currently focused on infamous and will probably not get to these for quite some time, but once I do having the bug reports will help a ton.
Finally I want to point you to ams-lv2 (https://github.com/blablack/ams-lv2). MOD-host has full support for the CV ports so it should get you guys some modular synth action going.
Iād heard of the zynthian project but didnāt realize how flexible it was. I might have to pick up a kitā¦
p.s. helm had their 0.9 release recently and its supposed to support a headless mode now which may be more useful to you than the plugin versionā¦ Its definitely one of my favorite linux synths though.
Welcome to Zynthian community!
Infamous plugins will be included by default in the next official Zynthian image. Great work!
AMS is already included as LV2 plugins, although iāve removed 2 or 3 that didnāt work. Iāve to do more tests with it ā¦
Helm seems really interesting and i will test it ASAP. Thanks!
It could be integrated in Zynthian as LV2 plugin with very little work. A standalone custom integration could be done also, but itās not so easy.