Browse Source

Update manifest for FrozenWasteland, SubmarineFree, GlueTheGiant

v1
Andrew Belt 5 years ago
parent
commit
246c73f6fb
3 changed files with 73 additions and 17 deletions
  1. +21
    -3
      manifests/FrozenWasteland.json
  2. +35
    -13
      manifests/GlueTheGiant.json
  3. +17
    -1
      manifests/SubmarineFree.json

+ 21
- 3
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{
"slug": "FrozenWasteland",
"name": "Frozen Wasteland",
"version": "1.9.2",
"version": "1.9.5",
"author": "almostEric",
"license": "CC0-1.0",
"authorEmail": "almostEric@frozenwastelandmodules.com",
@@ -105,9 +105,27 @@
{
"slug": "ProbablyNote",
"name": "Probably Note",
"description": "Probability Quantizer",
"description": "Probabilistic Quantizer",
"tags": [
"Quantizer"
"Quantizer",
"Random"
]
},
{
"slug": "ProbablyNoteBP",
"name": "Probably Note - Bohlen Pierce",
"description": "Probabilistic Quantizer using Bohlen Pierce tuning",
"tags": [
"Quantizer",
"Random"
]
},
{
"slug": "PNChordExpander",
"name": "Probably Note - Chord Expander",
"description": "Adds Chord Generation to Probably Not(e)",
"tags": [
"Expander"
]
},
{


+ 35
- 13
manifests/GlueTheGiant.json View File

@@ -1,14 +1,14 @@
{
"slug": "GlueTheGiant",
"name": "Glue the Giant",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0-or-later",
"brand": "Glue the Giant",
"author": "Paul Merchant",
"authorEmail": "prmerchant@gmail.com",
"authorUrl": "https://github.com/gluethegiant",
"pluginUrl": "https://github.com/gluethegiant/gtg-rack",
"manualUrl": "https://github.com/gluethegiant/gtg-rack/wiki",
"manualUrl": "https://github.com/gluethegiant/gtg-rack/blob/master/README.md",
"sourceUrl": "https://github.com/gluethegiant/gtg-rack",
"donateUrl": "",
"modules": [
@@ -17,33 +17,45 @@
"name": "Mini Bus Mixer",
"description": "Mono to three stereo buses",
"tags": [
"Mixer"
"Mixer",
"Polyphonic"
]
},
{
"slug": "GigBus",
"name": "Gig Bus Mixer",
"description": "Pan to three stereo buses",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "SchoolBus",
"name": "School Bus Mixer",
"description": "Pan control to three stereo buses",
"description": "Pan and CV to three stereo buses",
"tags": [
"Mixer"
"Mixer",
"Polyphonic"
]
},
{
"slug": "BusRoute",
"name": "Bus Route",
"description": "Three stereo sends and returns",
"slug": "MetroCityBus",
"name": "Metro City Bus Mixer",
"description": "Polyphonic stereo spread (and pan follow) to three buses",
"tags": [
"Mixer",
"Utility"
"Polyphonic"
]
},
{
"slug": "BusDepot",
"name": "Bus Depot",
"description": "Sums three stereo buses",
"slug": "BusRoute",
"name": "Bus Route",
"description": "Three stereo sends and returns",
"tags": [
"Mixer",
"Visual"
"Utility",
"Polyphonic"
]
},
{
@@ -61,6 +73,16 @@
"tags": [
"Utility"
]
},
{
"slug": "BusDepot",
"name": "Bus Depot",
"description": "Sums three stereo buses",
"tags": [
"Mixer",
"Visual",
"Polyphonic"
]
}
]
}

+ 17
- 1
manifests/SubmarineFree.json View File

@@ -11,7 +11,7 @@
"donateUrl": "https://www.paypal.me/SubmarineFree",
"pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md",
"changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md",
"version": "1.0.3",
"version": "1.0.4",
"modules": [
{
"slug": "AG-104",
@@ -388,6 +388,14 @@
"VISUAL"
]
},
{
"slug": "TD-316",
"name": "TD-316",
"description": "TD-316 Text Display",
"tags": [
"VISUAL"
]
},
{
"slug": "TF-101",
"name": "TF-101",
@@ -396,6 +404,14 @@
"VISUAL"
]
},
{
"slug": "TF-102",
"name": "TF-102",
"description": "TF-102 Text Display Format Control",
"tags": [
"VISUAL"
]
},
{
"slug": "TM-105",
"name": "TM-105",


Loading…
Cancel
Save