-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
73 lines (73 loc) · 1.99 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
{
"slug": "gwrthiant",
"name": "Gwrthiant",
"version": "2.0.2",
"license": "GPL-3.0-or-later",
"brand": "Gwrthiant",
"author": "dustractor",
"authorEmail": "[email protected]",
"authorUrl": "https://randomalt.pythonanywhere.com/",
"pluginUrl": "https://github.com/dustractor/gwrthiant",
"manualUrl": "https://github.com/dustractor/gwrthiant",
"sourceUrl": "https://github.com/dustractor/gwrthiant",
"donateUrl": "https://www.paypal.com/ncp/payment/G779FYE3A2JLG",
"changelogUrl": "https://github.com/dustractor/gwrthiant",
"modules": [
{
"slug": "pysgota",
"name": "Pysgota",
"description": "Generates a range of polyphonic values based on sin() function.",
"tags": [
"Polyphonic"
]
},
{
"slug": "gwreiddyn",
"name": "Gwreiddyn",
"description": "Convert v/oct to quantizer root input.",
"tags": [
"Utility"
]
},
{
"slug": "clwyd",
"name": "Clwyd",
"description": "16 polyphonic shiftable gates based on binary representation of a value.",
"tags": [
"Polyphonic"
]
},
{
"slug": "patrwm",
"name": "Patrwm",
"description": "Translate v/oct signals into HexSeqP2 pattern-selection cv.",
"tags": [
"utility"
]
},
{
"slug": "nilyniant",
"name": "Nilyniant",
"description": "Transform note voltages to control sequence number input for various impromptu sequencers.",
"tags": [
"utility"
]
},
{
"slug": "graddfa",
"name": "Graddfa",
"description": "Convert notes into values for selecting modes of Bidoo Dikt@t.",
"tags": [
"utility"
]
},
{
"slug": "cyfeiriad",
"name": "cyfeiriad",
"description": "takes a polyphonic gate signal and outputs if there are an even number of gates active or if there are less than two gates active. (Useful to control arpeggiators.)",
"tags": [
"utility"
]
}
]
}