tidal-1.9.5: Pattern language for improvised music
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Tidal.Tempo

Synopsis

Documentation

data State Source #

Constructors

State 

Fields

Instances

Instances details
Show State Source # 
Instance details

Defined in Sound.Tidal.Tempo

Methods

showsPrec :: Int -> State -> ShowS #

show :: State -> String #

showList :: [State] -> ShowS #

setCycle :: Time -> MVar [TempoAction] -> IO () Source #

Start cycles from the given cycle number.

setCycle 5
d1 $ n "6 2 0 8" # s "east"

Orphan instances

Show Udp Source # 
Instance details

Methods

showsPrec :: Int -> Udp -> ShowS #

show :: Udp -> String #

showList :: [Udp] -> ShowS #