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",
"name": "Count Modula",
"version": "1.5.0",
"version": "1.5.1",
"license": "GPL-3.0-only",
"brand": "Count Modula",
"author": "Adam Verspaget",
@@ -508,7 +508,8 @@
"name": "Offset Generator",
"description": "Offsets a CV signal by a given amount.",
"tags": [
"Utility"
"Utility",
"Polyphonic"
]
},
{
@@ -526,6 +527,24 @@
"tags": [
"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",
"name": "Glue the Giant",
"version": "1.0.4",
"version": "1.0.5",
"license": "GPL-3.0-or-later",
"brand": "Glue the Giant",
"author": "Paul Merchant",
@@ -48,6 +48,16 @@
"Polyphonic"
]
},
{
"slug": "BusDepot",
"name": "Bus Depot",
"description": "Master fader, vu meters, and mix output for three stereo buses",
"tags": [
"Mixer",
"Visual",
"Polyphonic"
]
},
{
"slug": "BusRoute",
"name": "Bus Route",
@@ -59,6 +69,15 @@
"Polyphonic"
]
},
{
"slug": "Road",
"name": "Road",
"description": "Merge stereo buses from mix groups",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "EnterBus",
"name": "Enter Mixer Bus",
@@ -74,25 +93,6 @@
"tags": [
"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",
"name": "Mockba Modular",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"brand": "Mockba Modular",
"author": "Mockba the Borg",


+ 9
- 1
manifests/kocmoc.json View File

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

Loading…
Cancel
Save