Copyright | (c) Hans Hoglund 2012-2014 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | non-portable (TF,GNTD) |
Safe Haskell | None |
Language | Haskell2010 |
Provides miscellaneous conversions.
- scoreToVoice :: Transformable a => Score a -> Voice (Maybe a)
- reactiveToVoice' :: Span -> Reactive a -> Voice a
Documentation
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 a Source
Deprecated: