orchidas / StereoWidener

Plugin to do stereo widening with decorrelation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transient detection will eventually lead to overflow

orchidas opened this issue · comments

This is because num_samps in OnsetDetector keeps increasing with every sample processed. There should be a check for resetting this value if it exceeds the limits for long.

num_samps get reset if the unsigned long limit is exceeded.