Blame doc/shared_plugins.html

Packit Service 1860c8

Shared Plugins

Packit Service 1860c8
Packit Service 1860c8

Plugins may be used by a range of different hosts. However, the

Packit Service 1860c8
host needs to be able to find the plugins. Hosts vary, however the
Packit Service 1860c8
recommended method uses the environment variable
Packit Service 1860c8
LADSPA_PATH. If present, this should contain a
Packit Service 1860c8
colon-separated path indicating directories that should be searched
Packit Service 1860c8
(in order) when loading plugin types.

Packit Service 1860c8
Packit Service 1860c8

It is recommended for standard Linux distributions such as RedHat,

Packit Service 1860c8
that this plugin path should be
Packit Service 1860c8
/home/<user>/.ladspa:/usr/local/lib/ladspa:/usr/lib/ladspa.
Packit Service 1860c8
Plugins can then be installed into /usr/local/lib/ladspa/
Packit Service 1860c8
or /usr/lib/ladspa/.

Packit Service 1860c8
Packit Service 1860c8

You may wish to add a line such as the following to your

Packit Service 1860c8
.bash_profile login file (if you use Bash): export
Packit Service 1860c8
LADSPA_PATH=$LADSPA_PATH:/home/<user>/.ladspa:/usr/local/lib/ladspa:/usr/lib/ladspa

Packit Service 1860c8
Packit Service 1860c8

To list the plugins that can be found on your

Packit Service 1860c8
LADSPA_PATH, run the listplugins
Packit Service 1860c8
program.