vivid-0.3.0.2: Sound synthesis with SuperCollider

Safe HaskellNone
LanguageHaskell98
Extensions
  • DataKinds
  • FlexibleContexts
  • ExistentialQuantification
  • KindSignatures
  • ExplicitForAll

Vivid.Envelopes

Description

Envelopes. **This module is the least mature in vivid and is likely to change a lot in the future!**

Synopsis

Documentation

data EnvCurve #

Instances
Eq EnvCurve # 
Instance details

Defined in Vivid.Envelopes

Show EnvCurve # 
Instance details

Defined in Vivid.Envelopes

shapeNumber :: EnvCurve -> Float #

Same as "Env.shapeNumber" in SC.

This is useful if you want to set a the env shape of a running synth

curveNumber :: EnvCurve -> Float #

"shapeNumber" with a name I like better