ninodewit / SHIRO-Plugins

Collection of SHIRO Plugins for the MOD Duo made in MAX Gen~
GNU General Public License v3.0
23 stars 6 forks source link

LADSPA version are working, but not others #4

Open trebmuh opened 7 years ago

trebmuh commented 7 years ago

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, and lv2-dev. Would I need to add something, please tell me.

SpotlightKid commented 4 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.

trebmuh commented 4 years ago

Thanks @SpotlightKid !

SpotlightKid commented 4 years ago

@trebmuh: you're welcome. See also https://aur.archlinux.org/packages/shiro-plugins-git/

trebmuh commented 4 years ago

Nice. I've got them in LibraZiK too.