-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
44 lines (27 loc) · 1.31 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
ABOUT
The description from the orignal author, Øyvind Hammer:
"Mammut will FFT your sound in one single gigantic analysis (no windows).
These spectral data, where the development in time is incorporated in mysterious ways,
may then be transformed by different algorithms prior to resynthesis.
An interesting aspect of Mammut is its completely non-intuitive sound transformation approach."
FAST INSTALL
cd juce_5_3_2/Builds/Linux
CONFIG=Release make -j8
cd ../../../src
make -f Makefile.linux -j8
sudo PREFIX=/usr/local make -f Makefile.linux install
COMPILATION ERRORS
If you get this error message: "No rule to make target '/usr/include/freetype2/freetype/config/ftconfig-64.h', needed by '../../bin/intermediate_linux/Release/juce_linux_Fonts.o'.",
it might work to run this command:
ln -s /usr/include/freetype2/freetype/config/ftconfig.h /usr/include/freetype2/freetype/config/ftconfig-64.h
SOURCE CODE
Repository: https://github.com/kmatheussen/mammut
Get tarball this way: wget https://github.com/kmatheussen/radium/archive/<version>.tar.gz
REQUIRED LIBRARIES
libjack
libsamplerate
libsndfile
libvorbisfile
Homepage:
http://archive.notam02.no/arkiv/doc/mammut/
-Kjetil M. / last updated 2018-11-25