mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-03 07:51:45 +00:00
In-place rendering is implemented in such a way that there is no change in behaviour if it is enabled or not. So there's no need for a user setting. Run adding mode is a LADSPA feature that plugins can support. Using that mode, they don't replace an output buffer, but add their rendered audio to it (with a user definable gain). A very necessary feature to be able to use a LADSPA reverb in place of the internal reverb. |
||
---|---|---|
.. | ||
fluid_chan.c | ||
fluid_chan.h | ||
fluid_event.c | ||
fluid_event_priv.h | ||
fluid_gen.c | ||
fluid_gen.h | ||
fluid_mod.c | ||
fluid_mod.h | ||
fluid_synth.c | ||
fluid_synth.h | ||
fluid_tuning.c | ||
fluid_tuning.h | ||
fluid_voice.c | ||
fluid_voice.h |