fluidsynth/doc/usage/multi_channel.txt

16 lines
530 B
Plaintext
Raw Normal View History

/*!
\page Multi-channel Multi-channel audio rendering
FluidSynth is capable of rendering all audio and all effects from all MIDI
channels to separate stereo buffers. Refer to the documentation of
fluid_synth_process() and review the different use-cases in the example file
for information on how to do that: \ref fluidsynth_process.c
The following chart illustrates how the voices (produced by MIDI NoteOns) are
dispatched or mapped to their dry/effects audio buffers.
2020-11-14 20:16:23 +00:00
\image html fluid_mixer.svg "FluidSynth Mixer Chart"
*/