Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synthesizer.Modifiers.Ceiling
Synopsis
- ceiling :: Double -> SoundEvent -> SoundEvent
- floor :: Double -> SoundEvent -> SoundEvent
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.