From ebf8794501d09525103724da6bd288eb46e81189 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Thu, 23 May 2019 18:47:06 -0600 Subject: [PATCH] Integrate JW-Modules at version 1.0.0. #557 --- manifests/JW-Modules.json | 118 ++++++++++++++++++++++++++++++++++++++ repos/JW-Modules | 2 +- 2 files changed, 119 insertions(+), 1 deletion(-) create mode 100644 manifests/JW-Modules.json diff --git a/manifests/JW-Modules.json b/manifests/JW-Modules.json new file mode 100644 index 00000000..7037bc3d --- /dev/null +++ b/manifests/JW-Modules.json @@ -0,0 +1,118 @@ +{ + "slug": "JW-Modules", + "name": "JW-Modules", + "author": "Jeremy Wentworth", + "license": "BSD-3-Clause", + "authorEmail": "jeremy@jeremywentworth.com", + "pluginUrl": "https://github.com/jeremywen/JW-Modules", + "authorUrl": "http://jeremywentworth.com/", + "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules", + "sourceUrl": "https://github.com/jeremywen/JW-Modules", + "version": "1.0.0", + "modules": [ + { + "slug": "BlankPanel_SM", + "name": "Blank Panel (Small)", + "tags": [ + "Visual" + ] + }, + { + "slug": "BlankPanel_MD", + "name": "Blank Panel (Medium)", + "tags": [ + "Visual" + ] + }, + { + "slug": "BlankPanel_LG", + "name": "Blank Panel (Large)", + "tags": [ + "Visual" + ] + }, + { + "slug": "BouncyBalls", + "name": "Bouncy Balls", + "tags": [ + "Sequencer", + "Visual" + ] + }, + { + "slug": "0Cat", + "name": "0Cat", + "tags": [ + "Visual" + ] + }, + { + "slug": "FullScope", + "name": "Full Scope", + "tags": [ + "Visual" + ] + }, + { + "slug": "GridSeq", + "name": "GridSeq", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "MinMax", + "name": "Min Max", + "tags": [ + "Utility" + ] + }, + { + "slug": "NoteSeq", + "name": "NoteSeq", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Quantizer", + "name": "Quantizer", + "tags": [ + "Quantizer" + ] + }, + { + "slug": "SimpleClock", + "name": "Simple Clock", + "tags": [ + "Clock", + "Random" + ] + }, + { + "slug": "ThingThing", + "name": "Thing Thing", + "tags": [ + "Visual" + ] + }, + { + "slug": "WavHead", + "name": "Wav Head", + "tags": [ + "Visual" + ] + }, + { + "slug": "XYPad", + "name": "XY Pad", + "tags": [ + "LFO", + "Envelope Generator", + "Random", + "Oscillator", + "Sample and Hold" + ] + } + ] +} \ No newline at end of file diff --git a/repos/JW-Modules b/repos/JW-Modules index 303c4d55..1c23494d 160000 --- a/repos/JW-Modules +++ b/repos/JW-Modules @@ -1 +1 @@ -Subproject commit 303c4d5563dfdb4f45008fcfb0ae9eeaaac7912f +Subproject commit 1c23494d66e7c6810e92ab98cc61bd059588db08