| Portability | non-portable (TF,GNTD) |
|---|---|
| Stability | experimental |
| Maintainer | hans@hanshoglund.se |
| Safe Haskell | None |
Music.Score.Zip
Contents
Description
Provides zippers over scores.
Zipper
apply :: HasPart' a => Voice (Score a -> Score b) -> Score a -> Score bSource
Apply a time-varying function to all events in score.
snapshot :: HasPart' a => Score b -> Score a -> Score (b, Score a)Source
Get all notes that start during a given note.