synthesizer-dimensional-0.7.0.2: Audio signal processing with static physical dimensions

Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Safe HaskellNone

Synthesizer.Dimensional.Amplitude.Control

Contents

Description

Control curves which can be used as envelopes, for controlling filter parameters and so on.

Synopsis

Primitives

constantSource

Arguments

:: (C y, C u) 
=> T u y

value

-> R s u y y 

constantVectorSource

Arguments

:: T u y

amplitude

-> yv

value

-> R s u y yv 

The amplitude must be positive! This is not checked.