-
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 dbRackSequencer to version 2.3.1. #730
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dbRackSequencer
updated
34 files
+29 −1 | README.md | |
+ − | images/hexseqp2.png | |
+ − | images/uMatrix.png | |
+20 −2 | plugin.json | |
+1,406 −0 | res/HexSeqP2.svg | |
+1,219 −0 | res/MMatrix.svg | |
+3 −3 | src/ACC.cpp | |
+1 −1 | src/AG.cpp | |
+2 −2 | src/ASEQ.cpp | |
+23 −10 | src/Ant.cpp | |
+8 −8 | src/C42.cpp | |
+4 −4 | src/CCA.cpp | |
+6 −6 | src/CCA2.cpp | |
+1 −1 | src/CDiv.cpp | |
+1 −1 | src/CV.cpp | |
+1 −1 | src/CYC.cpp | |
+1 −1 | src/Chords.cpp | |
+497 −0 | src/HexSeqP2.cpp | |
+6 −6 | src/M851.cpp | |
+6 −2 | src/MouseSeq.cpp | |
+5 −5 | src/N3.cpp | |
+5 −0 | src/P16A.cpp | |
+3 −3 | src/P4.cpp | |
+3 −3 | src/PMod.cpp | |
+5 −5 | src/PwmClock.cpp | |
+2 −2 | src/TD4.cpp | |
+162 −72 | src/TheMatrix.cpp | |
+3 −3 | src/Uno.cpp | |
+361 −0 | src/hexfield.h | |
+231 −0 | src/hexutil.h | |
+5 −0 | src/plugin.cpp | |
+8 −1 | src/plugin.hpp | |
+421 −0 | src/textfield.cpp | |
+45 −0 | src/textfield.hpp |