2020-11-14 12:26:05 +00:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\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"
|
2020-11-14 12:26:05 +00:00
|
|
|
|
|
|
|
*/
|