-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
417 lines (417 loc) · 8.55 KB
/
plugin.json
File metadata and controls
417 lines (417 loc) · 8.55 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
{
"slug": "LunettaModula",
"name": "Lunetta Modula by Count Modula",
"version": "2.1.0",
"license": "GPL-3.0-only",
"brand": "Lunetta Modula",
"author": "Adam Verspaget",
"authorEmail": "CountModula@gmail.com",
"authorUrl": "https://github.com/countmodula",
"pluginUrl": "https://github.com/countmodula/VCVRackLunettaModula/blob/master/README.md",
"manualUrl": "https://github.com/countmodula/VCVRackLunettaModula/blob/master/MANUAL.md",
"changelogUrl": "https://github.com/countmodula/VCVRackLunettaModula/blob/master/CHANGELOG.md",
"sourceUrl": "https://github.com/countmodula/VCVRackLunettaModula",
"donateUrl": "https://paypal.me/countmodula?locale.x=en_AU",
"modules": [
{
"slug": "ADC",
"name": "Analogue to Digital Converter",
"description": "Analogue to Digital Converter",
"tags": [
"Utility"
]
},
{
"slug": "DAC",
"name": "Digital to Analogue Converter",
"description": "Digital to Analogue Converter",
"tags": [
"Utility"
]
},
{
"slug": "Buttons",
"name": "Hex manual logic buttons",
"description": "Hex manual logic buttons",
"tags": [
"Logic"
]
},
{
"slug": "CD4000",
"name": "CD4000 Dual 3-Input NOR Gate plus Inverter",
"description": "Dual 3-Input NOR Gate plus Inverter",
"tags": [
"Logic"
]
},
{
"slug": "CD4001",
"name": "CD4001 Quad 2-Input NOR Gate",
"description": "Quad 2-Input NOR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4002",
"name": "CD4002 Dual 4-Input NOR Gate",
"description": "Dual 4-Input NOR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4010",
"name": "CD4010 Hex Buffer",
"description": "Hex Buffer",
"tags": [
"Logic"
]
},
{
"slug": "CD4011",
"name": "CD4011 Quad 2-Input NAND Gate",
"description": "Quad 2-Input NAND Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4012",
"name": "CD4012 Dual 4-Input NAND Gate",
"description": "Dual 4-Input NAND Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4015",
"name": "CD4015 Dual 4-Stage Static Shift Register",
"description": "Dual 4-Stage Static Shift Register",
"tags": [
"Logic",
"Clock modulator"
]
},
{
"slug": "CD4017",
"name": "CD4017 Decade Counter/Divider",
"description": "Decade Counter/Divider",
"tags": [
"Logic",
"Clock modulator"
]
},
{
"slug": "CD4019",
"name": "CD4019 Quad AND-OR Select Gate",
"description": "Quad AND-OR Select Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4022",
"name": "CD4022 Octal Counter/Divider",
"description": "Octal Counter/Divider",
"tags": [
"Logic",
"Clock modulator"
]
},
{
"slug": "CD4023",
"name": "CD4023 Triple 3-Input NAND Gate",
"description": "Triple 3-Input NAND Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4025",
"name": "CD4025 Triple 3-Input NOR Gate",
"description": "Triple 3-Input NOR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4030",
"name": "CD4030 Quad 2-Input XOR Gate",
"description": "Quad 2-Input XOR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4031",
"name": "CD4031 64 Stage Static Shift Register",
"description": "64 Stage Static Shift Register",
"tags": [
"Logic"
]
},
{
"slug": "CD4041",
"name": "CD4041 Quad True/Complement Buffer",
"description": "Quad True/Complement Buffer",
"tags": [
"Logic"
]
},
{
"slug": "CD4042",
"name": "CD4042 Quad Clocked \"D\" Latch",
"description": "Quad Clocked \"D\" Latch",
"tags": [
"Logic"
]
},
{
"slug": "CD4048",
"name": "CD4048 Multifunction Expandable 8-Input Gate",
"description": "Multifunction Expandable 8-Input Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4049",
"name": "CD4049 Hex Inverter",
"description": "Hex Inverter",
"tags": [
"Logic"
]
},
{
"slug": "CD4063",
"name": "CD4063 4-Bit Magnitude Comparator",
"description": "4-Bit Magnitude Comparator",
"tags": [
"Logic"
]
},
{
"slug": "CD4068",
"name": "CD4068 8-Input AND/NAND Gate",
"description": "8-Input AND/NAND Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4071",
"name": "CD4071 Quad 2-Input OR Gate",
"description": "Quad 2-Input OR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4072",
"name": "CD4072 Dual 4-Input OR Gate",
"description": "Dual 4-Input OR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4073",
"name": "CD4073 Triple 3-Input AND Gate",
"description": "Triple 3-Input AND Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4075",
"name": "CD4075 Triple 3-Input OR Gate",
"description": "Triple 3-Input OR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4077",
"name": "CD4077 Quad 2-Input XNOR Gate",
"description": "Quad 2-Input XNOR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4078",
"name": "CD4078 8-Input OR/NOR Gate",
"description": "8-Input OR/NOR Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4081",
"name": "CD4081 Quad 2-Input AND Gate",
"description": "Quad 2-Input AND Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4082",
"name": "CD4082 Dual 4-Input AND Gate",
"description": "Dual 4-Input AND Gate",
"tags": [
"Logic"
]
},
{
"slug": "ConstantOnes",
"name": "Ones",
"description": "Constant Logical Ones",
"tags": [
"Logic"
]
},
{
"slug": "ConstantZeroes",
"name": "Zeroes",
"description": "Constant Logical Zeroes",
"tags": [
"Logic"
]
},
{
"slug": "CD4086",
"name": "CD4086 Expandable 4-Wide 2-Input AND-OR-INVERT Gate",
"description": "Expandable 4-Wide 2-Input AND-OR-INVERT Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD4532",
"name": "CD4532 8-Bit Priority Encoder",
"description": "8-Bit Priority Encoder",
"tags": [
"Logic"
]
},
{
"slug": "MC14530",
"name": "MC14530 Dual 5 Input Majority Gate",
"description": "Dual 5 Input Majority Gate",
"tags": [
"Logic"
]
},
{
"slug": "CD40106",
"name": "CD40106 Hex Schmitt-Trigger Inverters",
"description": "Hex Schmitt-Trigger Inverters",
"tags": [
"Logic"
]
},
{
"slug": "CD4020",
"name": "CD4020 14-Stage Ripple-Carry Binary Counter/Divider",
"description": "14-Stage Ripple-Carry Binary Counter/Divider",
"tags": [
"Logic",
"Clock modulator"
]
},
{
"slug": "CD4040",
"name": "CD4040 12-Stage Ripple-Carry Binary Counter/Divider",
"description": "12-Stage Ripple-Carry Binary Counter/Divider",
"tags": [
"Logic",
"Clock modulator"
]
},
{
"slug": "CD4024",
"name": "CD4024 7-Stage Ripple-Carry Binary Counter/Divider",
"description": "7-Stage Ripple-Carry Binary Counter/Divider",
"tags": [
"Logic",
"Clock modulator"
]
},
{
"slug": "CD4562",
"name": "CD4562 128 Stage Static Shift Register",
"description": "128 Stage Static Shift Register",
"tags": [
"Logic"
]
},
{
"slug": "CD4008",
"name": "CD4008 4-Bit Full Adder With Parallel Carry Out",
"description": "4-Bit Full Adder With Parallel Carry Out",
"tags": [
"Logic"
]
},
{
"slug": "CD4514",
"name": "CD4514 4-Bit Latched/4-to-16 Line Decoder (Active High Outputs)",
"description": "4-Bit Latched/4-to-16 Line Decoder with Active High Outputs)",
"tags": [
"Logic"
]
},
{
"slug": "CD4515",
"name": "CD4515 4-Bit Latched/4-to-16 Line Decoder (Active Low Outputs)",
"description": "4-Bit Latched/4-to-16 Line Decoder with Active Low Outputs",
"tags": [
"Logic"
]
},
{
"slug": "CD4516",
"name": "CD4516 Presettable Binary Up/Down Counter",
"description": "Presettable Binary Up/Down Counter",
"tags": [
"Logic",
"Clock modulator"
]
},
{
"slug": "Binary8",
"name": "8-bit manual binary values",
"description": "Manually generates 8-bit binary values",
"tags": [
"Utility",
"Control"
]
},
{
"slug": "CD4539",
"name": "CD4539 Dual 4-Input Multiplexer",
"description": "Dual 4-Input Multiplexer",
"tags": [
"Logic"
]
},
{
"slug": "Truth2",
"name": "2-Bit Truth Table",
"description": "2-Bit Truth Table",
"tags": [
"Logic"
]
},
{
"slug": "Truth3",
"name": "3-Bit Truth Table",
"description": "3-Bit Truth Table",
"tags": [
"Logic"
]
}
]
}