tidal-1.0.10: Pattern language for improvised music

Safe HaskellNone
LanguageHaskell2010

Sound.Tidal.Tempo

Synopsis

Documentation

data Tempo #

Constructors

Tempo 

data State #

Constructors

State 

Fields

timeToCycles :: Tempo -> Time -> Rational #

Returns the given time in terms of cycles relative to metrical grid of a given Tempo

clocked :: Config -> (MVar Tempo -> State -> IO ()) -> IO (MVar Tempo, [ThreadId]) #

sendTempo :: Tempo -> IO () #