-
Notifications
You must be signed in to change notification settings - Fork 11
/
plugin.json
697 lines (697 loc) · 22.4 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
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
{
"slug": "SubmarineFree",
"name": "Submarine",
"author": "carbon14",
"brand": "Submarine",
"license": "GPL-3.0-only",
"authorUrl": "https://vcvrack.submarine.org.uk",
"authorEmail": "[email protected]",
"sourceUrl": "https://github.com/david-c14/SubmarineFree",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/index.md",
"donateUrl": "https://www.paypal.me/SubmarineFree",
"pluginUrl": "https://vcvrack.submarine.org.uk",
"changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/main/changelog.md",
"version": "2.0.4",
"modules": [
{
"slug":"AG-104",
"name":"AG-104",
"description": "AG-104 AND Gates",
"keywords": "Quad Four Digital Logic And Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"AG-106",
"name":"AG-106",
"description": "AG-106 AND Gates",
"keywords": "Hex Six Digital Logic And Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"AG-202",
"name":"AG-202",
"description": "AG-202 4-input Polyphonic AND Gates",
"keywords": "Dual Two Digital Logic And Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AG.md",
"tags": ["LOGIC", "DUAL", "POLYPHONIC"]
},
{
"slug":"A0-101",
"name":"AO-101",
"description": "AO-101 Arithmetic Operators",
"keywords": "Maths Algoritmm Arithmetic Operators",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AO.md",
"tags": ["UTILITY"]
},
{
"slug":"A0-106",
"name":"AO-106",
"description": "AO-106 Arithmetic Operators",
"keywords": "Hex Six Maths Algoritmm Arithmetic Operators",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AO.md",
"tags": ["UTILITY", "MULTIPLE"]
},
{
"slug":"A0-112",
"name":"AO-112",
"description": "AO-112 Arithmetic Operators",
"keywords": "Twelve Maths Algoritmm Arithmetic Operators",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AO.md",
"tags": ["UTILITY", "MULTIPLE"]
},
{
"slug":"A0-118",
"name":"AO-118",
"description": "AO-118 Arithmetic Operators",
"keywords": "Eighteen Maths Algoritmm Arithmetic Operators",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AO.md",
"tags": ["UTILITY", "MULTIPLE"]
},
{
"slug":"A0-124",
"name":"AO-124",
"description": "AO-124 Arithmetic Operators",
"keywords": "Twenty Four Maths Algoritmm Arithmetic Operators",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AO.md",
"tags": ["UTILITY", "MULTIPLE"]
},
{
"slug":"A0-136",
"name":"AO-136",
"description": "AO-136 Arithmetic Operators",
"keywords": "Thirty Six Maths Algoritmm Arithmetic Operators",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/AO.md",
"tags": ["UTILITY", "MULTIPLE"]
},
{
"slug":"BB-120",
"name":"BB-120",
"description": "BB-120 20-Stage Bucket Brigade Sample and Hold",
"keywords": "Digital Bucket Brigade Twenty Sample Hold",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BB.md",
"tags": ["LOGIC", "DELAY", "SAMPLE AND HOLD", "MULTIPLE"]
},
{
"slug":"BP-101",
"name":"BP-101",
"description": "BP-101 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-102",
"name":"BP-102",
"description": "BP-102 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-104",
"name":"BP-104",
"description": "BP-104 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-108",
"name":"BP-108",
"description": "BP-108 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-110",
"name":"BP-110",
"description": "BP-110 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-112",
"name":"BP-112",
"description": "BP-112 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-116",
"name":"BP-116",
"description": "BP-116 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-120",
"name":"BP-120",
"description": "BP-120 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-124",
"name":"BP-124",
"description": "BP-124 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"BP-132",
"name":"BP-132",
"description": "BP-132 Blanking Plate",
"keywords": "Blanking Plate",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/BP.md",
"tags": ["BLANK"]
},
{
"slug":"DN-112",
"name":"DN-112",
"description": "DN-112 Digital Noise",
"keywords": "Twelve Digital Random Noise",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/DN.md",
"tags": ["DIGITAL", "NOISE", "MULTIPLE"]
},
{
"slug":"DO-105",
"name":"DO-105",
"description": "DO-105 Digital Operators",
"keywords": "Five Digital Logic Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/DO.md",
"tags": ["LOGIC", "MULTIPLE", "POLYPHONIC"]
},
{
"slug":"DO-110",
"name":"DO-110",
"description": "DO-110 Digital Operators",
"keywords": "Ten Digital Logic Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/DO.md",
"tags": ["LOGIC", "MULTIPLE", "POLYPHONIC"]
},
{
"slug":"DO-115",
"name":"DO-115",
"description": "DO-115 Digital Operators",
"keywords": "Fifteen Digital Logic Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/DO.md",
"tags": ["LOGIC", "MULTIPLE", "POLYPHONIC"]
},
{
"slug":"DO-120",
"name":"DO-120",
"description": "DO-120 Digital Operators",
"keywords": "Twenty Digital Logic Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/DO.md",
"tags": ["LOGIC", "MULTIPLE", "POLYPHONIC"]
},
{
"slug":"EN-104",
"name":"EN-104",
"description": "EN-104 Quad ADSR Enveloper Generator",
"keywords": "Quad Four ADSR Linear Envelope",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/EN.md",
"tags": ["ENVELOPE GENERATOR", "VCA", "MULTIPLE"]
},
{
"slug":"EO-102",
"name":"EO-102",
"description": "EO-102 Envelope Oscilloscope",
"keywords": "Dual Two Envelope Oscilloscope Scope",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/EO.md",
"tags": ["VISUAL"]
},
{
"slug":"FF-110",
"name":"FF-110",
"description": "FF-110 10-Stage Flip-Flop Counter",
"keywords": "Ten Flip Flop Digital Counter Clock Divider",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/FF.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"FF-120",
"name":"FF-120",
"description": "FF-120 20-Stage Flip-Flop Counter",
"keywords": "Twenty Flip Flop Digital Counter Clock Divider",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/FF.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"FF-206",
"name":"FF-206",
"description": "FF-206 Edge Triggered Flip-Flops",
"keywords": "Hex Six Flip Flop Digital",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/FF.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"FF-212",
"name":"FF-212",
"description": "FF-212 Edge Triggered Flip-Flops",
"keywords": "Twelve Flip Flop Digital",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/FF.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"HS-101",
"name":"HS-101",
"description": "HS-101 Hi-Res Storage Oscilloscope",
"keywords": "High Resolution Storage Oscilloscope Scope",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/HS.md",
"tags": ["VISUAL"]
},
{
"slug":"LA-108",
"name":"LA-108",
"description": "LA-108 Logic Analyser",
"keywords": "Digital Logic Analyser Oct Eight Oscilloscope Scope",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/LA.md",
"tags": ["LOGIC", "VISUAL"]
},
{
"slug":"LA-216",
"name":"LA-216",
"description": "LA-216 Logic Analyser",
"keywords": "Digital Logic Analyser Dual Polyphonic Oscilloscope Scope",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/LA.md",
"tags": ["LOGIC", "VISUAL", "DUAL", "POLYPHONIC"]
},
{
"slug":"LD-103",
"name":"LD-103",
"description": "LD-103 Schmitt Trigger Line Drivers",
"keywords": "Tri Three Schmitt Trigger Line Driver Digital",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/LD.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"LD-106",
"name":"LD-106",
"description": "LD-106 Schmitt Trigger Line Drivers",
"keywords": "Hex Six Schmitt Trigger Line Driver Digital",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/LD.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"LT-116",
"name":"LT-116",
"description": "LT-116 Linear Transformations",
"keywords": "Linear Transform Matrix Polyphonic Cross Mixer",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/LT.md",
"tags": ["UTILITY", "POLYPHONIC"]
},
{
"slug":"MZ-909",
"name":"MZ-909",
"description": "MZ-909 Masterizer",
"keywords": "Useless Dummy Masterizer Mastererizer",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/MZ.md",
"tags": ["POLYPHONIC"]
},
{
"slug":"NG-106",
"name":"NG-106",
"description": "NG-106 NOT Gates",
"keywords": "Hex Six Digital Logic Not Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/NG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"NG-112",
"name":"NG-112",
"description": "NG-112 NOT Gates",
"keywords": "Twelve Digital Logic Not Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/NG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"NG-206",
"name":"NG-206",
"description": "NG-206 Polyphonic NOT Gates",
"keywords": "Hex Six Digital Logic Not Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/NG.md",
"tags": ["LOGIC", "MULTIPLE", "POLYPHONIC"]
},
{
"slug":"OA-103",
"name":"OA-103",
"description": "OA-103 Op-Amps",
"keywords": "Tri Three Digital Operation Amplifier Comparator",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/OA.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"OA-105",
"name":"OA-105",
"description": "OA-105 Op-Amps",
"keywords": "Five Digital Operation Amplifier Comparator",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/OA.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"OG-104",
"name":"OG-104",
"description": "OG-104 OR Gates",
"keywords": "Quad Four Digital Logic Or Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/OG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"OG-106",
"name":"OG-106",
"keywords": "Hex Six Digital Logic Or Gates",
"description": "OG-106 OR Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/OG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"OG-202",
"name":"OG-202",
"description": "OG-202 4-Channel Polyphonic OR Gates",
"keywords": "Dual Two Digital Logic Or Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/OG.md",
"tags": ["LOGIC", "DUAL", "POLYPHONIC"]
},
{
"slug":"PG-104",
"name":"PG-104",
"description": "PG-104 Pulse Generators",
"keywords": "Quad Four Digital Pulse Generator Timing",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/PG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"PG-112",
"name":"PG-112",
"description": "PG-112 Pulse Generators",
"keywords": "Twelve Digital Pulse Generator Timing",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/PG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"PO-101",
"name":"PO-101",
"description": "PO-101 Phased VCO",
"Keywords": "Phase Oscillator VCO",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/PO.md",
"tags": ["OSCILLATOR", "MULTIPLE", "DIGITAL"]
},
{
"slug":"PO-102",
"name":"PO-102",
"description": "PO-102 Phased LFO",
"keywords": "Phase Oscillator LFO",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/PO.md",
"tags": ["OSCILLATOR", "MULTIPLE", "DIGITAL"]
},
{
"slug":"PO-204",
"name":"PO-204",
"description": "PO-204 Phase Modulation Engine",
"keywords": "Phase Oscillator Quad Four Modulation",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/PO.md",
"tags": ["OSCILLATOR", "QUAD", "DIGITAL"]
},
{
"slug":"SN-101",
"name":"SN-101",
"description": "SN-101 Smooth Noise Generator",
"keywords": "Smooth Random Noise LFO VCO Perlin Simplex",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/SN.md",
"tags": ["OSCILLATOR", "NOISE"]
},
{
"slug":"SS-112",
"name":"SS-112",
"description": "SS-112 12 Input Sinks",
"keywords": "Twelve Sink",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/SS.md",
"tags": ["UTILITY"]
},
{
"slug":"SS-208",
"name":"SS-208",
"description": "SS-208 8 Irrational Output Voltage Sources",
"keywords": "Irrational Number Constant Voltage",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/SS.md",
"tags": ["UTILITY"]
},
{
"slug":"SS-212",
"name":"SS-212",
"description": "SS-212 12 Chromatic Output Voltage Sources",
"keywords": "Constant Voltage Chromatic Tuned",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/SS.md",
"tags": ["UTILITY"]
},
{
"slug":"SS-220",
"name":"SS-220",
"description": "SS-220 120 Chromatic Output Voltage Sources",
"keywords": "Constant Voltage Chromatic Tuned",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/SS.md",
"tags": ["UTILITY"]
},
{
"slug":"SS-221",
"name":"SS-221",
"description": "SS-221 21 Output Voltage Sources",
"keywords": "Constant Voltage Chromatic Tuned",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/SS.md",
"tags": ["UTILITY"]
},
{
"slug":"TD-116",
"name":"TD-116",
"hidden":true,
"deprecated":true,
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/TD.md",
"tags": ["VISUAL"]
},
{
"slug":"TD-202",
"name":"TD-202",
"description": "TD-202 Vertical Text Display",
"keywords": "Text Display Formattable",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/TD.md",
"tags": ["VISUAL"]
},
{
"slug":"TD-316",
"name":"TD-316",
"description": "TD-316 Text Display",
"keywords": "Text Display Formattable",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/TD.md",
"tags": ["VISUAL"]
},
{
"slug":"TD-410",
"name":"TD-410",
"description": "TD-410 Text Display",
"keywords": "Text Display Formattable",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/TD.md",
"tags": ["VISUAL"]
},
{
"slug":"TD-510",
"name":"TD-510",
"description": "TD-510 Vertical Text Display",
"keywords": "Text Display Formattable",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/TD.md",
"tags": ["VISUAL"]
},
{
"slug":"TF-101",
"name":"TF-101",
"description": "TF-101 Text Display Format Control",
"keywords": "Text Display Formatting",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/TF.md",
"tags": ["VISUAL"]
},
{
"slug":"TF-102",
"name":"TF-102",
"description": "TF-102 Text Display Format Control",
"keywords": "Text Display Formatting",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/TF.md",
"tags": ["VISUAL"]
},
{
"slug":"TM-105",
"name":"Obsolete",
"hidden":true,
"deprecated":true,
"description": "This was Torpedo Merge TM-105",
"tags": ["BLANK"]
},
{
"slug":"VM-101",
"name":"VM-101",
"description": "VM-101 VU-Meter",
"keywords": "Meter VU RMS Peak",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/VM.md",
"tags": ["UTILITY", "VISUAL", "HARDWARE", "POLYPHONIC"]
},
{
"slug":"VM-102",
"name":"VM-102",
"description": "VM-102 2-Channel VU-Meter",
"keywords": "Dual Two Meter VU RMS Peak",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/VM.md",
"tags": ["UTILITY", "VISUAL", "DUAL", "POLYPHONIC", "HARDWARE"]
},
{
"slug":"VM-104",
"name":"VM-104",
"description": "VM-104 4-Channel VU-Meter",
"keywords": "Quad Four Meter VU RMS Peak",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/VM.md",
"tags": ["UTILITY", "VISUAL", "QUAD", "POLYPHONIC", "HARDWARE"]
},
{
"slug":"VM-201",
"name":"VM-201",
"description": "VM-201 Vintage VU-Meter",
"keywords": "Meter VU RMS Peak Vintage Needle",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/VM.md",
"tags": ["UTILITY", "VISUAL", "HARDWARE", "POLYPHONIC"]
},
{
"slug":"VM-202",
"name":"VM-202",
"description": "VM-202 2-Channel Vintage VU-Meter",
"keywords": "Dual Two Meter VU RMS Peak Vintage Needle",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/VM.md",
"tags": ["UTILITY", "VISUAL", "DUAL", "POLYPHONIC", "HARDWARE"]
},
{
"slug":"VM-204",
"name":"VM-204",
"description": "VM-204 4-Channel Vintage VU-Meter",
"keywords": "Quad Four Meter VU RMS Peak Vintage Needle",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/VM.md",
"tags": ["UTILITY", "VISUAL", "QUAD", "POLYPHONIC", "HARDWARE"]
},
{
"slug":"WK-101",
"name":"WK-101",
"description": "WK-101 Das Wohltemperierte Klavier",
"keywords": "Quantizer Scala Tuning",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/WK.md",
"tags": ["QUANTIZER", "TUNER"]
},
{
"slug":"WK-205",
"name":"WK-205",
"description": "WK-205 Das Wohltemperierte Klavier Nano",
"keywords": "Quantizer Scala Tuning",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/WK.md",
"tags": ["QUANTIZER", "TUNER", "MULTIPLE"]
},
{
"slug":"WM-101",
"name":"WM-101",
"description":"WM-101 Wire Manager",
"keywords": "Wire Cable Color Colour",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/WM.md",
"tags": ["UTILITY"]
},
{
"slug":"WM-102",
"name":"WM-102",
"description":"WM-102 Wire Manager Billboard",
"keywords": "Wire Cable Color Colour Billboard Display Key",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/WM.md",
"tags": ["BLANK", "UTILITY"]
},
{
"slug":"XF-101",
"name":"XF-101",
"description": "XF-101 Single Mono Cross Fader",
"keywords": "Single Mono One Cross Fader",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XF.md",
"tags": ["MIXER"]
},
{
"slug":"XF-102",
"name":"XF-102",
"description": "XF-102 Dual Mono Cross Fader",
"keywords": "Dual Mono Two Cross Fader",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XF.md",
"tags": ["MIXER", "DUAL"]
},
{
"slug":"XF-104",
"name":"XF-104",
"description": "XF-104 Quad Mono Cross Fader",
"keywords": "Quad Mono Four Cross Fader",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XF.md",
"tags": ["MIXER", "QUAD"]
},
{
"slug":"XF-201",
"name":"XF-201",
"description": "XF-201 Single Stereo Cross Fader",
"keywords": "Single Stereo One Cross Fader",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XF.md",
"tags": ["MIXER"]
},
{
"slug":"XF-202",
"name":"XF-202",
"description": "XF-202 Dual Stereo Cross Fader",
"keywords": "Dual Stereo Two Cross Fader",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XF.md",
"tags": ["MIXER", "DUAL"]
},
{
"slug":"XF-301",
"name":"XF-301",
"description": "XF-301 Small Form Factor Stereo Cross Fader",
"keywords": "Single Stereo One Cross Fader",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XF.md",
"tags": ["MIXER"]
},
{
"slug":"XG-104",
"name":"XG-104",
"description": "XG-104 XOR Gates",
"keywords": "Quad Four Digital Logic Xor Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"XG-106",
"name":"XG-106",
"description": "XG-106 XOR Gates",
"keywords": "Hex Six Digital Logic Xor Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XG.md",
"tags": ["LOGIC", "MULTIPLE"]
},
{
"slug":"XG-202",
"name":"XG-202",
"description": "XG-202 4-Input Polyphonic XOR Gates",
"keywords": "Dual Two Digital Logic Xor Gates",
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/main/manual/XG.md",
"tags": ["LOGIC", "DUAL", "POLYPHONIC"]
},
{
"slug":"XX-219",
"name":"Obsolete",
"hidden":true,
"deprecated":true,
"description": "This was Secret Santa 2019",
"tags": ["BLANK"]
}
]
}