hmt-0.20: Haskell Music Theory
Safe HaskellSafe-Inferred
LanguageHaskell2010

Music.Theory.Tuning.Partch

Description

Tuning, Harry Partch

Synopsis

Documentation

orelate :: Integral i => Ratio i -> i -> Ratio i Source #

urelate :: Integral i => Ratio i -> i -> Ratio i Source #

itd_map :: [Integer] -> Map (Int, Int) Rational Source #

Incipient Tonality Diamond

itd_map [4 .. 6]

map_to_table :: t -> (Int, Int) -> Map (Int, Int) t -> [[t]] Source #

itd_tbl :: [Integer] -> [[Rational]] Source #

map_to_table of itd_map.

itd_tbl [4 .. 13]