-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
104 lines (104 loc) · 4.57 KB
/
plugin.json
File metadata and controls
104 lines (104 loc) · 4.57 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
95
96
97
98
99
100
101
102
103
104
{
"slug": "pachde-one",
"name": "pachde One",
"version": "2.5.0",
"license": "GPL-3.0-or-later",
"brand": "pachde",
"author": "pachde",
"authorEmail": "pcdempsey@live.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/index.md",
"sourceUrl": "https://github.com/Paul-Dempsey/pachde1",
"donateUrl": "https://venmo.com/u/pcdempsey",
"changelogUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/CHANGELOG.md",
"minRackVersion": "2.4.0",
"modules": [
{
"slug": "pachde-null",
"name": "Null",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Null.md#null",
"description": "THe ultimate discreet resizable blank panel with themes, colors, and animation",
"tags": [ "Visual", "Blank", "Utility" ],
"keywords": "1hp graphic light lightbar compositing blue green screen greenscreen bluescreen resizable skiff"
},
{
"slug": "pachde-info",
"name": "Info",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Info.md#info",
"description": "Resizable text notes or skiff labels with themes, colors, and disoriented text",
"tags": [ "Visual", "Blank", "Utility" ],
"keywords": "2hp text info notes labels resizable skiff vertical"
},
{
"slug": "pachde-imagine",
"name": "Imagine",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Imagine.md#imagine",
"description": "An eccentric source of voltage, gates, and triggers from a graphic image",
"tags": [ "Visual", "Sampler", "Sequencer", "Controller" ],
"keywords" : "chaos chaotic graphic"
},
{
"slug": "pachde-copper",
"name": "Copper",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Copper.md#copper",
"description": "A color picker and expander with modulation and outputs",
"tags": [ "Visual", "Controller", "Polyphonic", "Utility", "Expander" ],
"keywords" : "animate colors graphic RGB HSL"
},
{
"slug": "pachde-copper-mini",
"name": "Copper-mini",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Copper-mini.md#copper-mini",
"description": "A mini version of the Copper color picker and expander with modulation and outputs",
"tags": [ "Visual", "Controller", "Utility", "Expander" ],
"keywords" : "2hp animate colors graphic RGB HSL"
},
{
"slug": "pachde-skiff",
"name": "Skiff",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Skiff.md#skiff",
"description": "Customize your skiff: pack modules, use alternate rails, hide panels, unscrew modules, hide unused jacks, and hide lights",
"tags": [ "Visual", "Utility" ],
"keywords" : "colors graphic UI RGB HSL skiff rails declutter screws ports jacks UI"
},
{
"slug": "pachde-fancybox",
"name": "FancyBox",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/FancyBox.md#fancybox",
"description": "Customize your skiff with a fancy background/green-screen",
"tags": [ "Visual", "Utility" ],
"keywords" : "animate colors graphic RGB HSL UI skiff rails purfenator declutter greenscreen screen UI"
},
{
"slug": "pachde-mini-fancybox",
"name": "FancyBox Mini",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/FancyBox.md#fancybox",
"description": "Customize your skiff with a fancy background/green-screen (mini version)",
"tags": [ "Visual", "Utility" ],
"keywords" : "2hp mini animate colors graphic UI RGB HSL skiff rails purfenator declutter greenscreen screen UI"
},
{
"slug": "pachde-rui",
"name": "Rui",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Rui.md#rui",
"description": "Adjust or animate Rack cables and lighting",
"tags": [ "Visual", "Utility" ],
"keywords" : "2hp animate UI skiff cables brightness bloom halo"
},
{
"slug": "pachde-guide",
"name": "Guide",
"description": "For developers: Overlay the module to the left with design guides/grid",
"tags": [ "visual", "utility" ],
"keywords" : "dev developer UI design guides grid"
},
{
"slug": "pachde-paneltone",
"name": "PanelTone",
"description": "A visual utility to tone or blank panels in your skiff",
"tags": [ "visual", "utility" ],
"keywords" : "colors graphic UI RGB HSL skiff tint panel"
}
]
}