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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Dennis Braun <snd@debian.org> -->
<component type="desktop">
<id>io.github.dagargo.Elektroid</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Elektroid</name>
<summary>Sample and MIDI device manager</summary>
<description>
<p>Elektroid is a sample and MIDI device manager. It includes the `elektroid` GUI application and the `elektroid-cli` CLI application.</p>
<p>Elektroid started as a FLOSS Elektron Transfer alternative and it has ended up supporting other devices from different vendors in the same fashion.</p>
<p>These are the supported devices:</p>
<ul>
<li>Arturia MicroBrute</li>
<li>Arturia MicroFreak</li>
<li>Casio CZ-101</li>
<li>Elektron Analog Four MKI, MKII and Keys</li>
<li>Elektron Analog Heat MKI, MKII and +FX</li>
<li>Elektron Analog Rytm MKI and MKII</li>
<li>Elektron Digitakt I and II</li>
<li>Elektron Digitone I and II and Digitone Keys</li>
<li>Elektron Model:Cycles</li>
<li>Elektron Model:Samples</li>
<li>Elektron Syntakt</li>
<li>Eventide ModFactor, PitchFactor, TimeFactor, Space and H9</li>
<li>Moog Little Phatty and Slim Phatty</li>
<li>Novation Summit and Peak</li>
<li>Samplers implementing MIDI SDS</li>
</ul>
</description>
<launchable type="desktop-id">io.github.dagargo.Elektroid.desktop</launchable>
<provides>
<binary>elektroid</binary>
</provides>
<releases>
<release version="3.2.3" date="2025-04-24"/>
<release version="3.2.2" date="2025-04-17"/>
<release version="3.2" date="2025-04-13"/>
<release version="3.1" date="2024-10-06"/>
<release version="3.0.1" date="2024-01-26"/>
<release version="3.0" date="2024-01-19"/>
<release version="2.5.2" date="2023-04-22"/>
<release version="2.5.1" date="2023-04-19"/>
<release version="2.4.1" date="2023-02-10"/>
<release version="2.3" date="2022-12-04"/>
<release version="2.2" date="2022-11-20"/>
<release version="2.1" date="2022-06-03"/>
<release version="2.0" date="2022-01-12"/>
<release version="1.4" date="2021-07-18"/>
<release version="1.3" date="2021-02-07"/>
</releases>
<branding>
<color type="primary" scheme_preference="light">#c0bfbc</color>
<color type="primary" scheme_preference="dark">#3d3846</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://dagargo.github.io/elektroid/images/screenshot.png</image>
<caption>The main window showing the application in action</caption>
</screenshot>
</screenshots>
<keywords>
<keyword>Sample</keyword>
<keyword>MIDI</keyword>
</keywords>
<url type="homepage">https://dagargo.github.io/elektroid/</url>
<url type="donation">https://liberapay.com/dagargo</url>
<developer id="io.github.dagargo">
<name>David García Goñi</name>
</developer>
<update_contact>dagargo@gmail.com</update_contact>
<content_rating type="oars-1.0"/>
</component>
|