Browse Source

Update manifest for MockbaModular, kocmoc, GlueTheGiant, CountModula

v1
Andrew Belt 5 years ago
parent
commit
643b3305b6
4 changed files with 51 additions and 24 deletions
  1. +21
    -2
      manifests/CountModula.json
  2. +20
    -20
      manifests/GlueTheGiant.json
  3. +1
    -1
      manifests/MockbaModular.json
  4. +9
    -1
      manifests/kocmoc.json

+ 21
- 2
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "CountModula", "slug": "CountModula",
"name": "Count Modula", "name": "Count Modula",
"version": "1.5.0",
"version": "1.5.1",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "Count Modula", "brand": "Count Modula",
"author": "Adam Verspaget", "author": "Adam Verspaget",
@@ -508,7 +508,8 @@
"name": "Offset Generator", "name": "Offset Generator",
"description": "Offsets a CV signal by a given amount.", "description": "Offsets a CV signal by a given amount.",
"tags": [ "tags": [
"Utility"
"Utility",
"Polyphonic"
] ]
}, },
{ {
@@ -526,6 +527,24 @@
"tags": [ "tags": [
"Controller" "Controller"
] ]
},
{
"slug": "FadeExpander",
"name": "Fade-in/Fade-out Expander",
"description": "Adds sequencer start/stop and envelope outputs to the fade controller",
"tags": [
"Controller",
"Expander"
]
},
{
"slug": "SequencerExpanderTSG",
"name": "Trigger Sequencer Gate Expander",
"description": "Adds gate outputs to the 8 and 16 Step Trigger Sequencers",
"tags": [
"Sequencer",
"Expander"
]
} }
] ]
} }

+ 20
- 20
manifests/GlueTheGiant.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "GlueTheGiant", "slug": "GlueTheGiant",
"name": "Glue the Giant", "name": "Glue the Giant",
"version": "1.0.4",
"version": "1.0.5",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Glue the Giant", "brand": "Glue the Giant",
"author": "Paul Merchant", "author": "Paul Merchant",
@@ -48,6 +48,16 @@
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "BusDepot",
"name": "Bus Depot",
"description": "Master fader, vu meters, and mix output for three stereo buses",
"tags": [
"Mixer",
"Visual",
"Polyphonic"
]
},
{ {
"slug": "BusRoute", "slug": "BusRoute",
"name": "Bus Route", "name": "Bus Route",
@@ -59,6 +69,15 @@
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "Road",
"name": "Road",
"description": "Merge stereo buses from mix groups",
"tags": [
"Utility",
"Polyphonic"
]
},
{ {
"slug": "EnterBus", "slug": "EnterBus",
"name": "Enter Mixer Bus", "name": "Enter Mixer Bus",
@@ -74,25 +93,6 @@
"tags": [ "tags": [
"Utility" "Utility"
] ]
},
{
"slug": "Road",
"name": "Road",
"description": "Merge stereo buses from mix groups",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "BusDepot",
"name": "Bus Depot",
"description": "Master fader, vu meters, and mix output for three stereo buses",
"tags": [
"Mixer",
"Visual",
"Polyphonic"
]
} }
] ]
} }

+ 1
- 1
manifests/MockbaModular.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "MockbaModular", "slug": "MockbaModular",
"name": "Mockba Modular", "name": "Mockba Modular",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT", "license": "MIT",
"brand": "Mockba Modular", "brand": "Mockba Modular",
"author": "Mockba the Borg", "author": "Mockba the Borg",


+ 9
- 1
manifests/kocmoc.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "kocmoc", "slug": "kocmoc",
"name": "kocmoc", "name": "kocmoc",
"version": "1.0.1",
"version": "1.1.2",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "kocmoc", "brand": "kocmoc",
"author": "janne808", "author": "janne808",
@@ -21,6 +21,14 @@
"vcf", "vcf",
"filter" "filter"
] ]
},
{
"slug": "TRG",
"name": "TRG",
"description": "Trigger Sequencer",
"tags": [
"sequencer"
]
} }
] ]
} }

Loading…
Cancel
Save