mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Adjust LADSPA doc as LADSPA is now compiled by default if available
This commit is contained in:
parent
3eca83a887
commit
633b4f00db
1 changed files with 2 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue