-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update kocmoc * Fix whitespace. * Update HetrickCV. (#784) * Add OptikEcho, a polyphonic piano emulator. * Update HetrickCV * Revert "Add OptikEcho, a polyphonic piano emulator." This reverts commit 5099055. * Fix whitespace. * Fix whitespace again. * Fix even more whitespace. * Update module colors. * Revert "Update HetrickCV. (#784)" This reverts commit 008ddbc.
- Loading branch information
Showing
3 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
Submodule kocmoc
updated
31 files
+51 −1 | README.md | |
+20 −2 | plugin.json | |
+541 −0 | res/uLADR.svg | |
+558 −0 | res/uSVF.svg | |
+29 −27 | src/DDLY.cpp | |
+29 −10 | src/LADR.cpp | |
+1 −1 | src/MUL.cpp | |
+1 −1 | src/OP.cpp | |
+1 −1 | src/PHASR.cpp | |
+27 −8 | src/SKF.cpp | |
+25 −6 | 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 | |
+229 −53 | src/ladder.cpp | |
+29 −4 | src/ladder.h | |
+1 −1 | src/phasor.cpp | |
+1 −1 | src/phasor.h | |
+4 −2 | src/plugin.cpp | |
+3 −1 | src/plugin.hpp | |
+181 −35 | src/sallenkey.cpp | |
+39 −5 | src/sallenkey.h | |
+216 −40 | src/svfilter.cpp | |
+31 −4 | src/svfilter.h | |
+232 −0 | src/uLADR.cpp | |
+244 −0 | src/uSVF.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters