-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
94 lines (94 loc) · 2.63 KB
/
Copy pathplugin.json
File metadata and controls
94 lines (94 loc) · 2.63 KB
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
84
85
86
87
88
89
90
91
92
93
94
{
"slug": "Tyche",
"name": "Tyche",
"version": "2.1.5",
"license": "GPL-3.0-or-later",
"brand": "Tyche",
"author": "denolehov",
"authorEmail": "",
"authorUrl": "https://github.com/denolehov",
"pluginUrl": "https://github.com/denolehov/VCVTyche",
"manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md",
"sourceUrl": "https://github.com/denolehov/VCVTyche",
"donateUrl": "https://www.buymeacoffee.com/evrwhr",
"changelogUrl": "https://github.com/denolehov/VCVTyche/releases",
"modules": [
{
"slug": "Omen",
"name": "Omen",
"description": "Controls the seed of the other Tyche modules",
"manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#omen",
"tags": [
"Random",
"Sample and hold",
"Noise",
"Low-frequency oscillator",
"Function Generator",
"Clock Modulator",
"Logic",
"Mixer",
"Slew Limiter"
]
},
{
"slug": "Kron",
"name": "Kron",
"description": "A probabilistic trigger generator, outputting triggers at clock divisions based on the density parameter",
"manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#kron",
"tags": [
"Clock Modulator",
"Random",
"Expander"
]
},
{
"slug": "Tale",
"name": "Tale",
"description": "A random-walk CV source",
"manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#tale",
"tags": [
"Random",
"Sample and hold",
"Noise",
"Low-frequency oscillator",
"Expander"
]
},
{
"slug": "Fate",
"name": "Fate",
"description": "A trigger routing module (aka Bernoulli gate)",
"manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#fate",
"tags": [
"Random",
"Logic",
"Clock Modulator",
"Expander"
]
},
{
"slug": "Moira",
"name": "Moira",
"description": "A probabilistic voltage selector, which outputs one of the three user-defined voltages based on relative probabilities.",
"manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#moira",
"tags": [
"Logic",
"Mixer",
"Random",
"Slew Limiter",
"Polyphonic",
"Expander"
]
},
{
"slug": "Blank",
"name": "Blank",
"description": "A blank separator from Tyche collection",
"manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#blank",
"tags": [
"Blank",
"Expander"
]
}
]
}