diff --git a/README.md b/README.md index b668e56..e209f38 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Author: [Axel Berndt](https://github.com/axelberndt)
Contributors: [Benjamin W. Bohl](https://github.com/bwbohl), [Peter Stadler](https://github.com/peterstadler), [Simon Waloschek](https://github.com/sonovice)
[Center of Music and Film Informatics](http://www.cemfi.de/), Detmold -An XML-model for the encoding of expressive music performances. The schema definition and documentation are done in [TEI ODD](https://wiki.tei-c.org/index.php/ODD). Sample encodings will follow. The [schema documentation](https://axelberndt.github.io/MPM/) is published in the `gh-pages` branch and also available as [release](https://github.com/axelberndt/MPM/releases/latest) asset. The official API and expressive MIDI rendering engine are integrated with the [meico](https://github.com/cemfi/meico) framework, ready to be used by application developers and users of the meico app. +An XML-model for the encoding of expressive music performances. The schema definition and documentation are done in [TEI ODD](https://wiki.tei-c.org/index.php/ODD). Sample encodings can be found in the eponimous folder. The [schema documentation](https://axelberndt.github.io/MPM/) is published in the `gh-pages` branch and also available as [release](https://github.com/axelberndt/MPM/releases/latest) asset. The official API and expressive MIDI rendering engine are integrated with the [meico](https://github.com/cemfi/meico) framework, ready to be used by application developers and users of the meico app. With [MPM Toolbox](https://github.com/axelberndt/MPM-Toolbox) we also provide a convenient graphical editor software. ### License Information diff --git a/doc_generator/yarn.lock b/doc_generator/yarn.lock index 44a82e3..6a68709 100644 --- a/doc_generator/yarn.lock +++ b/doc_generator/yarn.lock @@ -4350,9 +4350,9 @@ lodash.uniq@^4.5.0: integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= lodash@^4.15.0, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.5: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== loose-envify@^1.0.0: version "1.4.0" diff --git a/src/mpm.odd b/src/mpm.odd index 19b44e8..681c240 100644 --- a/src/mpm.odd +++ b/src/mpm.odd @@ -14,7 +14,7 @@ - + @@ -52,6 +52,7 @@ Fix in accentuationPattern, removed memberOf with non-existing class att.accentuationPatternDef. Added package mpm.metadata with elements metadata, author and comment. Moved element relatedResources to element metadata. + Some minor documentation updates. @@ -91,7 +92,7 @@ The official MPM API (application programming interface) has been written in Java and is published under GPL 3.0 as part of the meico framework. An MEI to MPM converter is part of the meico framework. A performance rendering engine is also part of the MPM API. End users can utilize it via meico's graphical user interface. It can be used to combine MEI, MSM or MIDI data with performance encodings and render them into expressive MIDI sequences and audio data. As part of the API it may also be integrated with other applications. - Further editing and analysis tools will follow. + With MPM Toolbox we also provide a convenient graphical editor software. This is the most efficient way of creating and editing musical performances, analyzing performance scores, and rendering expressive MIDI and audio from it. @@ -106,7 +107,7 @@ The Basic Structure - The following code example shows the topmost structure of MPM documents. The root node mpm has three kinds of children, one element metadata (optional) and one or more elements performance, each with a unique name. + The following code example shows the topmost structure of MPM documents. The root node mpm has two kinds of children, one element metadata (optional) and one or more elements performance, each with a unique name.