-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathorg.nongnu.lingot.appdata.xml
77 lines (69 loc) · 2.88 KB
/
org.nongnu.lingot.appdata.xml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.nongnu.lingot</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>Lingot</name>
<developer id="tld.vendor">
<name>Iban Cereijo</name>
</developer>
<summary>Universal tuner</summary>
<description>
<p>
LINGOT is a musical instrument tuner.
It's accurate, easy to use, and highly configurable.
Originally conceived to tune electric guitars, it can
now be used to tune other instruments.
</p>
<p>
It looks like an analogue tuner, with a gauge indicating
the relative shift to a certain note, determined
automatically as the closest note to the estimated frequency.
</p>
<ul>
<li>It's free software. LINGOT is distributed under the GPL license.</li>
<li>It's really quick and accurate, perfect for real-time microtonal tuning.</li>
<li>Easy to use. Just plug in your instrument and run it.</li>
<li>LINGOT is a universal tuner. It can tune many musical instruments, you only need to
provide the temperaments.</li>
<li>Highly configurable via GUI. It’s possible to change any parameter while the program
is running, without editing any file.</li>
</ul>
</description>
<launchable type="desktop-id">org.nongnu.lingot.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>The main windows</caption>
<image>https://www.nongnu.org/lingot/images/lingot-screenshot-896x504.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.nongnu.org/lingot/</url>
<url type="bugtracker">https://github.com/ibancg/lingot/issues/</url>
<url type="vcs-browser">https://github.com/ibancg/lingot</url>
<update_contact>ibancg_AT_gmail.com</update_contact>
<categories>
<category>GTK</category>
<category>GNOME</category>
<category>Education</category>
<category>Music</category>
</categories>
<provides>
<binary>lingot</binary>
</provides>
<translation type="gettext">lingot</translation>
<content_rating type="oars-1.1" />
<releases>
<release version="1.1.1" date="2020-05-10">
<url type="details">
https://github.com/ibancg/lingot/releases/tag/v1.1.1</url>
</release>
<release version="1.1.0" date="2020-05-08">
<url type="details">
https://github.com/ibancg/lingot/releases/tag/v1.1.0</url>
</release>
<release version="1.0.1" date="2018-07-06">
<url type="details">
https://github.com/ibancg/lingot/releases/tag/v1.0.1</url>
</release>
</releases>
</component>