hsc3-0.13: Haskell SuperCollider

Safe HaskellSafe-Inferred

Sound.SC3.UGen.Envelope.Interpolate

Description

Interpolation function for envelope segments. Each function takes three arguments, x0 is the left or begin value, x1 is the right or end value, and t is a (0,1) index.

Documentation

type Interpolation_F t = t -> t -> t -> tSource