Re: [fluid-dev] block diagram

2024-12-26 Thread Freeman Gilmore
Is there any place where this block diagram is explained? Thank you, ƒg On Mon, Oct 21, 2024 at 12:12 PM Tom M. wrote: > To my knowledge, this PowerPoint created by JJC is the most detailed one > we have: > https://github.com/FluidSynth/fluidsynth/blob/master/doc/FluidMixer.ppt > > Tom > _

[fluid-dev] block diagram

2024-10-20 Thread Freeman Gilmore
Is there a detailed block diagram and/or flow chart of FluidSynth? Thank you, fg ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] IIR low pass filter

2024-05-22 Thread Freeman Gilmore
Thanks Tom: I printed the wikipeda to study, that will help a lot What I was thinking was that the IIR would be less likely to be used than the default low pass filter by an organ fonts;. From what you said that may not be true Thank you for your help *fg* On Wed, May 22, 2024 at 2:13 PM Tom M.

[fluid-dev] IIR low pass filter

2024-05-22 Thread Freeman Gilmore
I would like to use the low pass IIR channel.I found API, Efect – iiR Filter: fluid_iir_filter_type {FLID_IIR_DISABLED = 0, FLUUID_IIR_LOWPASS}. And fluid_synth_set_custom_filter() …. Things not mentioned. Channel number, cut off frequency and what is “int” Main thing is turning the filter o

[fluid-dev] channel filter

2024-05-06 Thread Freeman Gilmore
Can the cut off frequency of the channel built in high or low pass filter be programmed to be manipulated by midi? On Sat, May 4, 2024 at 3:11 PM Freeman Gilmore wrote: > I would like to add a low or high pass channel filter that I can control > by midi. It is not listed as a feather

[fluid-dev] channel filter

2024-05-04 Thread Freeman Gilmore
I would like to add a low or high pass channel filter that I can control by midi. It is not listed as a feather but it is listed as a in the library functions, Synthesizer, Effect - IIR Filter.. I do not want to disable the synthesizer of its fonction if it is used for sound fonts.Also i coul