-
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 integrate KarateSnoopy at version 1.0.0. #506
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule KarateSnoopy
updated
23 files
+2 −1 | .gitignore | |
+5 −1 | .vscode/settings.json | |
+0 −8 | Makefile | |
+23 −0 | plugin.json | |
+569 −0 | res/Seq.svg | |
+0 −285 | res/SeqModule.svg | |
+408 −0 | res/Split.svg | |
+0 −110 | src/ButtonWithLight.cpp | |
+0 −31 | src/ButtonWithLight.h | |
+0 −47 | src/LCDNumberWidget.cpp | |
+0 −14 | src/LCDNumberWidget.h | |
+0 −21 | src/PluginInit.cpp | |
+0 −5 | src/PluginInit.h | |
+0 −95 | src/SEQWidget.cpp | |
+0 −12 | src/SEQWidget.h | |
+572 −0 | src/Seq.cpp | |
+0 −535 | src/SeqModule.cpp | |
+0 −128 | src/SeqModule.h | |
+0 −55 | src/TextLabelWidget.cpp | |
+0 −24 | src/TextLabelWidget.h | |
+11 −0 | src/plugin.cpp | |
+7 −0 | src/plugin.hpp | |
+0 −1 | src/utils.h |