Compare commits
1 Commits
58f9f49c10
...
d9ea969af2
| Author | SHA1 | Date |
|---|---|---|
|
|
d9ea969af2 |
|
|
@ -157,6 +157,3 @@ License version 2 (see LICENCE).
|
|||
|
||||
Written by [Dave Griffiths at Then Try This](http://thentrythis.org).
|
||||
|
||||
## Links
|
||||
|
||||
To find related tech like [CataRT](http://imtr.ircam.fr/imtr/CataRT), [bbcut2](https://composerprogrammer.com/bbcut2.html), [eargram](https://sites.google.com/site/eargram/) and [sCrAmBlEd?HaCkZ!](https://www.youtube.com/watch?v=eRlhKaxcKpA) search up [granular synthesis](http://granularsynthesis.com/guide.php), [concatenative synthesis](https://hal.archives-ouvertes.fr/hal-01161337), [neural audio synthesis](https://github.com/acids-ircam/RAVE), [sinewave speech](http://www.lifesci.sussex.ac.uk/home/Chris_Darwin/SWS/), automated breakbeat cutting, audio mosaicing and plunderphonics/plundermatics.
|
||||
|
|
|
|||
|
|
@ -1,42 +0,0 @@
|
|||
<?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>
|
||||
|
|
@ -1,8 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=Samplebrain
|
||||
Comment=A custom sample mashing app designed by Aphex Twin
|
||||
Icon=samplebrain
|
||||
Comment=A sample masher designed by Aphex Twin
|
||||
Exec=samplebrain
|
||||
Categories=AudioVideo;Music
|
||||
Icon=samplebrain
|
||||
Terminal=false
|
||||
Categories=GNOME;Application;
|
||||
StartupNotify=true
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Samplebrain
|
||||
GenericName="Samplebrain"
|
||||
Exec=samplebrain
|
||||
Icon=samplebrain
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
|
|
@ -61,8 +61,6 @@ unix:desktopfile.path = $$PREFIX/share/applications/
|
|||
unix:desktopfile.files = desktop/samplebrain.desktop
|
||||
unix:iconfile.path = $$PREFIX/share/icons/hicolor/scalable/apps
|
||||
unix:iconfile.files = desktop/samplebrain.svg
|
||||
unix:metainfofile.path = $$PREFIX/share/metainfo
|
||||
unix:metainfofile.files = desktop/org.thentrythis.Samplebrain.metainfo.xml
|
||||
|
||||
target.path = $$PREFIX/bin
|
||||
INSTALLS += target desktopfile iconfile metainfofile
|
||||
INSTALLS += target desktopfile iconfile
|
||||
|
|
|
|||
Loading…
Reference in New Issue