fluidsynth/src/synth
Marcus Weseloh e77e702b16 Add support for run_adding mode of plugins and in-place rendering
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.
2017-11-07 23:49:57 +01:00
..
fluid_chan.c Merge branch 'poly-pressure' of https://github.com/mawe42/fluidsynth into mawe42-poly-pressure 2017-09-10 13:59:07 +02:00
fluid_chan.h Merge branch 'poly-pressure' of https://github.com/mawe42/fluidsynth into mawe42-poly-pressure 2017-09-10 13:59:07 +02:00
fluid_event.c replace NEXT_RELEASE with 2.0.0 2017-10-30 19:26:40 +01:00
fluid_event_priv.h remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluid_gen.c Made fluid_gen_info[] static 2017-10-21 16:41:03 +02:00
fluid_gen.h cleanup public generator API 2017-09-22 11:45:06 +02:00
fluid_mod.c move struct _fluid_mod_t to private header 2017-09-21 10:52:48 +02:00
fluid_mod.h move struct _fluid_mod_t to private header 2017-09-21 10:52:48 +02:00
fluid_synth.c Add support for run_adding mode of plugins and in-place rendering 2017-11-07 23:49:57 +01:00
fluid_synth.h dont use atomics for chorus_ and reverb_ params 2017-10-25 15:10:11 +02:00
fluid_tuning.c add typedef for atomics 2017-10-25 14:38:39 +02:00
fluid_tuning.h add typedef for atomics 2017-10-25 14:38:39 +02:00
fluid_voice.c Merge pull request #251 from FluidSynth/polish 2017-10-27 22:27:01 +02:00
fluid_voice.h Revert "'mod_count' of struct fluid_voice_t should be an unsigned type." 2017-10-25 17:41:56 +02:00