event-list

Event lists with relative or absolute time stamps

http://code.haskell.org/~thielema/event-list/

Version on this page:0.1.1.3
LTS Haskell 22.13:0.1.3
Stackage Nightly 2024-03-14:0.1.3
Latest on Hackage:0.1.3

See all snapshots event-list appears in

LicenseRef-GPL licensed and maintained by Henning Thielemann
This version can be pinned in stack with:event-list-0.1.1.3@sha256:e7a6e819c60997c6cc634a777910899bb82f9e2596eecb2ebc52018d9b967522,3032
Used by 2 packages in nightly-2017-10-28(full list with versions):

These lists manage events that are associated with times. Times may be given as difference between successive events or as absolute time values. Pauses before the first and after the last event are supported. The underlying data structures are lists of elements of alternating types, that is [b,a,b,...,a,b] or [a,b,a,...,a,b]. The data structures can be used to represent MIDI files, OpenSoundControl message streams, music performances etc.