mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 02:27:21 +00:00
added a readme
This commit is contained in:
parent
ca3edd4515
commit
a7baaf3b2b
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# 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)
|
||||||
|
|
@ -6,7 +6,6 @@ AC_CHECK_LIB(m, cos)
|
|||||||
AC_CHECK_LIB(pthread, main)
|
AC_CHECK_LIB(pthread, main)
|
||||||
AC_CHECK_LIB(fftw3, main)
|
AC_CHECK_LIB(fftw3, main)
|
||||||
AC_CHECK_LIB(portaudio, main)
|
AC_CHECK_LIB(portaudio, main)
|
||||||
AC_CHECK_LIB(jellyfish, main)
|
|
||||||
AC_CHECK_LIB(sndfile, main)
|
AC_CHECK_LIB(sndfile, main)
|
||||||
AC_CHECK_LIB(lo, main)
|
AC_CHECK_LIB(lo, main)
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
83c7852ff1316446216a4452ed66ccd3
|
|
@ -1 +0,0 @@
|
|||||||
5fb05ff1d494d0e015315237244899fcc29ecce6
|
|
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>local</groupId>
|
|
||||||
<artifactId>comirva</artifactId>
|
|
||||||
<version>0.0.36</version>
|
|
||||||
<description>POM was created from install:install-file</description>
|
|
||||||
</project>
|
|
@ -1 +0,0 @@
|
|||||||
97aa618f81397aabd91d962b9b1e8f2c
|
|
@ -1 +0,0 @@
|
|||||||
7c9f90d0712b2a83237b65cba3f1dfb791bd6cf6
|
|
@ -1 +0,0 @@
|
|||||||
83c7852ff1316446216a4452ed66ccd3
|
|
@ -1 +0,0 @@
|
|||||||
5fb05ff1d494d0e015315237244899fcc29ecce6
|
|
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>local</groupId>
|
|
||||||
<artifactId>comirva</artifactId>
|
|
||||||
<version>0.36</version>
|
|
||||||
<description>POM was created from install:install-file</description>
|
|
||||||
</project>
|
|
@ -1 +0,0 @@
|
|||||||
d3f0bb0939b4aea5a37d4a5a1bb6fe72
|
|
@ -1 +0,0 @@
|
|||||||
c86d1b0cea230bc9a9792cbef72e717bcf71fcf5
|
|
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<metadata>
|
|
||||||
<groupId>local</groupId>
|
|
||||||
<artifactId>comirva</artifactId>
|
|
||||||
<version>0.36</version>
|
|
||||||
<versioning>
|
|
||||||
<versions>
|
|
||||||
<version>0.36</version>
|
|
||||||
<version>0.0.36</version>
|
|
||||||
</versions>
|
|
||||||
<lastUpdated>20150624211203</lastUpdated>
|
|
||||||
</versioning>
|
|
||||||
</metadata>
|
|
@ -1 +0,0 @@
|
|||||||
282709b17127e5b0cf4426991cb5f23a
|
|
@ -1 +0,0 @@
|
|||||||
1141e16182424f22fe3e34ca54d41ea130a21f69
|
|
Loading…
x
Reference in New Issue
Block a user