1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop">
3    <id>org.nongnu.lingot</id>
4    <metadata_license>CC0-1.0</metadata_license>
5    <project_license>GPL-2.0</project_license>
6    <name>Lingot</name>
7    <summary>Universal tuner</summary>
8    <description>
9        <p>
10            LINGOT is a musical instrument tuner.
11            It's accurate, easy to use, and highly configurable.
12            Originally conceived to tune electric guitars, it can
13            now be used to tune other instruments.
14        </p>
15        <p>
16            It looks like an analogue tuner, with a gauge indicating
17            the relative shift to a certain note, determined
18            automatically as the closest note to the estimated frequency.
19        </p>
20        <ul>
21            <li>It's free software. LINGOT is distributed under the GPL license.</li>
22            <li>It's really quick and accurate, perfect for real-time microtonal tuning.</li>
23            <li>Easy to use. Just plug in your instrument and run it.</li>
24            <li>LINGOT is a universal tuner. It can tune many musical instruments, you only need to provide the temperaments.</li>
25            <li>Highly configurable via GUI. It’s possible to change any parameter while the program is running, without editing any file.</li>
26        </ul>
27    </description>
28
29    <launchable type="desktop-id">org.nongnu.lingot.desktop</launchable>
30
31    <screenshots>
32        <screenshot type="default">
33        	<caption>The main windows</caption>
34        	<image>https://www.nongnu.org/lingot/images/lingot-screenshot-896x504.png</image>
35        </screenshot>
36    </screenshots>
37
38    <url type="homepage">https://www.nongnu.org/lingot/</url>
39
40    <update_contact>ibancg_AT_gmail.com</update_contact>
41
42    <provides>
43    	<binary>lingot</binary>
44  	</provides>
45
46    <translation type="gettext">lingot</translation>
47
48</component>
49
50