MTG / sms-tools

Sound analysis/synthesis tools for music applications
https://www.upf.edu/web/mtg/sms-tools
GNU Affero General Public License v3.0
1.64k stars 754 forks source link

Changes for Python 3.10 and to fix exceptions found. #135

Closed dwsdolce closed 2 years ago

dwsdolce commented 2 years ago

These changes do the following:

  1. Fix exceptions in model and transformation interfaces due to rounding of indices.
  2. Fix use of IntVar to include master (fails in Python 3.10 without it).
  3. Change hanning to hann (fails in Python 3.10 without it).
  4. Added correct libs in compileModule.py for windows (msvcrt)
  5. Added script for compiling models (not really required).
  6. Update .gitignore to include visual studio artifacts
xserra commented 2 years ago

Thanks for all these great contributions!!!!