A custom sample mashing app designed by Aphex Twin.
Go to file
Dave Griffiths a7baaf3b2b added a readme 2022-09-04 11:50:37 +01:00
app big directory re-org 2022-09-04 11:38:20 +01:00
brain added a readme 2022-09-04 11:50:37 +01:00
cooking added a readme 2022-09-04 11:50:37 +01:00
.#test.py stuffs 2015-07-07 20:41:53 +01:00
README.md added a readme 2022-09-04 11:50:37 +01:00

README.md

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

  1. app: main app and QT gui code
  2. brain: sample granulation engine code
  3. cooking:
    • sketches and ideas
    • proof of concept written in python
    • initial attept at clojure version (abandoned)