Browse Source

Fix URLs. Use correct "Hardware clone" tag.

tags/v1.0.1
Andrew Belt 5 years ago
parent
commit
97c9f27dc0
1 changed files with 20 additions and 20 deletions
  1. +20
    -20
      plugin.json

+ 20
- 20
plugin.json View File

@@ -1,13 +1,13 @@
{ {
"slug": "AudibleInstruments", "slug": "AudibleInstruments",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"name": "Audible Instruments", "name": "Audible Instruments",
"author": "VCV", "author": "VCV",
"authorEmail": "contact@vcvrack.com", "authorEmail": "contact@vcvrack.com",
"authorUrl": "https://vcvrack.com/", "authorUrl": "https://vcvrack.com/",
"pluginUrl": "https://vcvrack.com/AudibleInstruments.html",
"manualUrl": "https://vcvrack.com/AudibleInstruments.html#manual",
"pluginUrl": "https://vcvrack.com/AudibleInstruments",
"manualUrl": "https://vcvrack.com/AudibleInstruments#manual",
"sourceUrl": "https://github.com/VCVRack/AudibleInstruments", "sourceUrl": "https://github.com/VCVRack/AudibleInstruments",
"donateUrl": "", "donateUrl": "",
"modules": [ "modules": [
@@ -17,7 +17,7 @@
"description": "Based on Mutable Instruments Braids", "description": "Based on Mutable Instruments Braids",
"tags": [ "tags": [
"Oscillator", "Oscillator",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -26,7 +26,7 @@
"description": "Based on Mutable Instruments Plaits", "description": "Based on Mutable Instruments Plaits",
"tags": [ "tags": [
"Oscillator", "Oscillator",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -35,7 +35,7 @@
"description": "Based on Mutable Instruments Elements", "description": "Based on Mutable Instruments Elements",
"tags": [ "tags": [
"Physical modeling", "Physical modeling",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -47,7 +47,7 @@
"Oscillator", "Oscillator",
"Waveshaper", "Waveshaper",
"Function generator", "Function generator",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -59,7 +59,7 @@
"Oscillator", "Oscillator",
"Waveshaper", "Waveshaper",
"Function generator", "Function generator",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -69,7 +69,7 @@
"tags": [ "tags": [
"Granular", "Granular",
"Reverb", "Reverb",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -79,7 +79,7 @@
"tags": [ "tags": [
"Ring modulator", "Ring modulator",
"Waveshaper", "Waveshaper",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -88,7 +88,7 @@
"description": "Based on Mutable Instruments Rings", "description": "Based on Mutable Instruments Rings",
"tags": [ "tags": [
"Physical modeling", "Physical modeling",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -98,7 +98,7 @@
"tags": [ "tags": [
"Multiple", "Multiple",
"Mixer", "Mixer",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -109,7 +109,7 @@
"Utility", "Utility",
"Sample and hold", "Sample and hold",
"Noise", "Noise",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -118,7 +118,7 @@
"description": "Based on Mutable Instruments Shades", "description": "Based on Mutable Instruments Shades",
"tags": [ "tags": [
"Mixer", "Mixer",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -128,7 +128,7 @@
"tags": [ "tags": [
"Random", "Random",
"Dual", "Dual",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -138,7 +138,7 @@
"tags": [ "tags": [
"Mixer", "Mixer",
"Attenuator", "Attenuator",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -147,7 +147,7 @@
"description": "Based on Mutable Instruments Veils", "description": "Based on Mutable Instruments Veils",
"tags": [ "tags": [
"Mixer", "Mixer",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -159,7 +159,7 @@
"Mixer", "Mixer",
"Attenuator", "Attenuator",
"LFO", "LFO",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -169,7 +169,7 @@
"tags": [ "tags": [
"Function generator", "Function generator",
"Envelope generator", "Envelope generator",
"Hardware"
"Hardware clone"
] ]
}, },
{ {
@@ -178,7 +178,7 @@
"description": "Based on Mutable Instruments Marbles", "description": "Based on Mutable Instruments Marbles",
"tags": [ "tags": [
"Random", "Random",
"Hardware"
"Hardware clone"
] ]
} }
] ]

Loading…
Cancel
Save