haskell-synthesizer-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Synthesizer.Modifiers.Ceiling

Synopsis

Documentation

ceiling :: Double -> SoundEvent -> SoundEvent Source #

Apply some ceiling to the SoundEvent. This means that the samples generated by the SoundEvent cannot go higher than the max.

floor :: Double -> SoundEvent -> SoundEvent Source #

Apply some floor to the SoundEvent. This means that the samples generated by the SoundEvent cannot go lower than the min.