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

data LinkOperations Source #

Constructors

LinkOperations 

Fields

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

Start cycles from the given cycle number.

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

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