Found the bug in there.. now working nicely.
Test now includes roomSize / damping parameters via overridden setParam
Tweaked the damping scale parameter so that everything works on a 0.0-1.0 basis (was not the case in freeverb).
Reorganized the CombFilter and the Freeverb.AllPassFilter to be more memory-efficient, but I need to learn the exact speed effects of this.param vs self.param vs local param.. maybe you have some input here?
Linked with #8
Found the bug in there.. now working nicely. Test now includes roomSize / damping parameters via overridden setParam
Tweaked the damping scale parameter so that everything works on a 0.0-1.0 basis (was not the case in freeverb).
Reorganized the CombFilter and the Freeverb.AllPassFilter to be more memory-efficient, but I need to learn the exact speed effects of this.param vs self.param vs local param.. maybe you have some input here?