-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathplugin.json
79 lines (79 loc) · 2.51 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"slug": "Valley",
"name": "Valley",
"version": "2.4.5",
"license": "GPL-3.0-or-later",
"author": "Valley",
"authorEmail": "valley.audio.soft@gmail.com",
"authorUrl": "https://valleyaudio.github.io",
"pluginUrl": "https://valleyaudio.github.io",
"manualUrl": "https://valleyaudio.github.io",
"sourceUrl": "https://github.com/ValleyAudio/ValleyRackFree",
"donateUrl": "https://paypal.me/valleyvcv",
"modules": [
{
"slug": "Topograph",
"name": "Topograph",
"description": "Topographic drum machine. This module is based on the original\nMutable Instruments (TM) Grids sequencer module. The Map and Density\ncontrols explore and control the denisty of many pre-baked drum patterns.",
"tags": [
"Sequencer"
]
},
{
"slug": "uGraph",
"name": "uGraph",
"description": "Topographic drum machine. This module is based on the original\nMutable Instruments (TM) Grids sequencer module. The Map and Density\ncontrols explore and control the denisty of many pre-baked drum patterns.",
"tags": [
"Sequencer"
]
},
{
"slug": "Dexter",
"name": "Dexter",
"description": "A multi-timbral, 4-operator FM oscillator with wavetable and\nwaveshaping capabilities.",
"tags": [
"Oscillator"
]
},
{
"slug": "Plateau",
"name": "Plateau",
"description": "Lush and bendable plate reverb based on the Dattorro 1997 algorithm.",
"tags": [
"Reverb", "Effect", "Polyphonic"
]
},
{
"slug": "Interzone",
"name": "Interzone",
"description": "Polyphonic, virtual analogue synthesiser voice complete with\na VCO, mixer, filter, LFO, and envelope generator.",
"tags": [
"Synth Voice", "Polyphonic"
]
},
{
"slug": "Amalgam",
"name": "Amalgam",
"description": "Multi-mode stereo signal combiner. Amalgam lets you combine and\nsmash together signals in many different ways.",
"tags": [
"Ring Modulator", "Effect", "Waveshaper"
]
},
{
"slug": "Feline",
"name": "Feline",
"description": "A stereo, state variable, virtual analogue filter.",
"tags": [
"Filter"
]
},
{
"slug": "Terrorform",
"name": "Terrorform",
"description": "An extensive wavetable oscillator that lets you explore\nand rip apart wavetables in many different ways.",
"tags": [
"Oscillator", "Polyphonic", "Synth voice", "Waveshaper", "LFO"
]
}
]
}