mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 10:37:20 +00:00
Adds an AppStream metainfo file that is used to display the app in graphical app stores on Linux. This is also required for submission to Flathub.
43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>org.thentrythis.Samplebrain</id>
|
|
|
|
<name>Samplebrain</name>
|
|
<summary>A custom sample mashing app designed by Aphex Twin</summary>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-2.0-only</project_license>
|
|
|
|
<description>
|
|
<p>
|
|
Samplebrain chops samples up into a 'brain' of interconnected small sections called blocks which are connected into a network by similarity. It processes a target sample, chopping it up into blocks in the same way, and tries to match each block with one in it's brain to play in realtime.
|
|
</p>
|
|
<p>
|
|
This allows you to interpret a sound with a different one. As we worked on it (during 2015 and 2016) we gradually added more and more tweakable parameters until it became slightly out of control.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">samplebrain.desktop</launchable>
|
|
|
|
<categories>
|
|
<category>AudioVideo</category>
|
|
<category>Music</category>
|
|
</categories>
|
|
|
|
<content_rating type="oars-1.0"></content_rating>
|
|
|
|
<url type="homepage">https://thentrythis.org/projects/samplebrain/</url>
|
|
<url type="bugtracker">https://gitlab.com/then-try-this/samplebrain/-/issues</url>
|
|
<url type="vcs-browser">https://gitlab.com/then-try-this/samplebrain</url>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source" width="1280" height="720">https://gitlab.com/then-try-this/samplebrain/-/raw/main/desktop/screenshots/01-main-with-project.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<releases>
|
|
<release version="0.18" date="2022-09-22"/>
|
|
</releases>
|
|
</component>
|