Euterpea-1.0.0: Library for computer music research and education

Safe HaskellNone

Euterpea.Examples.RandomMusic

Documentation

sGen :: StdGenSource

randInts :: StdGen -> [Int]Source

randFloats :: [Float]Source

randIntegers :: [Integer]Source

randIO :: IO FloatSource

randIO' :: IO ()Source

m3 :: Float -> Music PitchSource

m4 :: Float -> Float -> Music PitchSource

m5 :: Float -> Music PitchSource

m6 :: Float -> Music PitchSource

m2' :: FloatSource

m5' :: (Floating a, Random a) => a -> aSource

m6' :: (Eq a, Floating a, Random a) => a -> aSource

mc :: [Pitch] -> Int -> Music PitchSource

mcm :: [[Pitch]] -> Int -> Music PitchSource

lc :: Ord a => [a] -> Int -> [a]Source

lcl :: Ord a => [[a]] -> Int -> Int -> [a]Source