music-score-1.3.1: Musical score and part representation.

Portabilitynon-portable (TF,GNTD)
Stabilityexperimental
Maintainerhans@hanshoglund.se
Safe HaskellNone

Music.Score.Zip

Contents

Description

Provides zippers over scores.

Synopsis

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.

applySingle :: Voice (Score a -> Score b) -> Score a -> Score bSource

Apply a time-varying function to all events in score.

snapshotSingle :: Score a -> Score b -> Score (a, Score b)Source

Get all notes that start during a given note.