-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.json
100 lines (100 loc) · 2.3 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
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": "CatroModulo",
"name": "Catro/Modulo",
"version": "2.0.0",
"license": "BSD-3-Clause",
"brand": "catronomix",
"author": "catronomix",
"authorEmail": "catronomix+dev@gmail.com",
"authorUrl": "https://soundcloud.com/catronomix",
"pluginUrl": "https://github.com/catronomix/catro-modulo",
"manualUrl": "",
"sourceUrl": "https://github.com/catronomix/catro-modulo",
"donateUrl": "",
"modules": [
{
"slug": "CatroModulo_CM-1",
"name": "8xlfo",
"description": "8x LFO with full CV control and bpm sync",
"tags": [
"LFO"
]
},
{
"slug": "CatroModulo_CM-2",
"name": "8xatn",
"description": "8 attenuverters with cv control anx x2 signal boost",
"tags": [
"Attenuator",
"Mixer"
]
},
{
"slug": "CatroModulo_CM-3",
"name": "PreSetSeq",
"description": "Preset scanner/sequencer for 8 parameters with 8 save slots",
"tags": [
"Sample and hold",
"sequencer"
]
},
{
"slug": "CatroModulo_CM-4",
"name": "vcClk",
"description": "BPM clock with BPM sync output for other C/M modules",
"tags": [
"Clock generator"
]
},
{
"slug": "CatroModulo_CM-5",
"name": "vcClk++",
"description": "Clock multiplier for vcClk",
"tags": [
"Clock modulator"
]
},
{
"slug": "CatroModulo_CM-6",
"name": "1hp blank",
"description": "May the Light shine forever upon You",
"tags": [
"Blank"
]
},
{
"slug": "CatroModulo_CM-7",
"name": "vcClk--",
"description": "Clock divider for vcClk",
"tags": [
"Clock modulator"
]
},
{
"slug": "CatroModulo_CM-8",
"name": "aAvsBb",
"description": "Multi-purpose quadcomparator/wave folder with 4 inputs",
"tags": [
"Logic",
"Sample and hold",
"Waveshaper"
]
},
{
"slug": "CatroModulo_CM-9",
"name": "1-8-1",
"description": "8>1 and 1>8 (stepping) switch in one.",
"tags": [
"Switch"
]
},
{
"slug": "CatroModulo_CM-10",
"name": "bitStep",
"description": "1 'building block' for creating binary shift registers",
"tags": [
"Logic"
]
}
]
}