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

Sound.Tidal.Tempo

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

data LinkOperations Source #

Constructors

LinkOperations 

Fields

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

setNudge :: MVar [TempoAction] -> Double -> IO () Source #

addMicrosToOsc :: Micros -> Time -> Time Source #

clocked :: Config -> MVar ValueMap -> MVar PlayMap -> MVar [TempoAction] -> ActionHandler -> AbletonLink -> IO [ThreadId] Source #

Orphan instances

Show UDP Source # 
Instance details

Methods

showsPrec :: Int -> UDP -> ShowS

show :: UDP -> String #

showList :: [UDP] -> ShowS