






Add your own SynthMaker math helpers and whatnots here (.osm format please). Don’t put it all here on the main page.
Poor's man Pseudo Random Mono Stream() Pretty basic and very Pseudo Mono random Generator
Tanh() Approximation Approximation to tanh() by taylor series in -1..1 interval
Fast Power This module gives an approximation of x = pow(a,b) normally a very expensive operation. This is quite a rough approximation, but may have some uses.
Ranged Log Conversion Converts a linear number in the 0..1 range to a logarithmic scale with a user defined (positive) range.
exp(x) Computes the aproximate exponent of (x).