Am 29.10.21 um 19:31 schrieb Ichthyostega:
Right now, personally I am leaning towards Option-4

Hi Will,
Hi Kristian,

...and thus I have implemented this variant on top of my "power"-branch.
https://github.com/Ichthyostega/yoshimi/compare/power

- the optional usage of exp10f() is removed
- now using a common front-end function for dB-Factors

Usage example (see ADnote):

powf(0.1f, 3.0f * (1.0f - adpars->VoicePar[nvoice].PVolume / 127.0f))

now becomes...

decibel<-60>(1.0f - adpars->VoicePar[nvoice].PVolume / 127.0f)



_______________________________________________
Yoshimi-devel mailing list
Yoshimi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/yoshimi-devel

Reply via email to