-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
53 lines (53 loc) · 2.03 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
{
"slug": "pachde-one",
"name": "pachde One",
"version": "2.2.0",
"license": "GPL-3.0-or-later",
"brand": "pachde",
"author": "pachde",
"authorEmail": "[email protected]",
"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",
"description": "A discreet resizable blank panel with themes, colors, and animation",
"tags": [ "Visual", "Blank", "Utility" ]
},
{
"slug": "pachde-info",
"name": "Info",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Info.md",
"description": "Resizable text notes with themes, colors, and animation",
"tags": [ "Visual", "Blank", "Utility" ]
},
{
"slug": "pachde-imagine",
"name": "Imagine",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Imagine.md",
"description": "An eccentric source of voltage, gates, and triggers from an image",
"tags": [ "Visual", "Sampler", "Sequencer", "Controller" ]
},
{
"slug": "pachde-copper",
"name": "Copper",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Copper.md",
"description": "A color picker and expander with modulation and outputs",
"tags": [ "Visual", "Controller", "Polyphonic", "Utility", "Expander" ]
},
{
"slug": "pachde-copper-mini",
"name": "Copper-mini",
"manualUrl": "https://github.com/Paul-Dempsey/pachde1/blob/main/docs/Copper-mini.md",
"description": "A mini version of the Copper color picker and expander with modulation and outputs",
"tags": [ "Visual", "Controller", "Utility", "Expander" ]
}
]
}