On Mon, 2018-07-23 at 17:58 +0200, Hoggins! wrote:
> Hello Gary,
> 
> See this : https://github.com/ElvishArtisan/rivendell/issues/210
> 
> You can replace the pow10() occurrences with pow() like this :
> 
> from :
> (jack_default_audio_sample_t)pow10((double)level/2000.0);
> 
> to :
> (jack_default_audio_sample_t)pow(10.0,(double)level/2000.0);
> 
>     Hoggins!
> 
That fixed it thanks.

Gary.


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to