The current version of Haskore only respects the Tempo change when computing the duration of a music. But it ignores phrases like ritardando. It would be difficult to respect these phrases, because they depend on the player. Even more, they are only considered when linearizing the music (what is called "performance"). It would be inconvenient to pass a 'Context' to 'dur' or 'take' and other time related commands. I'm thinking about resolving temporal effects within the hierarchical Music structure, that is before switching to the linear Performance structure.
_______________________________________________
haskell-art mailing list
haskell-art@lists.lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to