synthesizer-core-0.2: Audio signal processing coded in Haskell: Low level partSource codeContentsIndex
Synthesizer.Utility
Contents
arithmetic
Synopsis
common :: Eq a => String -> a -> a -> a
fwrap :: C a => (a, a) -> a -> a
fmod :: C a => a -> a -> a
fmodAlt :: C a => a -> a -> a
propFMod :: C a => a -> a -> Bool
affineComb :: C t y => t -> (y, y) -> y
balanceLevel :: C y => y -> [y] -> [y]
randomRsBalanced :: (RandomGen g, Random y, C y) => g -> Int -> y -> y -> [y]
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
Produced by Haddock version 2.4.2