Browse Source

Update manifest for MrLumps, NocturnalEncoder

v1
Andrew Belt 5 years ago
parent
commit
10f1f65d07
2 changed files with 67 additions and 8 deletions
  1. +35
    -4
      manifests/MrLumps.json
  2. +32
    -4
      manifests/NocturnalEncoder.json

+ 35
- 4
manifests/MrLumps.json View File

@@ -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"
]
}
]
}

+ 32
- 4
manifests/NocturnalEncoder.json View File

@@ -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"
]
}
]
}

Loading…
Cancel
Save