Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
- Added basic MusicXML integration to meico and meicoApp. Both MusicXML file formats, raw (`.musicxml`, `.xml`) and compressed (`.mxl`) are supported for reading and writing.
- While the ProxyMusic framework does not support marshalling and demarshalling of MusicXML `score-timewise`, class `meico.musicxml.MusicXml` supports conversion of `score-timewise` to `score-partwise` and vice versa.
- Integration of MusicXML basic functionality in meicoApp.
- New class `meico.mei.Mei2MsmMpmConverter` has been added to implement a better modularization of different conversion options. All con version functionality from MEI to MSM and MPM moved from `meico.mei.MEI` into this class.
- Slight changes in methods `convert()` and `makeMovement()` of class `meico.mei.Mei2MsmMpmConverter`. The `relatedResources` entries in the MPM are now only with filenames and no longer with the absloute path on the local machine.
- Added MusicXML Coverage Documentation.
- XOM update to v1.3.8.
- Enhancement in `meico.xml.XmlBase.XmlBase(String xml)` constructor. The added exceptions may require some applications to extend their exception handling also for other classes that are based on `XmlBase`.
- Added new class `meico.supplementary.InputStream2StringConverter`.
  • Loading branch information
axelberndt committed May 16, 2023
1 parent d1d534f commit dfc59ee
Show file tree
Hide file tree
Showing 268 changed files with 1,398 additions and 621 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Some words on the MEI to MPM export: Meico generates only the performance inform
### License information

