|
@@ -1,7 +1,7 @@
|
|
|
<?php
|
|
|
/*
|
|
|
* Personal website of UltrasonicMadness
|
|
|
- * Copyright (C) 2021 UltrasonicMadness
|
|
|
+ * Copyright (C) 2023 UltrasonicMadness
|
|
|
*
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Affero General Public License as
|
|
@@ -36,18 +36,11 @@
|
|
|
<h1>MadHelix</h1>
|
|
|
<p>MadHelix is a Java Swing-based graphical frontend for <a target="_blank" href="https://sourceforge.net/projects/soundhelix/">SoundHelix</a>, a program which generates music based on entered (or generated) text and plays it back. It is in an early state of development so please let me know of any issues you have with it.</p>
|
|
|
|
|
|
- <h3>Screenshot</h3>
|
|
|
- <figure>
|
|
|
- <img alt="MadHelix screenshot" src="/common/images/hellohelix.png" />
|
|
|
- <figcaption>Playing a song</figcaption>
|
|
|
- </figure>
|
|
|
-
|
|
|
<h3>Credits</h3>
|
|
|
<ul>
|
|
|
<li>SoundHelix is developed by Thomas Schürger.</li>
|
|
|
<li>MadHelix is developed by UltrasonicMadness.</li>
|
|
|
- <li><a target="_blank" href="https://github.com/fangyidong/json-simple">json-simple</a> is developed by Yidong Fang, Chris Nokleberg and Dave Hughes.</li>
|
|
|
- <li>The icons are made by the <a target="_blank" href="http://www.gnome.org/">GNOME Project</a> as part of version 3.28.0 of the <a target="_blank" href="https://gitlab.gnome.org/GNOME/adwaita-icon-theme">Adwaita Icon Theme</a>.</li>
|
|
|
+ <li>The icons are made by the <a target="_blank" href="http://www.gnome.org/">GNOME Project</a> as part of version 44 of the <a target="_blank" href="https://gitlab.gnome.org/GNOME/adwaita-icon-theme">Adwaita Icon Theme</a>.</li>
|
|
|
</ul>
|
|
|
|
|
|
<h3>License</h3>
|
|
@@ -58,6 +51,12 @@
|
|
|
|
|
|
<h3>Download</h3>
|
|
|
<p>Compiled versions are available from <a target="_blank" href="https://notabug.org/UltrasonicMadness/madhelix/releases">NotABug</a>.</p>
|
|
|
+
|
|
|
+ <h3>Screenshot</h3>
|
|
|
+ <figure>
|
|
|
+ <img alt="MadHelix screenshot" src="/common/images/hellohelix.png" />
|
|
|
+ <figcaption>Playing a song</figcaption>
|
|
|
+ </figure>
|
|
|
</main>
|
|
|
|
|
|
<?php inc_footer(); ?>
|