-
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 MockbaModular to version 2.0.0. #615
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule MockbaModular
updated
20 files
+6 −3 | README.md | |
+20 −1 | plugin.json | |
+5 −3 | premake5.lua | |
+507 −0 | res/ReVoltah.svg | |
+46 −1 | src/CZReso1.cpp | |
+46 −1 | src/CZReso2.cpp | |
+46 −1 | src/CZReso3.cpp | |
+2 −1 | src/Countah.cpp | |
+39 −1 | src/Feidah.cpp | |
+39 −1 | src/FeidahS.cpp | |
+22 −24 | src/Filtah.cpp | |
+10 −2 | src/Holdah.cpp | |
+1 −2 | src/Mixah.cpp | |
+40 −2 | src/Mixah3.cpp | |
+248 −64 | src/MockbaModular.hpp | |
+36 −12 | src/Pannah.cpp | |
+84 −0 | src/ReVoltah.cpp | |
+1 −1 | src/Selectah.cpp | |
+1 −0 | src/plugin.cpp | |
+2 −1 | src/plugin.hpp |