Giter Site home page Giter Site logo

kmatheussen / mammut Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 2.0 23.01 MB

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/

C++ 46.34% C 22.00% Shell 2.83% Makefile 7.91% HTML 12.86% CSS 0.07% Objective-C 4.91% M4 0.33% Objective-C++ 1.84% Java 0.55% JavaScript 0.01% Roff 0.11% Assembly 0.22% Perl 0.02%

mammut's People

Contributors

georgenikmus avatar kmatheussen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

georgens

mammut's Issues

How about juce.h?

In file included from ApplicationStartup.cpp:31:0:
AppSettings.h:27:10: fatal error: juce.h: No such file or directory
#include "juce.h"
^~~~~~~~
compilation terminated.
Makefile.files:16: recipe for target 'ApplicationStartup.o' failed
make: *** [ApplicationStartup.o] Error 1
make: *** Waiting for unfinished jobs....
tempfile.cpp:8:10: fatal error: juce.h: No such file or directory
#include "juce.h"
^~~~~~~~
compilation terminated.
Makefile.files:62: recipe for target 'tempfile.o' failed
make: *** [tempfile.o] Error 1


So cool idea to update mammut's gui!
It would be nice if surge had also juce instead of that vstgui...btw

Licence ?

Hello, i can't find any mention to licence (Gnu GPL, MIT, etc...). Could you precise it please.

cannot compile included juce with recent gcc

e.g.
In member function ‘juce::uint8& juce::PixelARGB::getAlpha()’:
../juce_5_3_2/JuceLibraryCode/modules/juce_graphics/colour/juce_PixelFormats.h:116:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::.juce::PixelARGB::::comps[3]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
116 | forcedinline uint8& getAlpha() noexcept { return comps [indexA]; }

Linking Errors on linux

Hi. It's very interesting to see the mammut resurrected;)!

The first building step gives this error:
/usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:24: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
__open_missing_mode ();

Then on line 392 of linux_threads cpp file i add one more argument in the end:
internal = (void*) open (temp.getFullPathName().toUTF8(), 'a', 0600); (is this correct?)
After that the first make is ok.

Then the last step fails so:
/usr/bin/x86_64-linux-gnu-ld: ../juce_1_44/juce/bin/libjuce.a(juce_linux_Threads.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile.linux:151: recipe for target 'mammut' failed
make: *** [mammut] Error 1

I checked for -ldl in makefile,exists or something else i am missing?
Thanks~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.