vivid-0.5.1.0: Sound synthesis with SuperCollider
Safe HaskellNone
LanguageHaskell2010
Extensions
  • DataKinds
  • FlexibleContexts
  • ExistentialQuantification
  • KindSignatures
  • ExplicitForAll
  • LambdaCase

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 Source #

Instances

Instances details
Eq EnvCurve Source # 
Instance details

Defined in Vivid.Envelopes

Show EnvCurve Source # 
Instance details

Defined in Vivid.Envelopes

data EnvSegment Source #

Instances

Instances details
Eq EnvSegment Source # 
Instance details

Defined in Vivid.Envelopes

Show EnvSegment Source # 
Instance details

Defined in Vivid.Envelopes

shapeNumber :: EnvCurve -> Float Source #

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 Source #

"shapeNumber" with a name I like better