Browse Source

Update manifest for voxglitch, JW-Modules

v1
Andrew Belt 5 years ago
parent
commit
7c93004af8
2 changed files with 12 additions and 3 deletions
  1. +1
    -1
      manifests/JW-Modules.json
  2. +11
    -2
      manifests/voxglitch.json

+ 1
- 1
manifests/JW-Modules.json View File

@@ -9,7 +9,7 @@
"manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules", "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules",
"sourceUrl": "https://github.com/jeremywen/JW-Modules", "sourceUrl": "https://github.com/jeremywen/JW-Modules",
"donateUrl": "https://www.paypal.me/jeremywen", "donateUrl": "https://www.paypal.me/jeremywen",
"version": "1.0.10",
"version": "1.0.11",
"modules": [ "modules": [
{ {
"slug": "BlankPanel_SM", "slug": "BlankPanel_SM",


+ 11
- 2
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "voxglitch", "slug": "voxglitch",
"name": "Voxglitch", "name": "Voxglitch",
"version": "1.2.1",
"version": "1.3.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "Voxglitch", "brand": "Voxglitch",
"author": "Bret Truchan", "author": "Bret Truchan",
@@ -25,7 +25,7 @@
{ {
"slug": "ghosts", "slug": "ghosts",
"name": "Ghosts", "name": "Ghosts",
"description": "Granular synthesis based sample player/scanner.",
"description": "Granular synthesis sample player/scanner with looping grains.",
"tags": [ "tags": [
"Granular", "Granular",
"Sampler" "Sampler"
@@ -40,6 +40,15 @@
"Sampler" "Sampler"
] ]
}, },
{
"slug": "grainengine",
"name": "Grain Engine",
"description": "Basic .wav player/scanner using granular synthesis",
"tags": [
"Granular",
"Sampler"
]
},
{ {
"slug": "repeater", "slug": "repeater",
"name": "Repeater", "name": "Repeater",


Loading…
Cancel
Save