Browse Source

Add Hardware tag

tags/v1.0.1
Andrew Belt 5 years ago
parent
commit
7f1a476ec8
1 changed files with 51 additions and 34 deletions
  1. +51
    -34
      plugin.json

+ 51
- 34
plugin.json View File

@@ -14,154 +14,171 @@
{ {
"slug": "Braids", "slug": "Braids",
"name": "Macro Oscillator", "name": "Macro Oscillator",
"description": "Based on Braids",
"description": "Based on Mutable Instruments Braids",
"tags": [ "tags": [
"Oscillator"
"Oscillator",
"Hardware"
] ]
}, },
{ {
"slug": "Plaits", "slug": "Plaits",
"name": "Macro Oscillator 2", "name": "Macro Oscillator 2",
"description": "Based on Plaits",
"description": "Based on Mutable Instruments Plaits",
"tags": [ "tags": [
"Oscillator"
"Oscillator",
"Hardware"
] ]
}, },
{ {
"slug": "Elements", "slug": "Elements",
"name": "Modal Synthesizer", "name": "Modal Synthesizer",
"description": "Based on Elements",
"description": "Based on Mutable Instruments Elements",
"tags": [ "tags": [
"Physical modeling"
"Physical modeling",
"Hardware"
] ]
}, },
{ {
"slug": "Tides", "slug": "Tides",
"name": "Tidal Modulator", "name": "Tidal Modulator",
"description": "Based on Tides",
"description": "Based on Mutable Instruments Tides",
"tags": [ "tags": [
"LFO", "LFO",
"Oscillator", "Oscillator",
"Waveshaper", "Waveshaper",
"Function generator"
"Function generator",
"Hardware"
] ]
}, },
{ {
"slug": "Tides2", "slug": "Tides2",
"name": "Tidal Modulator 2", "name": "Tidal Modulator 2",
"description": "Based on Tides",
"description": "Based on Mutable Instruments Tides",
"tags": [ "tags": [
"LFO", "LFO",
"Oscillator", "Oscillator",
"Waveshaper", "Waveshaper",
"Function generator"
"Function generator",
"Hardware"
] ]
}, },
{ {
"slug": "Clouds", "slug": "Clouds",
"name": "Texture Synthesizer", "name": "Texture Synthesizer",
"description": "Based on Clouds",
"description": "Based on Mutable Instruments Clouds",
"tags": [ "tags": [
"Granular", "Granular",
"Reverb"
"Reverb",
"Hardware"
] ]
}, },
{ {
"slug": "Warps", "slug": "Warps",
"name": "Meta Modulator", "name": "Meta Modulator",
"description": "Based on Warps",
"description": "Based on Mutable Instruments Warps",
"tags": [ "tags": [
"Ring modulator", "Ring modulator",
"Waveshaper"
"Waveshaper",
"Hardware"
] ]
}, },
{ {
"slug": "Rings", "slug": "Rings",
"name": "Resonator", "name": "Resonator",
"description": "Based on Rings",
"description": "Based on Mutable Instruments Rings",
"tags": [ "tags": [
"Physical modeling"
"Physical modeling",
"Hardware"
] ]
}, },
{ {
"slug": "Links", "slug": "Links",
"name": "Multiples", "name": "Multiples",
"description": "Based on Links",
"description": "Based on Mutable Instruments Links",
"tags": [ "tags": [
"Multiple", "Multiple",
"Mixer"
"Mixer",
"Hardware"
] ]
}, },
{ {
"slug": "Kinks", "slug": "Kinks",
"name": "Utilities", "name": "Utilities",
"description": "Based on Kinks",
"description": "Based on Mutable Instruments Kinks",
"tags": [ "tags": [
"Utility", "Utility",
"Sample and hold", "Sample and hold",
"Noise"
"Noise",
"Hardware"
] ]
}, },
{ {
"slug": "Shades", "slug": "Shades",
"name": "Mixer", "name": "Mixer",
"description": "Based on Shades",
"description": "Based on Mutable Instruments Shades",
"tags": [ "tags": [
"Mixer"
"Mixer",
"Hardware"
] ]
}, },
{ {
"slug": "Branches", "slug": "Branches",
"name": "Bernoulli Gate", "name": "Bernoulli Gate",
"description": "Based on Branches",
"description": "Based on Mutable Instruments Branches",
"tags": [ "tags": [
"Random", "Random",
"Dual"
"Dual",
"Hardware"
] ]
}, },
{ {
"slug": "Blinds", "slug": "Blinds",
"name": "Quad VC-polarizer", "name": "Quad VC-polarizer",
"description": "Based on Blinds",
"description": "Based on Mutable Instruments Blinds",
"tags": [ "tags": [
"Mixer", "Mixer",
"Attenuator"
"Attenuator",
"Hardware"
] ]
}, },
{ {
"slug": "Veils", "slug": "Veils",
"name": "Quad VCA", "name": "Quad VCA",
"description": "Based on Veils",
"description": "Based on Mutable Instruments Veils",
"tags": [ "tags": [
"Mixer"
"Mixer",
"Hardware"
] ]
}, },
{ {
"slug": "Frames", "slug": "Frames",
"name": "Keyframer/Mixer", "name": "Keyframer/Mixer",
"description": "Based on Frames",
"description": "Based on Mutable Instruments Frames",
"tags": [ "tags": [
"Oscillator", "Oscillator",
"Mixer", "Mixer",
"Attenuator", "Attenuator",
"LFO"
"LFO",
"Hardware"
] ]
}, },
{ {
"slug": "Stages", "slug": "Stages",
"name": "Segment Generator", "name": "Segment Generator",
"description": "Based on Stages",
"description": "Based on Mutable Instruments Stages",
"tags": [ "tags": [
"Function generator", "Function generator",
"Envelope generator"
"Envelope generator",
"Hardware"
] ]
}, },
{ {
"slug": "Marbles", "slug": "Marbles",
"name": "Random Sampler", "name": "Random Sampler",
"description": "Based on Marbles",
"description": "Based on Mutable Instruments Marbles",
"tags": [ "tags": [
"Random"
"Random",
"Hardware"
] ]
} }
] ]

Loading…
Cancel
Save