simple way to invert pow curve

brendan mccloskey's icon
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

bertrandfraysse's icon
Max Patch
Copy patch and select New From Clipboard in Max.

something like this ?

brendan mccloskey's icon

Hey thanks

so the core of this example is that [pow] will accept arguments

Brendan

bertrandfraysse's icon

it's two different solutions
inverting the result of pow with !- 1 before and after it
use < 1 pow

it gives slightly different results.