kmatheussen / mammut

A sound editor with a non-intuitive sound transformation approach using one single gigantic analysis (no windows)

Home Page:http://archive.notam02.no/arkiv/doc/mammut/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sound editor with a non-intuitive sound transformation approach using one single gigantic analysis (no windows)

http://archive.notam02.no/arkiv/doc/mammut/


Languages

Language:C++ 52.3%Language:C 30.7%Language:Makefile 9.0%Language:Shell 3.2%Language:Objective-C++ 2.1%Language:HTML 1.2%Language:Java 0.6%Language:M4 0.4%Language:Assembly 0.2%Language:Roff 0.1%Language:CSS 0.1%Language:Objective-C 0.1%Language:Perl 0.0%Language:JavaScript 0.0%