haskore-0.2.0.4: The Haskore Computer Music System

Safe HaskellSafe-Inferred

Haskore.Example.Detail

Description

Create chord patterns with controlable level of details.

Synopsis

Documentation

randomItem :: RandomGen g => [a] -> State g aSource

randomRState :: RandomGen g => (Int, Int) -> State g IntSource

randomR wrapped in a State monad.

merge :: [a] -> [a] -> [a]Source