nstilt1 / mofo-repo

Repo for the Mofo Mojo
0 stars 0 forks source link

Parallelize the Ladder Filter #12

Open nstilt1 opened 6 months ago

nstilt1 commented 6 months ago

The JUCE Ladder Filter processes samples individually; it could be beneficial to parallelize this with SIMD.

This might be more straightforward than it seems by creating a class that implements the Ladder Filter, or maybe one that just overrides the process method.