simple way to invert pow curve
Max Patch
Copy patch and select New From Clipboard in Max.
Hi
I've built a simple patch to generate exponential/logarithmic scaling of input-output. Given that my maths expertise
Brendan
Max Patch
Copy patch and select New From Clipboard in Max.
something like this ?
Hey thanks
so the core of this example is that [pow] will accept arguments
Brendan
it's two different solutions
inverting the result of pow with !- 1 before and after it
use < 1 pow
it gives slightly different results.