-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review and update alefsbits to version 2.4.2. #721
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule alefsbits
updated
18 files
+674 −0 | LICENSE | |
+4 −0 | README.md | |
+1 −1 | plugin.json | |
+180 −0 | res/mlt.svg | |
+22 −127 | res/noize.svg | |
+144 −349 | res/octsclr.svg | |
+33 −14 | res/polyrand.svg | |
+308 −0 | res/shift.svg | |
+5 −76 | res/simplexandhold.svg | |
+85 −16 | res/steps.svg | |
+ − | screenshot.png | |
+86 −0 | src/mlt.cpp | |
+12 −3 | src/octsclr.cpp | |
+175 −0 | src/shift.cpp | |
+29 −20 | src/simplexandhold.cpp | |
+0 −128 | src/simplexvco.cpp | |
+8 −16 | src/steps.cpp | |
+1 −1 | src/steps.hpp |