mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-21 22:21:41 +00:00
4a2092339b38198ca3c4c501b38164a3f3c2b255
s a m p l e b r a i n
What is this?
A custom sample granulation app designed by Aphex Twin
Linux install:
Install libraries for the sample engine:
$ sudo apt install libsndfile1-dev portaudio19-dev liblo-dev libfftw3-dev
Install dependancies for the graphical user interface:
$ sudo apt install build-essential qtcreator qt5-default
Build it:
$ qmake
$ make
What's here
- app: main app and QT gui code
- brain: sample granulation engine code
- cooking:
- sketches and ideas
- proof of concept written in python
- initial attept at clojure version (abandoned)
Languages
C++
77.7%
Python
11.3%
Clojure
8.7%
C
1.3%
QMake
0.5%
Other
0.4%