Skip to content

meico v0.8.46

Compare
Choose a tag to compare
@axelberndt axelberndt released this 12 Jan 15:29
· 28 commits to master since this release

v0.8.46

  • Private method meico.mpm.elements.maps.TempoMap.renderTempoToMap(double date, int ppq, TempoData tempoData) has been made public and refactored to computeDiffTiming() to better describe its function.
  • Class meico.mpm.elements.maps.GenericMap has new methods:
    • contains() to check whether a given XML element is an entry in this map.
    • getElementIndexOf() to determine the index of a given element.