Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Ctx : sig ... end
module Raw : sig ... end
val const : 'a -> 'a t
val silence : float t
val never : bool t
The function f(x) = exp(k * (x - a)) - b ...where a and b are chosen so that f(0) = 0 and f(1) = 1. The k parameter controls how sharp the curve is. It approaches a linear function as k approaches 0. k = 0 is special cased as a linear function for convenience.
Takes a signal assumed to be in the range -1..1 and shifts and scales it to be in the range 0..1
module Trigger : sig ... end
module Gate : sig ... end