Browse Source

Add Hardware tag.

tags/v1.1.0
Andrew Belt 5 years ago
parent
commit
c675858a53
1 changed files with 20 additions and 6 deletions
  1. +20
    -6
      plugin.json

+ 20
- 6
plugin.json View File

@@ -12,58 +12,72 @@
{ {
"slug": "EvenVCO", "slug": "EvenVCO",
"name": "EvenVCO", "name": "EvenVCO",
"description": "Oscillator including even-harmonic waveform. Based on Befaco EvenVCO.",
"tags": [ "tags": [
"VCO" "VCO"
"Hardware"
] ]
}, },
{ {
"slug": "Rampage", "slug": "Rampage",
"name": "Rampage", "name": "Rampage",
"description": "Dual ramp generator. Based on Befaco Rampage.",
"tags": [ "tags": [
"Function Generator", "Function Generator",
"Logic", "Logic",
"Slew Limiter", "Slew Limiter",
"Envelope Follower", "Envelope Follower",
"Dual"
"Dual",
"Hardware"
] ]
}, },
{ {
"slug": "ABC", "slug": "ABC",
"name": "A*B+C", "name": "A*B+C",
"description": "Dual four-quadrant multiplier with VC offset. Based on Befaco A*B+C.",
"tags": [ "tags": [
"Ring Modulator", "Ring Modulator",
"Attenuator", "Attenuator",
"Dual"
"Dual",
"Hardware"
] ]
}, },
{ {
"slug": "SpringReverb", "slug": "SpringReverb",
"name": "Spring Reverb", "name": "Spring Reverb",
"description": "Spring reverb tank driver. Based on Befaco Spring Reverb.",
"tags": [ "tags": [
"Reverb"
"Reverb",
"Hardware"
] ]
}, },
{ {
"slug": "Mixer", "slug": "Mixer",
"name": "Mixer", "name": "Mixer",
"description": "Four-channel mixer for audio or CV. Based on Befaco Mixer.",
"tags": [ "tags": [
"Mixer"
"Mixer",
"Hardware"
] ]
}, },
{ {
"slug": "SlewLimiter", "slug": "SlewLimiter",
"name": "Slew Limiter", "name": "Slew Limiter",
"description": "Voltage controlled slew limiter, AKA lag processor. Based on Befaco Slew Limiter.",
"tags": [ "tags": [
"Slew Limiter", "Slew Limiter",
"Envelope Follower"
"Envelope Follower",
"Hardware"
] ]
}, },
{ {
"slug": "DualAtenuverter", "slug": "DualAtenuverter",
"name": "Dual Atenuverter", "name": "Dual Atenuverter",
"description": "Attenuates, inverts, and applies offset to a signal. Based on Befaco Dual Atenuverter.",
"tags": [ "tags": [
"Attenuator", "Attenuator",
"Dual"
"Dual",
"Hardware"
] ]
} }
] ]

Loading…
Cancel
Save