You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 2 години
123456789101112131415161718192021222324252627282930313233
  1. Tonalisa
  2. ========
  3. Tonalisa is a tool to look at overtone-structures.
  4. (c) 2016 Dominik Schmidt-Philipp
  5. DEPENDENCIES:
  6. -------------
  7. - Qt (tested with version 5.6)
  8. - liblo
  9. - sndlib (included)
  10. INSTALL:
  11. --------
  12. tested on Linux (Debian 8)
  13. install dependencies,
  14. run the following commands in a terminal:
  15. > qmake
  16. > make
  17. running qmake builds static and dynamic versions of sndlib required for building tonalisa.
  18. it does not install sndlib to your system though. this can be done make by running "make install" in the sndlib directory
  19. > cd lib/sndlib
  20. > make install
  21. if you need help email me:
  22. dsp@tonmaschine.de