haskore-realtime-0.0.2: Routines for realtime playback of Haskore songsSource codeContentsIndex
Haskore.RealTime.EventList.TimeTime
Description
Apply actions to event lists (starting with time, ending with time) at given times.
Documentation
T (Cons, decons)
mapBody
mapTime
mapM
mapM_
empty
pause
merge
insert
decreaseStart
delay
filter
foldr
viewTimeL
viewBodyL
viewTimeR
viewBodyR
cons
consBody
consTime
snoc
snocBody
snocTime
mapTimeL
mapTimeHead
mapTimeTail
mapBodyL
mapBodyHead
mapBodyTail
mapTimeR
mapTimeLast
mapTimeInit
mapBodyR
mapBodyLast
mapBodyInit
catMaybes
append
concat
concatNaive
resample
toAbsoluteEventList
run :: (RealFrac time, MonadIO io) => T -> (body -> io a) -> T time body -> io [a]Source
runTimeStamp :: (RealFrac time, MonadIO io) => T -> (time -> body -> io a) -> T time body -> io [a]Source
runTimeStampGrouped :: (RealFrac time, MonadIO io) => T -> (time -> [body] -> io a) -> T time body -> io [a]Source
runRelative :: (C time, RealFrac time, MonadIO io) => T -> (body -> io a) -> T time body -> io [a]Source
collectCoincident
flatten
mapCoincident
Produced by Haddock version 2.4.2