tweaks and icon

This commit is contained in:
Dave Griffiths 2022-09-12 11:44:00 +01:00
parent 8f4cf1c0c5
commit 7588a6c094
9 changed files with 21 additions and 15 deletions

View File

@ -1,18 +1,16 @@
# s a m p l e b r a i n # s a m p l e b r a i n
## What is this? A custom sample mashing app designed by Aphex Twin.
A custom sample smashing/re-aggregating app designed by Aphex Twin
Samplebrain chops samples up into a 'brain' of interconnected small Samplebrain chops samples up into a 'brain' of interconnected small
sections (blocks) connected into a network by similarity. It reads a sections called blocks which are connected into a network by
target sample, chops it up into blocks in the same way, and tries to similarity. It processes a target sample, chopping it up into blocks
match each one with one of the blocks in it's brain to play in in the same way, and tries to match each block with one in it's brain
realtime. to play in realtime.
This (in theory) allows you to interpret one type of sound with This allows you to interpret a sound with a different one. Over time
another. Over time we gradually added more and more controls until it developing it, we gradually added more and more tweakable parameters
became slightly out of control and increasingly difficult to explain. until it became slightly out of control.
Quick start: Quick start:
@ -22,13 +20,14 @@ Quick start:
4. Click (re)generate target 4. Click (re)generate target
5. Press play 5. Press play
# [Demo brain]()
# [Manual](docs/manual.md) # [Manual](docs/manual.md)
# Binaries # Binaries
* [Windows]() * [Windows]()
* [Mac]() * [Mac]()
* Linux - see building below * Linux
# Installing/building # Installing/building

Binary file not shown.

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
samplebrain (0.18rc1-1ubuntu0) focal; urgency=medium samplebrain (0.18rc2-1ubuntu0~bionic4) bionic; urgency=medium
* Initial release * Initial release

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: samplebrain
Section: sound Section: sound
Priority: optional Priority: optional
Maintainer: Dave Griffiths <dave@thentrythis.org> Maintainer: Dave Griffiths <dave@thentrythis.org>
Build-Depends: debhelper-compat (= 12), texinfo, libsndfile1-dev, portaudio19-dev, liblo-dev, libfftw3-dev, qtbase5-dev, qt5-qmake, qtbase5-dev-tools Build-Depends: debhelper-compat (= 11), texinfo, libsndfile1-dev, portaudio19-dev, liblo-dev, libfftw3-dev, qtchooser, qtbase5-dev, qt5-qmake, qtbase5-dev-tools
Standards-Version: 4.4.1 Standards-Version: 4.4.1
Homepage: http://thentrythis.org/projects/samplebrain Homepage: http://thentrythis.org/projects/samplebrain
Vcs-Git: https://gitlab.com/nebogeo/samplebrain.git Vcs-Git: https://gitlab.com/nebogeo/samplebrain.git

2
debian/files vendored
View File

@ -1 +1 @@
samplebrain_0.18rc1-1ubuntu0_source.buildinfo sound optional samplebrain_0.18rc2-1ubuntu0~bionic4_source.buildinfo sound optional

1
debian/rules vendored
View File

@ -13,6 +13,7 @@
# package maintainers to append LDFLAGS # package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export QT_SELECT=qt5
%: %:
dh $@ dh $@

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 244 KiB

View File

@ -49,6 +49,12 @@ QMAKE_CXXFLAGS += -O3 -Wall -Wno-unused -std=c++11
# assets # assets
RESOURCES = app/samplebrain.qrc RESOURCES = app/samplebrain.qrc
INSTALLS += target unix:desktopfile.path = /usr/share/applications/
unix:desktopfile.files = desktop/samplebrain.desktop
unix:iconfile.path = /usr/share/icons/hicolor/scalable/apps
unix:iconfile.files = desktop/samplebrain.svg
target.path = /usr/bin
INSTALLS += target desktopfile iconfile