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

Loading…
Cancel
Save