tidal-1.6.1: Pattern language for improvised music

Safe HaskellSafe
LanguageHaskell2010

Sound.Tidal.Show

Contents

Synopsis

Documentation

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

A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

draw :: Pattern Char -> Render Source #

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

Orphan instances

Show ControlMap Source # 
Instance details

Show Value Source # 
Instance details

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

Show Context Source # 
Instance details

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 #