haskore-0.2.0.6: The Haskore Computer Music System

Safe HaskellSafe-Inferred
LanguageHaskell2010

Haskore.Basic.Duration

Synopsis

Documentation

type T = Dur Source

type Ratio = T Source

(%+) :: Integer -> Integer -> T infixl 7 Source

scale :: Ratio -> T -> T Source

add :: Offset -> T -> T Source

gcd :: T -> T -> T Source

toString :: T -> String Source

Converts 1%4 to "qn" and so on.