tidal-0.9.9: Pattern language for improvised music

Safe HaskellNone
LanguageHaskell2010

Sound.Tidal.Tempo

Documentation

data Tempo #

Constructors

Tempo 

Instances

data ServerMode #

Constructors

Master 
Slave UDP 

sendTempo :: [Connection] -> Tempo -> IO () #

cpsUtils' :: IO (Double -> IO (), Double -> IO (), IO Rational) #

cpsSetter :: IO (Double -> IO ()) #

clocked :: (Tempo -> Int -> IO ()) -> IO () #

clockedTick :: Int -> (Tempo -> Int -> IO ()) -> IO () #