-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
57 lines (57 loc) · 1.41 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
{
"slug": "Axioma",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"name": "Axioma",
"brand": "Axioma",
"author": "Kaue Werner",
"authorEmail": "kaue.werner@gmail.com",
"authorUrl": "https://kauewerner.github.io",
"pluginUrl": "",
"manualUrl": "https://github.com/kauewerner/Axioma/blob/main/README.md",
"sourceUrl": "https://github.com/kauewerner/Axioma",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "TheBifurcator",
"name": "TheBifurcator",
"description": "Generate CV/GATE/TRIGGER outputs based on bifurcation maps of iterated functions",
"tags": [
"Sequencer",
"Noise",
"Random",
"Visual"
]
},
{
"slug": "Tesseract",
"name": "Tesseract",
"description": "Generate CV output sequences using vertex positions of a rotating tesseract projected on a 2D space",
"tags": [
"Low-frequency oscillator",
"Visual"
]
},
{
"slug": "Ikeda",
"name": "Ikeda",
"description": "Generate CV output sequences with positions of chaotic attractors in the Ikeda map",
"tags": [
"Sequencer",
"Noise",
"Random",
"Visual"
]
},
{
"slug": "Rhodonea",
"name": "Rhodonea",
"description": "Oscillator based on rhodonea (rose) curves",
"tags": [
"Oscillator",
"Visual"
]
}
]
}