Browse Source

Update manifest for voxglitch, 23volts

v1
Andrew Belt 5 years ago
parent
commit
bd4437286c
2 changed files with 62 additions and 1 deletions
  1. +1
    -1
      manifests/23volts.json
  2. +61
    -0
      manifests/voxglitch.json

+ 1
- 1
manifests/23volts.json View File

@@ -1,7 +1,7 @@
{
"slug": "23volts",
"name": "23volts",
"version": "1.1.2",
"version": "1.1.3",
"license": "GPL-3.0-only",
"brand": "23volts",
"author": "R\u00e9mi Collin",


+ 61
- 0
manifests/voxglitch.json View File

@@ -0,0 +1,61 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "1.0.0",
"license": "BSD-3-Clause",
"brand": "Voxglitch",
"author": "Bret Truchan",
"authorEmail": "clone45@gmail.com",
"authorUrl": "",
"pluginUrl": "https://github.com/clone45/voxglitch",
"manualUrl": "https://github.com/clone45/voxglitch",
"sourceUrl": "https://github.com/clone45/voxglitch",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "ghosts",
"name": "Ghosts",
"description": "Granular synthesis based sample player/scanner.",
"tags": [
"Granular",
"Sampler"
]
},
{
"slug": "goblins",
"name": "Goblins",
"description": "Antisocial .wav player/scanner using granular synthesis",
"tags": [
"Granular",
"Sampler"
]
},
{
"slug": "repeater",
"name": "Repeater",
"description": "Looping sample player with playback offset control.",
"tags": [
"Sampler"
]
},
{
"slug": "wavbank",
"name": "Wav Bank",
"description": "Sample player that can load and switch between all .wav files in a folder.",
"tags": [
"Sampler"
]
},
{
"slug": "xy",
"name": "XY",
"description": "CV output generator with built in gesture recording.",
"tags": [
"Sequencer",
"Recording",
"Envelope Generator"
]
}
]
}

Loading…
Cancel
Save