diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /QMidiPlayer/index.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'QMidiPlayer/index.html')
-rw-r--r-- | QMidiPlayer/index.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/QMidiPlayer/index.html b/QMidiPlayer/index.html new file mode 100644 index 0000000..e4a37bb --- /dev/null +++ b/QMidiPlayer/index.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Chrisoft::QMidiPlayer</title> +<link rel="stylesheet" href="../common.css" type="text/css"></link> +</head> + +<body> +<table border="0" style="width:66%;margin:auto;"> + <tr> + <td class="CTitle" style="font-size:2em;"> + <a href="../">Chrisoft</a>::QMidiPlayer + </td> + </tr> + <tr class="TText"><td><br> + A cross-platform midi file player based on libfluidsynth and Qt.<br> + <img src="qmidiplyr.png" width="50%"> + </td></tr> + <tr class="TText"><td> + <br> + <h3>Binaries</h3> + <h4><s>Nightly</s> package for Debian stretch/sid amd64</h4> + <a href="./releases/qmidiplayer_0.8.5-1_amd64.deb">qmidiplayer_0.8.5-1_amd64.deb</a><br> + <a href="./releases/qmidiplayer-plugin-visualization_0.8.5-1_amd64.deb">qmidiplayer-plugin-visualization_0.8.5-1_amd64.deb</a><br> + <a href="./releases/qmidiplayer-plugin-midifmt_0.8.5-1_amd64.deb">qmidiplayer-plugin-midifmt_0.8.5-1_amd64.deb</a><br> + <h4>Stable version for Debian stretch/sid amd64</h4> + <a href="./releases/qmidiplayer_0.7.2-5_amd64.deb">qmidiplayer_0.7.2-5_amd64.deb</a><br> + <h4>pkgbuild for arch linux</h4> + <a href="https://aur.archlinux.org/packages/qmidiplayer/">AUR</a><br> + Please note: this script actually pulls the latest source code from the git repository. + <h4>Stable binary for Windows Vista+</h4> + <a href="./releases/qmidiplayer_0.7.2-5_w32.7z">qmidiplayer_0.7.2-5_w32.7z</a> + <h4>Development version binary for Windows Vista+</h4> + <a href="./releases/qmidiplayer_0.8.6-indev_w32.7z">qmidiplayer_0.8.6-indev_w32.7z</a> + <h3>Source</h3> + <a href="https://github.com/chirs241097/QMidiPlayer">git</a><br> + <h3>Documentation</h3> + <a href="./doc/index.html">Documentation on chrisoft.org</a>. + <h3>License</h3> + GNU GPL v3 + </td></tr> + <tr> + <td class="TText"><div align="center">Copyright Chrisoft 2017 <a href="/#about">About</a> Site Map</div></td> + </tr> +</table> +</body> +</html> |