Browse Source

Update manifest for kocmoc, voxglitch

v1
Andrew Belt 6 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", "slug": "kocmoc",
"name": "kocmoc", "name": "kocmoc",
"version": "1.2.1",
"version": "1.2.6",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "kocmoc", "brand": "kocmoc",
"author": "janne808", "author": "janne808",
@@ -15,11 +15,10 @@
"modules": [ "modules": [
{ {
"slug": "SVF-1", "slug": "SVF-1",
"name": "SVF-1",
"name": "SVF",
"description": "State Variable Filter", "description": "State Variable Filter",
"tags": [ "tags": [
"vcf",
"filter"
"Filter"
] ]
}, },
{ {
@@ -27,7 +26,7 @@
"name": "TRG", "name": "TRG",
"description": "Trigger Sequencer", "description": "Trigger Sequencer",
"tags": [ "tags": [
"sequencer"
"Sequencer"
] ]
}, },
{ {
@@ -35,8 +34,31 @@
"name": "LADR", "name": "LADR",
"description": "4-pole Ladder Filter", "description": "4-pole Ladder Filter",
"tags": [ "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", "slug": "voxglitch",
"name": "Voxglitch", "name": "Voxglitch",
"version": "1.6.0",
"version": "1.7.2",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "Voxglitch", "brand": "Voxglitch",
"author": "Bret Truchan", "author": "Bret Truchan",


Loading…
Cancel
Save