|
From: | Ceresa Jean-Jacques |
Subject: | Re: [fluid-dev] SoundFont exclusiveClass |
Date: | Tue, 13 Sep 2016 19:07:54 +0200 (CEST) |
Hello Dan
> Is that consistent with the diagram in the spec (version 2.04, section 9.1.8)?
Yes, fluidsynth dsp is consistent with the diagram in the spec. The implementation is slightly adapted, but the result is the same.
On the attached file soundfont_dsp.jpg you see the diagram from the spec.
On the attached file fluidsynth_dsp.jpg you see the real implementation. The only difference is that the 'Amplifier' is connected to the Filter input.
The reason is that 'volume envelope', 'lfo' and 'ampitude' are the first 'things' computed, and if the resulting amplitude level is below a 'low level',
that means that the output will be near 0, so it is not necessary to compute the others dsp function (oscillator & filter).
regards
jjc
soundfont_dsp.jpg
Description: JPEG image
fluidsynth_dsp.jpg
Description: JPEG image
[Prev in Thread] | Current Thread | [Next in Thread] |