-
-
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.
* 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.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
Submodule HetrickCV
updated
20 files
+8 −2 | CHANGELOG.md | |
+40 −1 | plugin.json | |
+180 −0 | res/PhasorFreezer.svg | |
+329 −0 | res/PhasorProbability.svg | |
+344 −0 | res/PhasorSplitter.svg | |
+48 −48 | res/TrigShaper.svg | |
+ − | res/affinity redo/PhasorFreezer.afdesign | |
+ − | res/affinity redo/PhasorMixer.afdesign | |
+ − | res/affinity redo/PhasorProbability.afdesign | |
+ − | res/affinity redo/PhasorSplitter.afdesign | |
+12 −0 | src/DSP/Phasors/HCVPhasorEffects.cpp | |
+15 −0 | src/DSP/Phasors/HCVPhasorEffects.h | |
+4 −0 | src/HetrickCV.cpp | |
+4 −0 | src/HetrickCV.hpp | |
+13 −4 | src/HetrickUtilities.hpp | |
+118 −0 | src/PhasorFreezer.cpp | |
+221 −0 | src/PhasorProbability.cpp | |
+3 −0 | src/PhasorReset.cpp | |
+252 −0 | src/PhasorSplitter.cpp | |
+243 −0 | src/TrigShaper.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