tidal-1.6.1: Pattern language for improvised music

Safe HaskellSafe
LanguageHaskell2010

Sound.Tidal.Show

Contents

Documentation

show :: Show a => a -> String #

showAll :: Show a => Arc -> Pattern a -> String Source #

draw :: Pattern Char -> Render Source #

drawLine :: Pattern Char -> Render Source #

drawLineSz :: Int -> Pattern Char -> Render Source #

Orphan instances

Show ControlMap Source # 
Instance details

Methods

showsPrec :: Int -> ControlMap -> ShowS

show :: ControlMap -> String #

showList :: [ControlMap] -> ShowS

Show Value Source # 
Instance details

Methods

showsPrec :: Int -> Value -> ShowS

show :: Value -> String #

showList :: [Value] -> ShowS

Show Context Source # 
Instance details

Methods

showsPrec :: Int -> Context -> ShowS

show :: Context -> String #

showList :: [Context] -> ShowS

Show Arc Source # 
Instance details

Methods

showsPrec :: Int -> Arc -> ShowS

show :: Arc -> String #

showList :: [Arc] -> ShowS

Show a => Show (Pattern a) Source # 
Instance details

Methods

showsPrec :: Int -> Pattern a -> ShowS

show :: Pattern a -> String #

showList :: [Pattern a] -> ShowS

Show a => Show (Event a) Source # 
Instance details

Methods

showsPrec :: Int -> Event a -> ShowS

show :: Event a -> String #

showList :: [Event a] -> ShowS