summaryrefslogtreecommitdiff
path: root/QMidiPlayer/index.html
blob: 081a88e67425caf087965323ee9d023c7182a53d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!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>
			There used to be binaries built by me here. They tend to be horribly outdated so they have all been taken down.
			However, please check out these:
			<h4>Flatpak courtesy of Gary Wang (@BLumia)</h4>
				Available on <a href="https://flathub.org/apps/org.chrisoft.qmidiplayer">Flathub</a>
			<h4>pkgbuild for arch linux, currently maintained by Gary Wang (@BLumia)</h4>
				<a href="https://aur.archlinux.org/packages/qmidiplayer">AUR</a>
			<h4>"Officially unofficial" ebuild for Gentoo</h4>
				<a href="https://cgit.chrisoft.org/ppo.git/tree/media-sound/qmidiplayer">My personal ebuild overlay</a>
		<h3>Source</h3>
		<a href="https://cgit.chrisoft.org/QMidiPlayer.git/">git</a>
		<h3>Issue tracker</h3>
		Send your questions, comments, feature requests and complaints <a href="https://github.com/chirs241097/QMidiPlayer/issues">here</a>.
		<h3>Documentation</h3>
		View documentation <a href="https://htmlpreview.github.io/?https://github.com/chirs241097/QMidiPlayer/blob/master/doc/index.html">here</a>.
		<h3>License</h3>
		GNU GPL v3
	</td></tr>
	<tr>
		<td class="TText"><div align="center">Copyright Chrisoft 2017&nbsp;&nbsp;<a href="/#about">About</a>&nbsp;&nbsp;Site Map</div></td>
	</tr>
</table>
</body>
</html>