-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.thentrythis.Samplebrain.metainfo.xml
75 lines (66 loc) · 3.12 KB
/
org.thentrythis.Samplebrain.metainfo.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.thentrythis.Samplebrain</id>
<name>Samplebrain</name>
<developer_name>Then Try This</developer_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.5" date="2022-10-28">
<url>https://gitlab.com/then-try-this/samplebrain/-/releases/v0.18.5_release</url>
<description>
<ul>
<li>target sound filename shown (and tells you if you don't have one)</li>
<li>more soundfile formats supported (aiff,aifc,au,snd,fasttracker xi,flac)</li>
<li>new configurable OSC ports in settings</li>
<li>warning boxes if the network connection fails</li>
<li>file path memory per-dialog rather than global</li>
</ul>
</description>
</release>
<release version="0.18.4" date="2022-10-06">
<url>https://gitlab.com/then-try-this/samplebrain/-/releases/0.18.4_release</url>
<description>
<ul>
<li>New audio device settings window</li>
<li>Updated windows build</li>
<li>Better default block size, tool tip tweaks and fixes for dark themes.</li>
</ul>
</description>
</release>
<release version="0.18.3" date="2022-09-30">
<url>https://gitlab.com/then-try-this/samplebrain/-/releases/0.18.3_release</url>
<description>
<p>Small fixes to improve stability:</p>
<ul>
<li>Removed microphone input (temporarily, hopefully?) to help with security settings in windows and apple</li>
<li>Removed restriction on ~255 character paths in sample filenames</li>
</ul>
</description>
</release>
<release version="0.18" date="2022-09-22"/>
</releases>
</component>