Browse Source

Update manifest for kocmoc, voxglitch

v1
Andrew Belt 5 years ago
parent
commit
ada0efc8cd
2 changed files with 39 additions and 9 deletions
  1. +30
    -8
      manifests/kocmoc.json
  2. +9
    -1
      manifests/voxglitch.json

+ 30
- 8
manifests/kocmoc.json View File

@@ -1,7 +1,7 @@
{
"slug": "kocmoc",
"name": "kocmoc",
"version": "1.2.1",
"version": "1.2.5",
"license": "GPL-3.0-or-later",
"brand": "kocmoc",
"author": "janne808",
@@ -14,12 +14,11 @@
"changelogUrl": "",
"modules": [
{
"slug": "SVF-1",
"name": "SVF-1",
"slug": "SVF",
"name": "SVF",
"description": "State Variable Filter",
"tags": [
"vcf",
"filter"
"Filter"
]
},
{
@@ -27,7 +26,7 @@
"name": "TRG",
"description": "Trigger Sequencer",
"tags": [
"sequencer"
"Sequencer"
]
},
{
@@ -35,8 +34,31 @@
"name": "LADR",
"description": "4-pole Ladder Filter",
"tags": [
"vcf",
"filter"
"Filter"
]
},
{
"slug": "OP",
"name": "OP",
"description": "Phase-modulation operator",
"tags": [
"Oscillator"
]
},
{
"slug": "PHASR",
"name": "PHASR",
"description": "Phasor oscillator",
"tags": [
"Oscillator"
]
},
{
"slug": "MUL",
"name": "MUL",
"description": "Multiplier",
"tags": [
"Utility"
]
}
]

+ 9
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "1.3.0",
"version": "1.6.0",
"license": "BSD-3-Clause",
"brand": "Voxglitch",
"author": "Bret Truchan",
@@ -22,6 +22,14 @@
"Drum"
]
},
{
"slug": "digitalsequencer",
"name": "Digital Sequencer",
"description": "Six-in-one cv/gate sequencers with independent control over clock division and sequence length.",
"tags": [
"Sequencer"
]
},
{
"slug": "ghosts",
"name": "Ghosts",


Loading…
Cancel
Save