igorski / regrader

VST delay plugin where the repeats degrade in resolution
https://www.igorski.nl/download/regrader
MIT License
90 stars 5 forks source link

Fix crashing in Reaper64 #2

Closed igorski closed 6 years ago

igorski commented 6 years ago

The crash was related to the fact that Reaper64 feeds double precision samples in the input buffer and the processing was overflowing the buffers. Created processing template for both float and double inputs. Internally processing will be done on floats as quality difference should be negligible.