On Thu, Feb 23, 2023 at 07:09:51PM +0100, Jeanette C. wrote:
Hey hey,
how is a logarithmic curve usually programmed in a DAW or sequencer? Do you
scale the values of (log1) to log(2) to the desired range and stretch it
over time? Do you ajudst steepness by either using more less of the log
function or changing both values like log(20) to log(21)?
If this relates to audio amplitude or frequency you might need
log10(), not log() in C or C++.
John