Meico makes use of the following third party libraries:
- [XOM](http://www.xom.nu/) v1.3.2 by Elliotte Rusty Harold, GNU Lesser General Public License (LGPL) version 2.1.
- [XOM](http://www.xom.nu/) v1.3.8 by Elliotte Rusty Harold, GNU Lesser General Public License (LGPL) version 2.1.
- [Java-String-Similarity](https://github.com/tdebatty/java-string-similarity) v1.0.0 by Thibault Debatty, MIT license.
- [Jing](http://www.thaiopensource.com/relaxng/jing.html) v20091111 by James Clark (Thai Open Source Software Center Ltd), see `copying.txt` provided in file `jing-20091111.jar`.
- [Saxon](http://saxon.sourceforge.net/) v9.8.0.14 HE by Saxonica (founder Michael Kay), Mozilla Public License 1.0 (MPL), Mozilla Public License 2.0 (MPL 2.0).
Expand Down
5 changes: 3 additions & 2 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>All Classes</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -42,6 +42,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="meico/mpm/elements/Header.html" title="class in meico.mpm.elements" target="classFrame">Header</a></li>
<li><a href="meico/mei/Helper.html" title="class in meico.mei" target="classFrame">Helper</a></li>
<li><a href="meico/mpm/elements/maps/ImprecisionMap.html" title="class in meico.mpm.elements.maps" target="classFrame">ImprecisionMap</a></li>
<li><a href="meico/supplementary/InputStream2StringConverter.html" title="class in meico.supplementary" target="classFrame">InputStream2StringConverter</a></li>
<li><a href="meico/midi/InstrumentsDictionary.html" title="class in meico.midi" target="classFrame">InstrumentsDictionary</a></li>
<li><a href="meico/pitches/Key.html" title="class in meico.pitches" target="classFrame">Key</a></li>
<li><a href="meico/supplementary/KeyValue.html" title="class in meico.supplementary" target="classFrame">KeyValue</a></li>
Expand Down
5 changes: 3 additions & 2 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>All Classes</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -42,6 +42,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="meico/mpm/elements/Header.html" title="class in meico.mpm.elements">Header</a></li>
<li><a href="meico/mei/Helper.html" title="class in meico.mei">Helper</a></li>
<li><a href="meico/mpm/elements/maps/ImprecisionMap.html" title="class in meico.mpm.elements.maps">ImprecisionMap</a></li>
<li><a href="meico/supplementary/InputStream2StringConverter.html" title="class in meico.supplementary">InputStream2StringConverter</a></li>
<li><a href="meico/midi/InstrumentsDictionary.html" title="class in meico.midi">InstrumentsDictionary</a></li>
<li><a href="meico/pitches/Key.html" title="class in meico.pitches">Key</a></li>
<li><a href="meico/supplementary/KeyValue.html" title="class in meico.supplementary">KeyValue</a></li>
Expand Down
4 changes: 2 additions & 2 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:24 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:56 CEST 2023 -->
<title>Constant Field Values</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>Deprecated List</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>API Help</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:56 CEST 2023 -->
<title>A-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>J-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>K-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-12.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>L-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>M-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>N-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>O-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-16.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>P-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-17.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>Q-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-18.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>R-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-19.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>S-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:56 CEST 2023 -->
<title>B-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
8 changes: 6 additions & 2 deletions docs/index-files/index-20.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>T-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -178,6 +178,10 @@ <h2 class="title">T</h2>
</dd>
<dt><span class="memberNameLink"><a href="../meico/mpm/elements/maps/ImprecisionMap.html#TONEDURATION">TONEDURATION</a></span> - Static variable in class meico.mpm.elements.maps.<a href="../meico/mpm/elements/maps/ImprecisionMap.html" title="class in meico.mpm.elements.maps">ImprecisionMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../meico/musicxml/MusicXml.html#toScorePartwise-nu.xom.Document-">toScorePartwise(Document)</a></span> - Static method in class meico.musicxml.<a href="../meico/musicxml/MusicXml.html" title="class in meico.musicxml">MusicXml</a></dt>
<dd>
<div class="block">ProxyMusic does not support unmarshalling of score-timewise MusicXML.</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/musicxml/MusicXml.html#toScorePartwise--">toScorePartwise()</a></span> - Method in class meico.musicxml.<a href="../meico/musicxml/MusicXml.html" title="class in meico.musicxml">MusicXml</a></dt>
<dd>
<div class="block">Convert this object into a score-partwise representation of the MusicXML.</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-21.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>U-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-22.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>V-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-23.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>W-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-24.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>X-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
8 changes: 6 additions & 2 deletions docs/index-files/index-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:56 CEST 2023 -->
<title>C-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -533,6 +533,10 @@ <h2 class="title">C</h2>
<dd>
<div class="block">start the conversion process</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/supplementary/InputStream2StringConverter.html#convert-java.io.InputStream-">convert(InputStream)</a></span> - Static method in class meico.supplementary.<a href="../meico/supplementary/InputStream2StringConverter.html" title="class in meico.supplementary">InputStream2StringConverter</a></dt>
<dd>
<div class="block">Convert the provided InputsStream into a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/audio/Audio.html#convertAudioInputStream2ByteArray-javax.sound.sampled.AudioInputStream-">convertAudioInputStream2ByteArray(AudioInputStream)</a></span> - Static method in class meico.audio.<a href="../meico/audio/Audio.html" title="class in meico.audio">Audio</a></dt>
<dd>
<div class="block">convert an AudioInputStream to a byte array</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:56 CEST 2023 -->
<title>D-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:56 CEST 2023 -->
<title>E-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
14 changes: 11 additions & 3 deletions docs/index-files/index-6.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:56 CEST 2023 -->
<title>F-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -146,10 +146,18 @@ <h2 class="title">F</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../meico/mpm/elements/styles/defs/OrnamentDef.TemporalSpread.html#frameStart">frameStart</a></span> - Variable in class meico.mpm.elements.styles.defs.<a href="../meico/mpm/elements/styles/defs/OrnamentDef.TemporalSpread.html" title="class in meico.mpm.elements.styles.defs">OrnamentDef.TemporalSpread</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../meico/musicxml/MusicXml.html#fromFile-java.io.File-">fromFile(File)</a></span> - Static method in class meico.musicxml.<a href="../meico/musicxml/MusicXml.html" title="class in meico.musicxml">MusicXml</a></dt>
<dt><span class="memberNameLink"><a href="../meico/musicxml/MusicXml.html#from-java.io.File-">from(File)</a></span> - Static method in class meico.musicxml.<a href="../meico/musicxml/MusicXml.html" title="class in meico.musicxml">MusicXml</a></dt>
<dd>
<div class="block">use this factory to read a file (.musicxml, .xml, .mxl) into a MusicXml instance</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/musicxml/MusicXml.html#from-nu.xom.Document-">from(Document)</a></span> - Static method in class meico.musicxml.<a href="../meico/musicxml/MusicXml.html" title="class in meico.musicxml">MusicXml</a></dt>
<dd>
<div class="block">Use this constructor to create a MusicXml instance from a XOM Document.</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/musicxml/MusicXml.html#from-java.lang.String-">from(String)</a></span> - Static method in class meico.musicxml.<a href="../meico/musicxml/MusicXml.html" title="class in meico.musicxml">MusicXml</a></dt>
<dd>
<div class="block">Use this factory method to create a MusicXml instance from an XML string.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Thu May 04 16:06:25 CEST 2023 -->
<!-- Generated by javadoc (1.8.0_172) on Tue May 16 16:52:57 CEST 2023 -->
<title>G-Index</title>
<meta name="date" content="2023-05-04">
<meta name="date" content="2023-05-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
Loading

0 comments on commit dfc59ee

Please sign in to comment.