| Portability | non-portable (TF,GNTD) |
|---|---|
| Stability | experimental |
| Maintainer | hans@hanshoglund.se |
| Safe Haskell | None |
Music.Time.Stretchable
Description
- class Stretchable s where
Documentation
class Stretchable s whereSource
Stretchable values.
Methods
stretch :: Duration s -> s a -> s aSource
Stretch (augment) a value by the given factor.
Duration -> Score a -> Score a
Instances
| Stretchable Track | |
| Stretchable Voice | |
| Stretchable Score | |
| (Stretchable a, ~ * t (Time a)) => Stretchable (AddOffset t a) |