-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
executable file
·83 lines (83 loc) · 1.69 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
81
82
83
{
"slug": "LyraeModules",
"name": "LyraeModules",
"version": "2.0.5",
"license": "GPL-3.0-or-later",
"brand": "LyraeModules",
"author": "Vega Deftwing",
"authorUrl": "https://opguides.info",
"manualUrl": "https://github.com/VegaDeftwing/LyraeModules/blob/main/README.md",
"sourceUrl": "https://github.com/VegaDeftwing/LyraeModules",
"donateUrl": "https://github.com/sponsors/VegaDeftwing",
"modules": [
{
"slug": "Sulafat",
"name": "Sulafat",
"description": "Distortion at 15 Solar Radii",
"tags": [
"Distortion",
"Waveshaper"
]
},
{
"slug": "Gamma",
"name": "Gamma",
"description": "",
"tags": [
"Utility"
]
},
{
"slug": "Delta",
"name": "Delta",
"description": "So I heard you like ringmod",
"tags": [
"Ring modulator"
]
},
{
"slug": "Vega",
"name": "Vega",
"description": "ADSR with per stage outputs and ringmod",
"tags": [
"Envelope Generator"
]
},
{
"slug": "BD383238",
"name": "BD383238",
"description": "Expander for Vega ADSR",
"tags": [
"Expander"
]
},
{
"slug": "Zeta",
"name": "Zeta",
"description": "Fancy Blank",
"tags": [
"Blank"
]
},
{
"slug": "Sheliak",
"name": "Sheliak",
"description": "LFSR",
"tags": [
"Clock modulator",
"Logic"
]
},
{
"slug": "Beta",
"name": "Beta",
"description": "Sheliak Output Expander",
"tags": [
"Clock modulator",
"logic",
"Sequencer",
"Expander"
]
}
]
}