-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathplugin.json
More file actions
100 lines (100 loc) · 2.94 KB
/
plugin.json
File metadata and controls
100 lines (100 loc) · 2.94 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
{
"slug": "Geodesics",
"name": "Geodesics",
"version": "2.4.0",
"license": "GPL-3.0-only",
"author": "Pyer & Marc Boul\u00e9",
"brand": "Geodesics",
"authorEmail": "geodesics.modular@outlook.com",
"authorUrl": "https://www.pyer.be",
"pluginUrl": "https://www.pyer.be/geodesics.html",
"manualUrl": "https://marcboule.github.io/Geodesics/",
"sourceUrl": "https://github.com/MarcBoule/Geodesics/",
"donateUrl": "https://paypal.me/pyercollard",
"changelogUrl": "https://github.com/MarcBoule/Geodesics/tree/master/CHANGELOG.md",
"minRackVersion": "2.4.0",
"modules": [
{
"slug": "BlackHoles",
"name": "BlackHoles",
"description": "Gravitational attenumixset",
"manualUrl": "https://www.pyer.be/black-holes.html",
"tags": ["Ring modulator", "VCA", "Polyphonic", "Attenuator", "Controller", "Mixer", "Quad"]
},
{
"slug": "Pulsars",
"name": "Pulsars",
"description": "Neutron powered morphing",
"manualUrl": "https://www.pyer.be/pulsars.html",
"tags": ["Mixer", "Polyphonic", "Switch", "Sequencer"]
},
{
"slug": "Branes",
"name": "Branes",
"description": "Coliding sample and hold",
"manualUrl": "https://www.pyer.be/branes.html",
"tags": ["Sample and hold", "Random", "Dual", "Noise"]
},
{
"slug": "Ions",
"name": "Ions",
"description": "Atomic dual cv sequencer",
"manualUrl": "https://www.pyer.be/ions.html",
"tags": ["Sequencer", "Dual"]
},
{
"slug": "Entropia",
"name": "Entropia",
"description": "Thermodynamic microstate sequencer",
"manualUrl": "https://www.pyer.be/entropia.html",
"tags": ["Sequencer", "Switch", "Random", "Attenuator"]
},
{
"slug": "Energy",
"name": "Energy",
"description": "Relativistic oscillator",
"manualUrl": "https://www.pyer.be/energy.html",
"tags": ["Oscillator", "Synth voice", "Polyphonic", "Digital", "LFO"]
},
{
"slug": "DarkEnergy",
"name": "DarkEnergy",
"description": "Complex RM FM oscillator",
"manualUrl": "https://www.pyer.be/dark-energy.html",
"tags": ["Oscillator", "Synth voice", "Polyphonic", "Digital", "LFO"]
},
{
"slug": "Torus",
"name": "Torus",
"description": "Bi-dimensional multimixer",
"manualUrl": "https://www.pyer.be/torus.html",
"tags": ["Mixer", "Filter", "Equalizer", "Multiple", "Utility", "Attenuator"]
},
{
"slug": "Fate",
"name": "Fate",
"description": "Event modifier",
"manualUrl": "https://www.pyer.be/fate.html",
"tags": ["Utility", "Random", "Clock modulator", "Dual", "Switch"]
},
{
"slug": "Twin-Paradox",
"name": "Twin Paradox",
"description": "Relativistic clock generator",
"manualUrl": "https://www.pyer.be/twin-paradox.html",
"tags": ["Clock generator"]
},
{
"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"]
}
]
}