Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[18:02:31 CST(-0600)] <colinclark> he's got a nice, if not 100% super fast Filter API that can handle any order of complexity

[18:03:19 CST(-0600)] <colinclark> You can see how few lines of code it took, because I was using the DSP API: https://github.com/colinbdclark/Flocking/blob/dspapi/flocking/flocking-ugens.js#L1637-L1651

[18:03:41 CST(-0600)] <colinclark> Once you're a filter expert you can advise me on better coefficients to use

[18:04:11 CST(-0600)] <thealphanerd> we are starting the filter stuff right now

[18:04:12 CST(-0600)] <colinclark> but so far the Butterworth coefficients and Robert Bristow-Johnston's cookbook seem pretty good

[18:04:18 CST(-0600)] <thealphanerd> although I'm still getting pretty lost