shithub: ft²

Download patch

ref: c8ca07133c9fcb92cc2d9242538764f0f4bbc386
parent: c0d8c8d6057aaf54f72a72c632fd0b94f33710e4
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Oct 29 12:01:09 EDT 2020

Pushed v1.37 code

- The 4-tap cubic spline resampling interpolation has now been replaced with 8-tap windowed-sinc (polyphase) for better audio quality
- The mixer is now using 64-bit float precision instead of 32-bit float precision. We only mix up to 32 channels anyway, which is not very CPU intensive
- Volume/panning envelope interpolation is now using floating point precision instead of 8.8 fixed-point precision
- Fixed a bug where the scopes would not shut down if you triggered an instrument that is not allocated (empty)
- Small code cleanup