jussi-kalliokoski / audiolib.js

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

#20 bugfix and new Band-Pass Biquad Filter #21

Closed davidgovea closed 13 years ago

davidgovea commented 13 years ago

Fixed a bug in #20 in the BiquadFilter.reset method.. self.inputs = self.outputs = [0,0] wasn't producing expected results

Added new BandPass filter & updated test page with 2 BPF tests

jussi-kalliokoski commented 13 years ago

Otherwise all awesome, but... Do you know some kickass git trick to make it like that library build & revert never happened? :D

davidgovea commented 13 years ago

uhhh, looks like I screwed that up.. I'll fix in the morning

jussi-kalliokoski commented 13 years ago

Heheh, ok. :)

davidgovea commented 13 years ago

almost had it with git-rebase.. borked it though. Starting fresh :/