This repository has been archived by the owner on Dec 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
plugin.json
81 lines (81 loc) · 2.02 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
{
"slug": "Skylights",
"name": "Skylights",
"brand": "Skrylar",
"version": "1.0.2",
"license": "GPL-3.0",
"author": "Skrylar",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/Skrylar",
"pluginUrl": "https://github.com/Skrylar/skylights-vcv",
"manualUrl": "https://github.com/Skrylar/skylights-vcv",
"sourceUrl": "https://github.com/Skrylar/skylights-vcv",
"donateUrl": "https://www.ko-fi.com/V7V6RG3E",
"modules": [
{
"slug": "SkAdrift",
"name": "Adrift (Analogue Drift)",
"description": "Randomized Sample and Hold, simulates minor analogue drift",
"tags": [
"Sample and hold"
]
},
{
"slug": "SkTuringV2",
"name": "Alan (Turing Machine)",
"description": "A Whitwell turing machine.",
"tags": [
"Sequencer"
]
},
{
"slug": "SkTuringPulse",
"name": "Alan (Pulse Expander)",
"description": "Turing Machine pulse expander",
"tags": [
"Utility"
]
},
{
"slug": "SkTuringVolts",
"name": "Alan (Volts Expander)",
"description": "Turing Machine volts expander",
"tags": [
"Utility"
]
},
{
"slug": "SkTuringVactrol",
"name": "Alan (Digital Mix Expander)",
"description": "A vactrol mix expander using digital signal attenuation.",
"tags": [
"Utility"
]
},
{
"slug": "SkTuringVactrolAnalogue",
"name": "Alan (Vactrol Mix Expander)",
"description": "A vactrol mix expander using an emulated vactrol chip.",
"tags": [
"Utility"
]
},
{
"slug": "SkWhatnoteCV",
"name": "What Note?",
"description": "A CV tuner.",
"tags": [
"Tuner",
"Utility"
]
},
{
"slug": "SkVactrolyzer",
"name": "Vactrolyzer",
"description": "An analogue modeled Vactrol.",
"tags": [
"Utility"
]
}
]
}