Skip to content

Commit

Permalink
Merge branch 'main' into update-website
Browse files Browse the repository at this point in the history
  • Loading branch information
marwin89 authored Oct 31, 2023
2 parents 9ec7c23 + a55b6b2 commit 0588053
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2244,6 +2244,7 @@ <h4><a id="comment" href="#comment"></a>Comment</h4>
</div>
<h3 id="deprecated" class="padding-top-120 text-red"><i class="glyphicon glyphicon-ban-circle"></i> Deprecated</h3>
<hr />

<p>Here are all the #-attributes that you shouldn't use anymore. Why? They are technical not necessesary today or just duplicates in the history of UltraStar games.</p>
<h4 style="color:grey;padding-top:40px"><a id="resolution" href="#resolution"></a>RESOLUTION</h4>
<p>Changes the grid resolution of the editor.
Expand All @@ -2252,6 +2253,7 @@ <h4 style="color:grey;padding-top:40px"><a id="resolution" href="#resolution"></
<pre class="notranslate"><code>#RESOLUTION:
</code></pre>
</div>

<details>
<summary>App Support</summary>
<div class="table-responsive">
Expand Down Expand Up @@ -2364,11 +2366,13 @@ <h4 style="color:grey"><a id="notesgap" href="#notesgap"></a>NOTESGAP</h4>
</table>
</div>
</details>

<h4 style="color:grey"><a id="relative" href="#relative"></a>RELATIVE</h4>
<p>Specifies whether the note timings in the file are relative to the previous note or absolute. If
this attribute is set to yes, the note timings are relative to the previous note. If it is set
to no or not present, the note timings are absolute.
If this line is missing, then the timestamps are absolute.</p>

<p>Relative timestamps make working on a TXT file much easier, because if you want to insert a
pause, you don't have to adjust all following timestamps, but only the ones until the end of the
line.</p>
Expand Down Expand Up @@ -2435,6 +2439,7 @@ <h4 style="color:grey"><a id="relative" href="#relative"></a>RELATIVE</h4>
</table>
</div>
</details>

<h4 style="color:grey"><a id="duetsingerp1--duetsingerp2" href="#duetsingerp1--duetsingerp2"></a>DUETSINGERP1 /
DUETSINGERP2</h4>
<p>Specify the names of the singers for a duet song. These values can be used to display the names
Expand Down Expand Up @@ -2742,6 +2747,7 @@ <h4 class="card-title">My Little Karaoke</h4>
</div>
</div>
</a>

<a href="https://www.vocaluxe.org/">
<div class="col-md-3">
<div class="text-center">
Expand Down Expand Up @@ -2816,7 +2822,6 @@ <h3 class="cta-heading text-white">Get an overview!</h3>
</div>
</div>
</section>

<!--
<section id="overview-gallery" class="testimonial-section padding-top-bottom-90 gradient-violat">
<div class="container">
Expand Down Expand Up @@ -2847,7 +2852,6 @@ <h2 class="text-white">Get an overview!</h2>
</div>
</section>
-->

<footer class="padding-top-120">
<div class="container">
<div class="row">
Expand Down

0 comments on commit 0588053

Please sign in to comment.