forked from MarcBoule/Geodesics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
76 lines (76 loc) · 1.71 KB
/
plugin.json
File metadata and controls
76 lines (76 loc) · 1.71 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
{
"slug": "Geodesics",
"name": "Geodesics",
"version": "1.0.0",
"license": "BSD-3-Clause",
"author": "Pyer & Marc Boul\u00e9",
"brand": "Geodesics",
"authorEmail": "geodesics.modular@outlook.com",
"authorUrl": "",
"pluginUrl": "https://www.pyer.be/geodesics.html",
"manualUrl": "https://www.pyer.be/download.html",
"sourceUrl": "https://github.com/MarcBoule/Geodesics/tree/v1",
"donateUrl": "https://paypal.me/pyercollard",
"modules": [
{
"slug": "BlackHoles",
"name": "BlackHoles",
"description": "Gravitational attenumixset",
"tags": ["Ring modulator", "VCA"]
},
{
"slug": "Pulsars",
"name": "Pulsars",
"description": "Neutron powered morphing",
"tags": ["Mixer"]
},
{
"slug": "Branes",
"name": "Branes",
"description": "Coliding sample and hold",
"tags": ["Sample and Hold", "Random"]
},
{
"slug": "Ions",
"name": "Ions",
"description": "Atomic dual cv sequencer",
"tags": ["Sequencer"]
},
{
"slug": "Entropia",
"name": "Entropia",
"description": "Thermodynamic microstate sequencer",
"tags": ["Sequencer"]
},
{
"slug": "Energy",
"name": "Energy",
"description": "Relativistic oscillator",
"tags": ["Oscillator", "Synth voice"]
},
{
"slug": "Torus",
"name": "Torus",
"description": "Bi-dimensional multimixer",
"tags": ["Mixer", "Filter"]
},
{
"slug": "Fate",
"name": "Fate",
"description": "Event modifier",
"tags": ["Utility"]
},
{
"slug": "Blank-PanelInfo",
"name": "Blank-Panel Info",
"description": "Blank panel with info",
"tags": ["Blank"]
},
{
"slug": "Blank-PanelLogo",
"name": "Blank-Panel Logo",
"description": "Blank panel with logo",
"tags": ["Blank"]
}
]
}