Am 25.08.25 um 16:12 schrieb Jeanette C.:
Hello Hermann,
many thanks for the new release. I have two questions regarding work
on the console.
AFAIK you dropped LADSPA support. At least there were issues building
the LADSPA plugins. Would it be possible - and reasonable - to fix the
LADSPA issues?
On a related matter: in the list of new features you mentioned that
the LV2 plugins can be compiled headless. I assume you mean without
specific GUIs. I know that just by using the control ports you can't
freely load files. So those plugins aside, do you know how well the
other plugins would run on the commandline?
Best wishes,
Jeanette
Hi Jeanette
Yes, you could build all guitarix LV2 plugins headless, the command to
do so is:
cd trunk/
./waf configure --prefix=/usrĀ --includeresampler --includeconvolver
--optimization --no-standalone --no-lv2-gui
./waf build
sudo ./waf install
The plugins forwarding all there control ports to the host, so, it
depend on the host if you could use them this way, but, usually this way
there is no difference as if you using the old ladspa plugs.
Non of this plugs require file loading, but, on LV2 there is usually no
problem to forward a control port which require a file path parameter to
the host and versa-vi, when the plug using atom ports for that.
regards
hermann