c4dm / qm-dsp

A C++ library of functions for DSP and Music Informatics purposes. Used by the QM Vamp Plugins amongst other things.
https://code.soundsoftware.ac.uk/projects/qm-dsp
GNU General Public License v2.0
52 stars 11 forks source link

Fix unintended float to int conversions #6

Open uklotzde opened 2 years ago

cannam commented 2 years ago

Wow, the one in TempoTrack is interesting. Does it visibly affect the results?

uklotzde commented 2 years ago

I didn't check if Mixxx is actually using this code. But Clang complains about it even with the default warnings enabled.

For Mixxx code we use even stricter compiler flags.