Adjust LADSPA doc as LADSPA is now compiled by default if available

This commit is contained in:
Marcus Weseloh 2017-11-10 19:04:38 +01:00
parent 3eca83a887
commit 633b4f00db
1 changed files with 2 additions and 5 deletions

View File

@ -8,11 +8,8 @@ of LADSPA plugins.
To configure and compile FluidSynth with LADSPA support, make sure you have the
LADSPA SDK installed (or at least the ladspa.h header file available in an
include path). Then enable LADSPA when calling cmake:
cmake -Denable-ladspa=1 <path-to-source>
You should see `LADSPA support: yes` in the cmake output.
include path). Then compile FluidSynth in the usual way. You should see
`LADSPA support: yes` in the cmake output.
To enable the LADSPA engine, use the `synth.ladspa.active` setting when
starting FluidSynth: