-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kocmoc (optimizations for 32-bit)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kocmoc-rack-modules
updated
27 files
+1 −1 | README.md | |
+1 −1 | plugin.json | |
+1 −1 | src/DDLY.cpp | |
+6 −2 | src/LADR.cpp | |
+1 −1 | src/MUL.cpp | |
+1 −1 | src/OP.cpp | |
+1 −1 | src/PHASR.cpp | |
+6 −2 | src/SKF.cpp | |
+6 −2 | src/SVF.cpp | |
+1 −1 | src/TRG.cpp | |
+95 −67 | src/fastmath.h | |
+1 −1 | src/fir.cpp | |
+1 −1 | src/fir.h | |
+1 −1 | src/iir.cpp | |
+1 −1 | src/iir.h | |
+210 −0 | src/iir32.cpp | |
+70 −0 | src/iir32.h | |
+222 −46 | src/ladder.cpp | |
+29 −4 | src/ladder.h | |
+1 −1 | src/phasor.cpp | |
+1 −1 | src/phasor.h | |
+1 −1 | src/plugin.cpp | |
+1 −1 | src/plugin.hpp | |
+180 −34 | src/sallenkey.cpp | |
+39 −5 | src/sallenkey.h | |
+214 −38 | src/svfilter.cpp | |
+31 −4 | src/svfilter.h |