haskore-0.2.0.6: The Haskore Computer Music System

Safe HaskellSafe-Inferred
LanguageHaskell2010

Haskore.Example.SelfSim

Documentation

data Cluster Source

Constructors

Cl SNote [Cluster] 

type Pat = [SNote] Source

type SNote = [(Absolute, Dur)] Source

addmult :: (Num a, Num b) => [(a, b)] -> [(a, b)] -> [(a, b)] Source

simFringe :: (Num a, Eq a) => a -> Pat -> [SNote] Source

fringe :: (Num a, Eq a) => a -> Cluster -> [SNote] Source

simToHask :: [[(Absolute, Dur)]] -> T () Source

sim4 :: Int -> T () Source