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

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

Music.Score.Convert

Description

Provides conversion betwen temporal container.

Warning This module will be removed soon.

Synopsis

Documentation

voiceToScore :: Voice a -> Score aSource

Deprecated:

Convert a voice to a score.

voiceToScore' :: Voice (Maybe a) -> Score aSource

Deprecated:

Convert a voice which may contain rests to a score.

scoreToVoice :: Transformable a => Score a -> Voice (Maybe a)Source

Deprecated:

Convert a score to a voice. Fails if the score contain overlapping events.

reactiveToVoice' :: Span -> Reactive a -> Voice aSource

Deprecated: