Browse Source

Update manifest for kocmoc, voxglitch

v1
Andrew Belt 5 years ago
parent
commit
16fb5cc7e7
2 changed files with 30 additions and 8 deletions
  1. +29
    -7
      manifests/kocmoc.json
  2. +1
    -1
      manifests/voxglitch.json

+ 29
- 7
manifests/kocmoc.json View File

@@ -1,7 +1,7 @@
{
"slug": "kocmoc",
"name": "kocmoc",
"version": "1.2.1",
"version": "1.2.6",
"license": "GPL-3.0-or-later",
"brand": "kocmoc",
"author": "janne808",
@@ -15,11 +15,10 @@
"modules": [
{
"slug": "SVF-1",
"name": "SVF-1",
"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"
]
}
]

+ 1
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "1.6.0",
"version": "1.7.2",
"license": "BSD-3-Clause",
"brand": "Voxglitch",
"author": "Bret Truchan",


Loading…
Cancel
Save