-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
80 lines (80 loc) · 1.72 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
80
{
"slug": "AtomicHorseModules",
"name": "AtomicHorse Modules",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "AtomicHorse Modules",
"author": "AtomicHorse",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/animeslave/AtomicHorseModules",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "VCO-1",
"name": "VCO",
"description": "Voltage-control oscillator",
"tags": [
"VCO",
"Polyphonic"
]
},
{
"slug": "Envelope-1",
"name": "Envelope",
"description": "Generates an envelope with Start/Attack/Hold/Decay/Sustain/Delay/Release",
"tags": [
"Envelope Generator",
"Polyphonic"
]
},
{
"slug": "ADSR",
"name": "ADSR",
"description": "Generates an envelope with Attack/Decay/Sustain/Release. For small and tight patches",
"tags": [
"Envelope Generator",
"Polyphonic"
]
},
{
"slug": "LFO-1",
"name": "LFO",
"description": "Low-frequency oscillator",
"tags": [
"LFO",
"Polyphonic"
]
},
{
"slug": "Mixer-4m-1m",
"name": "4 Mono to Mono mixer",
"description": "Simple 4 mono signal mixer",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "Mixer-10m-1m",
"name": "10 Mono to Mono mixer",
"description": "Simple 10 mono signal mixer",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "Mixer-2m-1s",
"name": "2 Mono to Stereo mixer",
"description": "Mono to stereo signal mixer",
"tags": [
"Mixer",
"Polyphonic"
]
}
]
}