Browse Source

Update manifest for 23volts, AriaSalvatrice

v1
Andrew Belt 5 years ago
parent
commit
8580986af0
2 changed files with 131 additions and 6 deletions
  1. +75
    -1
      manifests/23volts.json
  2. +56
    -5
      manifests/AriaSalvatrice.json

+ 75
- 1
manifests/23volts.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "23volts", "slug": "23volts",
"name": "23volts", "name": "23volts",
"version": "1.0.1",
"version": "1.1.2",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "23volts", "brand": "23volts",
"author": "R\u00e9mi Collin", "author": "R\u00e9mi Collin",
@@ -11,6 +11,7 @@
"manualUrl": "https://github.com/23volts/23volts-vcv", "manualUrl": "https://github.com/23volts/23volts-vcv",
"sourceUrl": "https://github.com/23volts/23volts-vcv", "sourceUrl": "https://github.com/23volts/23volts-vcv",
"donateUrl": "https://paypal.me/23volts", "donateUrl": "https://paypal.me/23volts",
"changelogUrl": "https://github.com/23volts/23volts-vcv/CHANGELOG.md",
"modules": [ "modules": [
{ {
"slug": "Mem", "slug": "Mem",
@@ -33,6 +34,26 @@
"Utility" "Utility"
] ]
}, },
{
"slug": "MultimapK",
"name": "Multimap",
"description": "Versatile Midi IO & mapping utility, 16 knobs version",
"tags": [
"Midi",
"Controller",
"Utility"
]
},
{
"slug": "MultimapS",
"name": "Multimap",
"description": "Versatile Midi IO & mapping utility, 16 switches version",
"tags": [
"Midi",
"Controller",
"Utility"
]
},
{ {
"slug": "Split8", "slug": "Split8",
"name": "Split8", "name": "Split8",
@@ -42,6 +63,24 @@
"Utility" "Utility"
] ]
}, },
{
"slug": "Split4",
"name": "Split4",
"description": "2 x 4 voices polyphonic splitter",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Merge4",
"name": "Merge4",
"description": "2 x 4 voices polyphonic merger",
"tags": [
"Polyphonic",
"Utility"
]
},
{ {
"slug": "Morph", "slug": "Morph",
"name": "Morph", "name": "Morph",
@@ -78,6 +117,41 @@
"Clock Modulator", "Clock Modulator",
"Polyphonic" "Polyphonic"
] ]
},
{
"slug": "MidiPC",
"name": "MidiPC",
"description": "Sends and receive midi program change",
"tags": [
"MIDI"
]
},
{
"slug": "PolyMerge",
"name": "PolyMerge",
"description": "Merge N polyphonic inputs to 1 polyphonic output",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "PolySplit",
"name": "PolySplit",
"description": "Splits 1 polyphonic input to N polyphonic outputs",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "MonoPoly",
"name": "MonoPoly",
"description": "Copy a mono channel to 1-n poly channels",
"tags": [
"Polyphonic",
"Utility"
]
} }
] ]
} }

+ 56
- 5
manifests/AriaSalvatrice.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "AriaSalvatrice", "slug": "AriaSalvatrice",
"name": "Aria Salvatrice", "name": "Aria Salvatrice",
"version": "1.0.0",
"version": "1.1.0",
"license": "WTFPL", "license": "WTFPL",
"brand": "Aria Salvatrice", "brand": "Aria Salvatrice",
"author": "Aria Salvatrice", "author": "Aria Salvatrice",
@@ -11,15 +11,66 @@
"manualUrl": "https://github.com/AriaSalvatrice/AriaVCVModules", "manualUrl": "https://github.com/AriaSalvatrice/AriaVCVModules",
"sourceUrl": "https://github.com/AriaSalvatrice/AriaVCVModules", "sourceUrl": "https://github.com/AriaSalvatrice/AriaVCVModules",
"donateUrl": "", "donateUrl": "",
"changelogUrl": "",
"changelogUrl": "https://github.com/AriaSalvatrice/AriaVCVModules/blob/master/CHANGELOG.md",
"modules": [ "modules": [
{
"slug": "Splort",
"name": "Signature Series Splort",
"description": "16 channels polyphonic split with optional chainable sort mode",
"tags": [
"Polyphonic",
"Utility",
"Logic"
]
},
{
"slug": "Smerge",
"name": "Signature Series Smerge",
"description": "16 channels polyphonic merge with optional chainable sort mode",
"tags": [
"Polyphonic",
"Utility",
"Logic"
]
},
{
"slug": "Spleet",
"name": "Signature Series Spleet",
"description": "Dual 4 channels / single 8 channels polyphonic split with optional sort mode",
"tags": [
"Polyphonic",
"Utility",
"Logic",
"Dual"
]
},
{
"slug": "Swerge",
"name": "Signature Series Swerge",
"description": "Dual 4 channels / single 8 channels polyphonic merge with optional sort mode",
"tags": [
"Polyphonic",
"Utility",
"Logic",
"Dual"
]
},
{ {
"slug": "Splirge", "slug": "Splirge",
"name": "Splirge",
"description": "Tiny 4-channel polyphonic split and merge",
"name": "Signature Series Splirge",
"description": "4 channels polyphonic split and merge with optional sort mode",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
"Utility"
"Utility",
"Logic"
]
},
{
"slug": "Blank",
"name": "Signature Series 8hp Blank Plate",
"description": "A complimentary blank plate and \u2665-head screwdriver are provided with every Signature Series module purchase",
"tags": [
"Blank"
] ]
} }
] ]

Loading…
Cancel
Save