cemfi / meico

A converter framework with support for MEI, MSM, MPM, MIDI, WAV, MP3, chroma, and XSLT
GNU General Public License v3.0
67 stars 12 forks source link

Default choices for variant #12

Closed axelberndt closed 6 years ago

axelberndt commented 6 years ago

Whenever MEI encodes variants meico jumps over it and leaves an empty spot. It makes no decision for any variant. It would be nice to have a method that makes some kind of default decision to have at least one "complete" piece of music in the output. To get any other decision or combination of variants, the user should apply MEI Sequence Editor to create an unambiguous MEI file.

axelberndt commented 6 years ago

Such a method is implemented since v0.2.21. But it does not takte the certainty attribute into account and the restore environment is also not processed so far.

axelberndt commented 6 years ago

The restore envoronment is in since v0.2.22. About certainty ... I am no certain about how much sense it makes to add it.