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

Sound.Tidal.Tempo

Synopsis

Documentation

data Tempo Source #

Constructors

Tempo 

Instances

Instances details
Show Tempo Source # 
Instance details

Defined in Sound.Tidal.Tempo

Eq Tempo Source # 
Instance details

Defined in Sound.Tidal.Tempo

Methods

(==) :: Tempo -> Tempo -> Bool Source #

(/=) :: Tempo -> Tempo -> Bool Source #

data State Source #

Constructors

State 

Fields

Instances

Instances details
Show State Source # 
Instance details

Defined in Sound.Tidal.Tempo

timeToCycles :: Tempo -> Time -> Rational Source #

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

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

Orphan instances

Show UDP Source # 
Instance details