-
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 WavsynModular to version 2.1.0. #802
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule WavsynModular
updated
22 files
+2 −0 | .gitignore | |
+80 −1 | .vscode/settings.json | |
+9 −0 | CHANGELOG.md | |
+1 −1 | README.md | |
+11 −1 | plugin.json | |
+135 −0 | presets/Trip/blipbloop.vcvm | |
+135 −0 | presets/Trip/complex.vcvm | |
+135 −0 | presets/Trip/italo-evol.vcvm | |
+135 −0 | presets/Trip/italo.vcvm | |
+135 −0 | presets/Trip/motif.vcvm | |
+135 −0 | presets/Trip/swinging.vcvm | |
+131 −0 | presets/Trip/template.vcvm | |
+135 −0 | presets/Trip/tripping.vcvm | |
+135 −0 | presets/Trip/voyager.vcvm | |
+135 −0 | presets/Trip/west.vcvm | |
+7 −1 | res/Pleats.svg | |
+7 −1 | res/Strange.svg | |
+948 −0 | res/Trip.svg | |
+6 −13 | src/Strange.cpp | |
+771 −0 | src/Trip.cpp | |
+1 −1 | src/plugin.cpp | |
+2 −0 | src/plugin.hpp |