Skip to content

Commit

Permalink
v0.8.24
Browse files Browse the repository at this point in the history
- Added package information to the documentation.
- Added Constant Q Transform spectrogram export to class `meico.audio.Audio`. The method is `exportConstantQTransformSpectrogram()`.
    - Method `convertSpectrogramToImage()` makes it convenient to convert the spectrogram data to pixel data.
    - A new external has been added to the meico ecosystem. [Jipes](https://www.tagtraum.com/jipes/) is an open source signal processing library by Hendrik Schreiber. It can be used to build any further audio analysis methods following the same pattern as the CQT export.
    - MeicoApp has been extended accordingly with a new export option in the commandline application and in the graphical application.
  • Loading branch information
axelberndt committed Jun 30, 2021
1 parent e562098 commit 6eb74e1
Show file tree
Hide file tree
Showing 240 changed files with 680 additions and 493 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Usage: `java -jar meicoApp.jar [OPTIONS] FILE`
| `-t argument`, `--tempo argument` | set MIDI tempo (bpm), default is 120 bpm |
| `-w`, `--wav` | convert to Wave |
| `-3`, `--mp3` | convert to MP3 |
| `-q`, `--cqt` | convert the audio to CQT spectrogram |
| `-s FILE`, `--soundbank FILE` | use a specific sound bank file (.sf2, .dls) for Wave conversion |
| `-d`, `--debug` | write additional debug versions of MEI and MSM |

Expand Down Expand Up @@ -97,6 +98,7 @@ Meico makes use of the following third party libraries:
- [Java LAME](https://github.com/nwaldispuehl/java-lame) v3.98.4 by Ken Händel and Nico Waldispühl, GNU LGPL version 3.0.
- [Midi2WavRenderer](https://github.com/cemfi/meico/tree/master/src/meico/midi/Midi2AudioRenderer.java) by Karl Helgason, copyright notice in the class header.
- [Gervill Software Sound Synthesizer](https://sourceforge.net/projects/rasmusdsp/files/gervill/Gervill%201.0/) v1.0.1 by Karl Helgason, GPL 2.0.
- [Jipes](https://www.tagtraum.com/jipes/) v0.9.17 by Hendrik Schreiber, GNU Lesser General Public License (LGPL) version 2.1.

We publish meico under GNU GPL version 3.0. Meico's development was part of the ZenMEM project funded by the German Federal Ministry of Education and Research (2015-2019, funding code 01UG1414A–C). All MPM-related parts of meico were part of an R&D project that was funded by the [Fritz Thyssen Foundation](https://www.fritz-thyssen-stiftung.de/en/) (2019-2022). If you integrate meico or parts of it with your project make sure that you do not conflict with any of the above licenses.

4 changes: 2 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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>All Classes</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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/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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>All Classes</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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/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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>Constant Field Values</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>Deprecated List</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>API Help</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>A-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>J-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>K-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>L-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>M-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>N-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>O-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>P-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>Q-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>R-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>S-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>B-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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-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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>T-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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-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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>U-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>V-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>W-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>X-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>C-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -1054,6 +1054,10 @@ <h2 class="title">C</h2>
<dd>
<div class="block">this method converts the timing basis, i.e., it sets the new ppq value and converts all attributes date, date.end and duration in the whole document</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/audio/Audio.html#convertSpectrogramToImage-java.util.ArrayList-">convertSpectrogramToImage(ArrayList&lt;LogFrequencySpectrum&gt;)</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">A convenient helper method to convert a spectrogram (as obtained by, e.g., method exportConstantQTransformSpectrogram()) into a BufferedImage.</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/mei/Helper.html#copyId-nu.xom.Element-nu.xom.Element-">copyId(Element, Element)</a></span> - Static method in class meico.mei.<a href="../meico/mei/Helper.html" title="class in meico.mei">Helper</a></dt>
<dd>
<div class="block">copies the id attribute ofThis into toThis</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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>D-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
12 changes: 10 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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>E-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -172,6 +172,14 @@ <h2 class="title">E</h2>
<dd>
<div class="block">export standard chroma features with 12 semitones in equal temperament and A = 440 Hz</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/audio/Audio.html#exportConstantQTransformSpectrogram--">exportConstantQTransformSpectrogram()</a></span> - Method in class meico.audio.<a href="../meico/audio/Audio.html" title="class in meico.audio">Audio</a></dt>
<dd>
<div class="block">Compute the CQT spectrogram with default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/audio/Audio.html#exportConstantQTransformSpectrogram-com.tagtraum.jipes.math.WindowFunction-int-float-float-int-">exportConstantQTransformSpectrogram(WindowFunction, int, float, float, int)</a></span> - Method in class meico.audio.<a href="../meico/audio/Audio.html" title="class in meico.audio">Audio</a></dt>
<dd>
<div class="block">This computes a Contant Q Transform spectrogram and returns it as buffered image.</div>
</dd>
<dt><span class="memberNameLink"><a href="../meico/msm/Msm.html#exportExpressiveMidi--">exportExpressiveMidi()</a></span> - Method in class meico.msm.<a href="../meico/msm/Msm.html" title="class in meico.msm">Msm</a></dt>
<dd>
<div class="block">This method should only be invoked when performance rendering has already been applied to this MSM so it has the additional expression attributes (milliseconds.date, velocity etc.).</div>
Expand Down
4 changes: 2 additions & 2 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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>F-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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-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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>G-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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-8.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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>H-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<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-9.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 Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>I-Index</title>
<meta name="date" content="2021-06-11">
<meta name="date" content="2021-06-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_172) on Fri Jun 11 15:42:05 CEST 2021 -->
<!-- Generated by javadoc (1.8.0_172) on Wed Jun 30 13:06:49 CEST 2021 -->
<title>Generated Documentation (Untitled)</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
Expand Down
Loading

0 comments on commit 6eb74e1

Please sign in to comment.