jussi-kalliokoski / audiolib.js

audiolib.js is a powerful audio tools library for javascript.
http://audiolibjs.org/
672 stars 58 forks source link

Freeverb transition to 0.5.0 API #31

Closed davidgovea closed 13 years ago

davidgovea commented 13 years ago

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?