Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type TransitionMapper = Time -> [ControlPattern] -> ControlPattern Source #
data TempoAction Source #
data ActionHandler Source #
ActionHandler | |
|
data LinkOperations Source #
LinkOperations | |
|
timeToCycles' :: Config -> SessionState -> Micros -> IO Time Source #
cyclesToTime :: Config -> SessionState -> Time -> IO Micros Source #
clocked :: Config -> MVar ValueMap -> MVar PlayMap -> MVar [TempoAction] -> ActionHandler -> AbletonLink -> IO [ThreadId] Source #