Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
Minor documentation update.
  • Loading branch information
axelberndt authored Jun 14, 2021
2 parents f9833e9 + d71ad20 commit 67231bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Author: [Axel Berndt](https://github.com/axelberndt)<br>
Contributors: [Benjamin W. Bohl](https://github.com/bwbohl), [Peter Stadler](https://github.com/peterstadler), [Simon Waloschek](https://github.com/sonovice)<br>
[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

Expand Down
6 changes: 3 additions & 3 deletions doc_generator/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions src/mpm.odd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</tei:titleStmt>

<tei:editionStmt>
<tei:edition n="2.1.0"/>
<tei:edition n="2.1.1"/>
</tei:editionStmt>

<tei:publicationStmt>
Expand Down Expand Up @@ -52,6 +52,7 @@
<tei:change status="2.0.2" who="Axel Berndt">Fix in <tei:gi>accentuationPattern</tei:gi>, removed memberOf with non-existing class att.accentuationPatternDef.</tei:change>
<tei:change status="2.0.3" who="Axel Berndt">Added package mpm.metadata with elements <tei:gi>metadata</tei:gi>, <tei:gi>author</tei:gi> and <tei:gi>comment</tei:gi>.</tei:change>
<tei:change status="2.1.0" who="Axel Berndt">Moved element <tei:gi>relatedResources</tei:gi> to element <tei:gi>metadata</tei:gi>.</tei:change>
<tei:change status="2.1.1" who="Axel Berndt">Some minor documentation updates.</tei:change>
</tei:revisionDesc>
</tei:teiHeader>

Expand Down Expand Up @@ -91,7 +92,7 @@
<tei:item>The official MPM API (application programming interface) has been written in Java and is published under GPL 3.0 as part of the <tei:ref target="https://github.com/cemfi/meico">meico</tei:ref> framework.</tei:item>
<tei:item>An MEI to MPM converter is part of the meico framework.</tei:item>
<tei:item>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.</tei:item>
<tei:item>Further editing and analysis tools will follow.</tei:item>
<tei:item>With <tei:ref target="https://github.com/axelberndt/MPM-Toolbox">MPM Toolbox</tei:ref> 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.</tei:item>
</tei:list>
</tei:div>
</tei:div>
Expand All @@ -106,7 +107,7 @@
<tei:div type="chapter">
<tei:head>The Basic Structure</tei:head>

<tei:p>The following code example shows the topmost structure of MPM documents. The root node <tei:gi>mpm</tei:gi> has three kinds of children, one element <tei:gi>metadata</tei:gi> (optional) and one or more elements <tei:gi>performance</tei:gi>, each with a unique <tei:att>name</tei:att>.</tei:p>
<tei:p>The following code example shows the topmost structure of MPM documents. The root node <tei:gi>mpm</tei:gi> has two kinds of children, one element <tei:gi>metadata</tei:gi> (optional) and one or more elements <tei:gi>performance</tei:gi>, each with a unique <tei:att>name</tei:att>.</tei:p>

<egXML xmlns="http://www.tei-c.org/ns/Examples">
<mpm>
Expand Down

0 comments on commit 67231bc

Please sign in to comment.