i have lots of sliders that use the log function, but i want to convert them to liner so they will be compatible with my midi knobs.
how do i use the [log] object to convert a linear slider's output into the same values as a similar logarithmic one?
for example:
linear slider min=0 max=100
log slider min=1 max=100
the minimum value of the log slider affects the output, so this has to be part of the equation.
funny, just yesterday i made a lin->log-conversion abstraction. see attachment
On Thu, 2007-04-05 at 20:47 +0900, hard off wrote:
i have lots of sliders that use the log function, but i want to convert them to liner so they will be compatible with my midi knobs.
how do i use the [log] object to convert a linear slider's output into the same values as a similar logarithmic one?
is that, what you are looking for?
roman