fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Rendering multiple Synthesizers to a single WAV-File


From: Tom M.
Subject: Re: [fluid-dev] Rendering multiple Synthesizers to a single WAV-File
Date: Sun, 15 Jan 2023 12:40:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

1. No. Every synth must be driven by exactly one synth-thread. Whether this 
synth-thread is an audio driver or your app calling one of the rendering 
functions, doesn't matter.

2. As per MIDI standard, the reverb-send-level is initialized to zero. So by default, there 
is no reverb until someone or something sends a CC91 with any value >0. It doesn't matter 
"how" you deliver this event to the synth. You can make a direct call to 
fluid_synth_cc if you want.

3. No, sry. You'll have to write your own player that handles the cross-fading.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]