diff --git a/manifests/MrLumps.json b/manifests/MrLumps.json index d0887f50..6dab2d4b 100644 --- a/manifests/MrLumps.json +++ b/manifests/MrLumps.json @@ -1,10 +1,41 @@ { + "slug": "MrLumps", "name": "MrLumps", - "author": "David Peterson", + "version": "1.0.0", "license": "MIT", + "brand": "MrLumps", + "author": "David Peterson", + "authorEmail": "djp23662@gmail.com", + "authorUrl": "https://github.com/djpeterso23662", + "pluginUrl": "https://github.com/djpeterso23662/MrLumps", "manualUrl": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md", "sourceUrl": "https://github.com/djpeterso23662/MrLumps", - "pluginUrl": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md", - "slug": "MrLumps", - "version": "0.6.0" + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "SEQE", + "name": "SEQEuclid", + "description": "Euclidean Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "VCS1", + "name": "VCS1", + "description": "1x8 Voltage Controlled Switch", + "tags": [ + "Switch" + ] + }, + { + "slug": "VCS2", + "name": "VCS2", + "description": "2x4 Voltage Controlled Switch", + "tags": [ + "Switch" + ] + } + ] } \ No newline at end of file diff --git a/manifests/NocturnalEncoder.json b/manifests/NocturnalEncoder.json index 522c73ae..4d1c48f1 100644 --- a/manifests/NocturnalEncoder.json +++ b/manifests/NocturnalEncoder.json @@ -1,10 +1,38 @@ { + "slug": "NocturnalEncoder", "name": "Nocturnal Encoder", - "author": "David Peterson", + "version": "1.0.0", "license": "BSD-3-Clause", + "brand": "Nocturnal Encoder", + "author": "David Peterson", + "authorEmail": "djp23662@gmail.com", + "authorUrl": "https://github.com/djpeterso23662", + "pluginUrl": "https://github.com/djpeterso23662/NocturnalEncoder", "manualUrl": "https://github.com/djpeterso23662/NocturnalEncoder/blob/master/README.md", "sourceUrl": "https://github.com/djpeterso23662/NocturnalEncoder", - "pluginUrl": "https://github.com/djpeterso23662/NocturnalEncoder/blob/master/README.md", - "slug": "NocturnalEncoder", - "version": "0.6.1" + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "AMDecoder", + "name": "NE-1 Decoder", + "description": "Dual Amplitude Modulation Decoder", + "tags": [ + "Attenuator", + "Slew limiter", + "Envelope follower", + "Dual" + ] + }, + { + "slug": "AMEncoder", + "name": "NE-2 Encoder", + "description": "Dual Amplitude Modulation Encoder", + "tags": [ + "Oscillator", + "Amplifier", + "Dual" + ] + } + ] } \ No newline at end of file