haskore-0.2.0.8: The Haskore Computer Music System

Safe HaskellSafe
LanguageHaskell2010

Haskore.Example.Detail

Description

Create chord patterns with controlable level of details.

Synopsis

Documentation

levels :: [[T]] Source

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

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

randomR wrapped in a State monad.

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