synthesizer-core-0.5.2: Audio signal processing coded in Haskell: Low level part

Safe HaskellNone

Synthesizer.Utility

Contents

Synopsis

Documentation

common :: Eq a => String -> a -> a -> aSource

If two values are equal, then return one of them, otherwise raise an error.

arithmetic

fwrap :: C a => (a, a) -> a -> aSource

fmod :: C a => a -> a -> aSource

fmodAlt :: C a => a -> a -> aSource

propFMod :: C a => a -> a -> BoolSource

affineComb :: C t y => t -> (y, y) -> ySource

balanceLevel :: C y => y -> [y] -> [y]Source

randomRsBalanced :: (RandomGen g, Random y, C y) => g -> Int -> y -> y -> [y]Source