-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplugin.json
106 lines (106 loc) · 2.42 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"slug": "Alikins",
"name": "Alikins",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"author": "Adrian Likins",
"authorEmail": "adrian@likins.com",
"authorUrl": "https://github.com/alikins/",
"pluginUrl": "https://github.com/alikins/Alikins-rack-plugins",
"manualUrl": "https://github.com/alikins/Alikins-rack-plugins/blob/master/README.md",
"sourceUrl": "https://github.com/alikins/Alikins-rack-plugins",
"donateUrl": "",
"modules": [
{
"slug": "GateLength",
"name": "Gate Length",
"description": "Create a gate with CV controlled length",
"tags": [
"Utility"
]
},
{
"slug": "BigMuteButton",
"name": "Big Mute Button",
"description": "A big mute button",
"tags": [
"Utility"
]
},
{
"slug": "Reference",
"name": "Reference Voltages",
"description": "Fixed output voltages for -10V,-5V, -1V, 0V, 1V, 5V, 10V",
"tags": [
"Utility"
]
},
{
"slug": "ColorPanel",
"name": "Color Panel",
"description": "Control the color of the panel with CV",
"tags": [
"Visual"
]
},
{
"slug": "MomentaryOnButtons",
"name": "Momentary On Buttons",
"description": "Set of momentarily on buttons",
"tags": [
"Switch"
]
},
{
"slug": "ShiftPedal",
"name": "Shift Pedal",
"description": "Generate gates on mod key presses",
"tags": [
"Utility"
]
},
{
"slug": "SpecificValue",
"name": "Specific Value",
"description": "Set or view voltages with text widget",
"tags": [
"Utility"
]
},
{
"slug": "HoveredValue",
"name": "Hovered Value",
"description": "Display and output the value of the currently hovered widget",
"tags": [
"Utility",
"Controller"
]
},
{
"slug": "InjectValue",
"name": "Inject Value",
"description": "Inject value into param under cursor",
"tags": [
"Utility",
"Controller"
]
},
{
"slug": "ValueSaver",
"name": "Value Saver",
"description": "Save last used value",
"tags": [
"Utility"
]
},
{
"slug": "IdleSwitch",
"name": "Idle Switch",
"description": "If a signal goes idle, flip a switch",
"tags": [
"Utility",
"Switch"
]
}
]
}