Open trebmuh opened 7 years ago
The LV2 and VST2 versions will work, if you set DISTRHO_PLUGIN_USES_MODGUI
to 0 in each DistrhoPluginInfo.h
file. Then they'll only have a generic UI. The necessary files for the MOD UI don't seem to be included in the repo anyway.
Thanks @SpotlightKid !
@trebmuh: you're welcome. See also https://aur.archlinux.org/packages/shiro-plugins-git/
Nice. I've got them in LibraZiK too.
Hi, I've build the shiro plugins today (the 5 : Shiroverb, Modulay, Pitchotto, Harmless, and Larynx) on Debian Jessie (up-to-date). They are working as LADSPA using ghostess as host. The LV2 version are not working at all and are crashing when launched through jalv. The stand alone ones (installed with this patch : https://github.com/ninodewit/SHIRO-Plugins/pull/3 ) are launching from the CLI, appearing in Catia, sounds working when I put some audio through, but there is no GUI at all so I can't tweak the presets.
I can imagine that they've been done with the MOD in mind but, I for one would be very happy to have a minimal interface for those. Would that be something you can do?
Or maybe I'm missing a build dependencies? Possible, I'm not an expert. I know I've got those packages installed :
libjack-jackd2-dev
,libgl1-mesa-dev
,libglu1-mesa-dev
,liblo-dev
,libx11-dev
,libxext-dev
, andlv2-dev
. Would I need to add something, please tell me.