您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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