>And since MAX_SAMPLES is 4096

 

#define MAX_SAMPLES_LN2 12
#define MAX_SAMPLES (1 << (MAX_SAMPLES_LN2-1)) // MAX_SAMPLES = 2048 !

jjc

 

 

 

> Message du 05/10/18 18:09
> De : "Tom M." 
> A : "Ceresa Jean-Jacques" 
> Copie à : b...@gonzos.net, "FluidSynthmailinglist" 
> Objet : Re: [fluid-dev] V2 Chorus/reverb parameter ranges
> 
> > upper depth limit (ms) = (MAX_SAMPLES * 1000) / lower sample rate limit = 
> > 92 ms
> 
> Right. But actually the lower sample rate limit is 8000 Hz (another mistake 
> in fluidsettings doc). And since MAX_SAMPLES is 4096, I'll set the upper 
> depth limit to 512 ms.
> 
> Tom
> 
> 
> 
>
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to