-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
70 lines (70 loc) · 1.5 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"slug": "Mojo",
"name": "Mojo",
"version": "2.1.0",
"license": "CC0-1.0",
"brand": "Mojo Modules",
"author": "Tom DA SILVA FARIA",
"authorEmail": "[email protected]",
"authorUrl": "https://www.instagram.com/mojo_modules/",
"pluginUrl": "https://github.com/tomdasilva",
"manualUrl": "",
"sourceUrl": "https://github.com/tomdasilva",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "dogs",
"name": "Dogs",
"description": "A doggy drive effect",
"tags": [
"Effect",
"Distortion",
"Waveshaper"
]
},
{
"slug": "pigs",
"name": "Pigs",
"description": "A porky bass sounds generator",
"tags": [
"Oscillator"
]
},
{
"slug": "Sheep",
"name": "Sheep",
"description": "A sheepy random voltage generator",
"tags": [
"Random",
"Noise"
]
},
{
"slug": "MyClock",
"name": "Clock",
"description": "Clock/Pulse generator",
"tags": [
"Clock"
]
},
{
"slug": "MyDivider",
"name": "Div",
"description": "Clock divider and multiplier",
"tags": [
"Clock modulator",
"Expander"
]
},
{
"slug": "MyComparator",
"name": "Comparo",
"description": "Advanced hysteresis voltage comparator",
"tags": [
"Logic",
"Waveshaper"
]
}
]
}