vivid-0.3.0.2: Sound synthesis with SuperCollider

Safe HaskellNone
LanguageHaskell98

Vivid.UGens.Random

Description

For if you want a SynthDef where each Synth instance has a new random number.

Creates a random value between "lo" and "hi". The value never changes in the synth.

These compute at IR

Documentation

expRand :: Args '[] '["lo", "hi"] a => a -> SDBody a Signal Source #

linRand :: Args '[] '["lo", "hi", "minmax"] a => a -> SDBody a Signal Source #

rand :: Args '[] '["lo", "hi"] a => a -> SDBody a Signal Source #