Wave folding ?
Hi there,
i was wondering if someone could help me to achieve some very basic wave folding. I don't know the math to 'invert' a part of a waveform aove a threshold.
Thanks !
Check out the [pong~] object. It's quite easy to do that with this object.
thank you !
i'm still interested in the maths just for fun !
[-~ n] [*~ -1.] [+~ n] for all values above n
[+~ n] [*~ -1.] [-~ n] for all values below -n
use [gate~ 3], [>=~ n], and [
-110
Many thanks !!
How do I send a waveform of varying amplitude through this expression in Max/msp?
2*asin(sin(x*(pi/2)))/pi
Is it a stupid question?
if you dont want to use some third party expr~ object, which is recommended, it would be
[*~ 1.57079632679]
[sin~]
[asin~]
[/~ 1.57079632679]
@ROMAN THILENIUS what third party expr~ object would you recommend?
if there still is one for max 7 / 64 then it is the one on the percolate package
Thanks for the heads up :)
gen~ to the rescue; no third party objects needed.