-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathplugin.json
More file actions
772 lines (772 loc) · 18.8 KB
/
plugin.json
File metadata and controls
772 lines (772 loc) · 18.8 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
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
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
{
"slug": "HetrickCV",
"name": "HetrickCV",
"brand": "HetrickCV",
"version": "2.5.4",
"license": "CC0-1.0",
"author": "Michael Hetrick",
"authorEmail": "",
"authorUrl": "https://mhetrick.com",
"pluginUrl": "https://github.com/mhetrick/hetrickcv",
"manualUrl": "https://github.com/mhetrick/hetrickcv/blob/master/README.md",
"sourceUrl": "https://github.com/mhetrick/hetrickcv",
"donateUrl": "https://paypal.me/MHetrick",
"changelogUrl": "https://github.com/mhetrick/hetrickcv/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Chaos1Op",
"name": "1-Op Chaos",
"description": "Multimode audio and modulation chaos generator.",
"tags": [
"Noise",
"Random",
"Polyphonic"
]
},
{
"slug": "Chaos2Op",
"name": "2-Op Chaos",
"description": "Multimode audio and modulation chaos generator.",
"tags": [
"Noise",
"Random",
"Polyphonic"
]
},
{
"slug": "Chaos3Op",
"name": "3-Op Chaos",
"description": "Multimode audio and modulation chaos generator.",
"tags": [
"Noise",
"Random",
"Polyphonic"
]
},
{
"slug": "AmplitudeShaper",
"name": "Amplitude Shaper",
"description": "Bipolar amplitude shaper.",
"tags": [
"Waveshaper",
"Distortion",
"Effect",
"Utility",
"Polyphonic"
]
},
{
"slug": "ASR",
"name": "ASR",
"description": "Analog shift register. Multi-stage sample and hold",
"tags": [
"Sequencer",
"Polyphonic"
]
},
{
"slug": "AnalogToDigital",
"name": "Analog to Digital",
"description": "Converts a continuous signal into eight gates representing bit values.",
"tags": [
"Logic",
"Polyphonic"
]
},
{
"slug": "BinaryCounter",
"name": "Binary Counter",
"description": "Increment or decrement an 8-Bit counter.",
"tags": [
"Logic",
"Clock Modulator"
]
},
{
"slug": "BinaryGate",
"name": "Binary Gate",
"description": "Manually turn a gate on or off, or toggle its current state.",
"tags": [
"Logic",
"Polyphonic"
]
},
{
"slug": "BinaryNoise",
"name": "Binary Noise",
"description": "Generates a random gate or square wave signal.",
"tags": [
"Noise",
"Random",
"Polyphonic"
]
},
{
"slug": "Bitshift",
"name": "Bitshift",
"description": "Bitshifting distortion and waveshaping effect",
"tags": [
"Effect",
"Distortion",
"Waveshaper",
"Polyphonic"
]
},
{
"slug": "BlankPanel",
"name": "Blank Panel",
"description": "A blank panel. Show your love for HetrickCV",
"tags": [
"Blank"
]
},
{
"slug": "Boolean3",
"name": "Boolean Logic",
"description": "Six way boolean logic processor",
"tags": [
"Logic",
"Polyphonic"
]
},
{
"slug": "ChaoticAttractors",
"name": "Chaotic Attractors",
"description": "Multimode audio and modulation chaos generator.",
"tags": [
"Noise",
"Random",
"Polyphonic"
]
},
{
"slug": "ClockedNoise",
"name": "Clocked Noise",
"description": "Multimode audio and modulation noise generator.",
"tags": [
"Noise",
"Random",
"Polyphonic"
]
},
{
"slug": "ClockToPhasor",
"name": "Clock to Phasor",
"description": "Generates a phasor from a series of gates.",
"tags": [
"Oscillator",
"Clock Modulator",
"Low-frequency Oscillator",
"Polyphonic"
]
},
{
"slug": "Comparator",
"name": "Comparator",
"description": "Determine whether a signal is above or below a threshold.",
"tags": [
"Logic",
"Utility",
"Polyphonic"
]
},
{
"slug": "Contrast",
"name": "Contrast",
"description": "A mild distortion that brightens up a signal.",
"tags": [
"Effect",
"Distortion",
"Polyphonic"
]
},
{
"slug": "Crackle",
"name": "Crackle",
"description": "Vinyl-like noise generator ported from SuperCollider.",
"tags": [
"Noise",
"Polyphonic"
]
},
{
"slug": "DataCompander",
"name": "Data Compander",
"description": "Compresses and expands signals with a-law or mu-law compansion.",
"tags": [
"Utility",
"Waveshaper",
"Polyphonic"
]
},
{
"slug": "Delta",
"name": "Delta",
"description": "Determine which direction a signal is heading.",
"tags": [
"Logic",
"Utility",
"Polyphonic"
]
},
{
"slug": "DigitalToAnalog",
"name": "Digital to Analog",
"description": "Converts eight gates to a smooth signal.",
"tags": [
"Logic",
"Polyphonic"
]
},
{
"slug": "Dust",
"name": "Dust",
"description": "Random impulse and noise generator ported from SuperCollider",
"tags": [
"Noise",
"Granular",
"Polyphonic"
]
},
{
"slug": "Exponent",
"name": "Exponent",
"description": "Raise a signal to a power",
"tags": [
"Waveshaper",
"Polyphonic"
]
},
{
"slug": "FBSineChaos",
"name": "Feedback Sine Chaos",
"description": "A chaotic oscillator and LFO created through phase distortion and feedback.",
"tags": [
"Noise",
"Oscillator",
"Low-frequency Oscillator",
"Random",
"Polyphonic"
]
},
{
"slug": "FlipFlop",
"name": "Flip-Flop",
"description": "A flexible toggle switch",
"tags": [
"Logic",
"Polyphonic"
]
},
{
"slug": "FlipPan",
"name": "Flip Pan",
"description": "A bidirectional panner, crossfader, and VCA",
"tags": [
"Panning",
"VCA",
"Utility",
"Polyphonic"
]
},
{
"slug": "GateDelay",
"name": "Gate Delay",
"description": "Trigger input to delayed Gate output",
"tags": [
"Utility",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "GateJunction",
"name": "Gate Junction",
"description": "Eight channel gate processor.",
"tags": [
"Switch",
"Logic"
]
},
{
"slug": "GateJunctionExp",
"name": "Gate Junction Expanded",
"description": "Eight channel gate processor, expanded with more jacks and polyphony.",
"tags": [
"Switch",
"Logic",
"Polyphonic"
]
},
{
"slug": "Gingerbread",
"name": "Gingerbread Chaos",
"description": "Self-modulating audio and modulation chaos generator.",
"tags": [
"Noise",
"Random",
"Polyphonic"
]
},
{
"slug": "LogicCombine",
"name": "OR Logic (Gate Combiner)",
"description": "Combines multiple gates into one gate.",
"tags": [
"Logic",
"Polyphonic"
]
},
{
"slug": "MidSide",
"name": "Mid/Side",
"description": "Converts Left/Right signals to Mid/Side and vice versa.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "MinMax",
"name": "Min-Max",
"description": "Outputs the greatest and least voltages from up to 4 inputs.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Normals",
"name": "Normals",
"description": "Connects an input to an output, unless a plug is inserted into the middle jack.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "PhaseDrivenSequencer",
"name": "Phase Driven Sequencer",
"description": "A 16-step gate and voltage sequencer driven by a phasor.",
"tags": [
"Clock Modulator",
"Sequencer",
"Polyphonic"
]
},
{
"slug": "PhaseDrivenSequencer32",
"name": "Phase Driven Sequencer 32",
"description": "A 32-step gate and voltage sequencer driven by a phasor.",
"tags": [
"Clock Modulator",
"Sequencer",
"Polyphonic"
]
},
{
"slug": "PhasorAnalyzer",
"name": "Phasor Analyzer",
"description": "Detects multiple movement parameters from an incoming phasor signal.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "PhasorBurstGen",
"name": "Phasor Burst Generator",
"description": "Generates a phasor repeatedly for a given number of times.",
"tags": [
"Oscillator",
"Clock Generator",
"Clock Modulator",
"Low-frequency Oscillator",
"Polyphonic"
]
},
{
"slug": "PhasorDivMult",
"name": "Phasor Divide & Multiply",
"description": "Processes a phasor signal and outputs a phasor at a precise, variable time multiple or division.",
"tags": [
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorEuclidean",
"name": "Phasor to Euclidean",
"description": "Generates a Euclidean rhythm via a 0-5V Phasor input",
"tags": [
"Clock Generator",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorFreezer",
"name": "Phasor Freezer",
"description": "Duplicates an incoming phasor, but allows you to reset it or freeze it independently of the input.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "PhasorGates",
"name": "Phasor to Gates",
"description": "An 8-step gate sequencer driven by a phasor.",
"tags": [
"Clock Modulator",
"Sequencer",
"Polyphonic"
]
},
{
"slug": "PhasorGates32",
"name": "Phasor to Gates 32",
"description": "A 32-step gate sequencer driven by a phasor.",
"tags": [
"Clock Modulator",
"Sequencer",
"Polyphonic"
]
},
{
"slug": "PhasorGates64",
"name": "Phasor to Gates 64",
"description": "A 64-step gate sequencer driven by a phasor.",
"tags": [
"Clock Modulator",
"Sequencer",
"Polyphonic"
]
},
{
"slug": "PhasorGen",
"name": "Phasor Generator",
"description": "Generates a phasor along with time-synced gates.",
"tags": [
"Oscillator",
"Clock Generator",
"Clock Modulator",
"Low-frequency Oscillator",
"Random",
"Polyphonic"
]
},
{
"slug": "PhasorGeometry",
"name": "Phasor Geometry",
"description": "Processes phasor signals with useful waveshapers.",
"tags": [
"Waveshaper",
"Distortion",
"Polyphonic"
]
},
{
"slug": "PhasorHumanizer",
"name": "Phasor Humanizer",
"description": "Repeatedly modifies the slope of an incoming phasor to make the timing less robotic.",
"tags": [
"Waveshaper",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorMixer",
"name": "Phasor Mixer",
"description": "Adds together multiple signals and forces them into a unipolar range via folding or wrapping.",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "PhasorOctature",
"name": "Phasor Octature",
"description": "Takes a phasor and rotates it at 45 degree intervals.",
"tags": [
"Waveshaper",
"Low-frequency Oscillator",
"Polyphonic"
]
},
{
"slug": "PhasorProbability",
"name": "Phasor Probability",
"description": "Sends one phasor to two places randomly.",
"tags": [
"Random",
"Polyphonic"
]
},
{
"slug": "PhasorQuadrature",
"name": "Phasor Quadrature",
"description": "Shapes a phasor into a sine, and outputs both phasors and sines at 90 degree intervals.",
"tags": [
"Waveshaper",
"Low-frequency Oscillator",
"Polyphonic"
]
},
{
"slug": "PhasorRandom",
"name": "Phasor Randomizer",
"description": "Randomizes phasor signals to create different offset patterns for sequencers.",
"tags": [
"Random",
"Polyphonic"
]
},
{
"slug": "PhasorRanger",
"name": "Phasor Ranger",
"description": "Converts HetrickCV phasor signals (and any other unipolar signal) to other useful voltage ranges.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "PhasorReset",
"name": "Phasor Reset",
"description": "Duplicates an incoming phasor, but allows you to reset it independently of the input.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "PhasorRhythmGroup",
"name": "Phasor Rhythm Group",
"description": "Generates a clock by dividing a phasor into a series of triggers, and then groups the clock into two subrhythms.",
"tags": [
"Clock Generator",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorShape",
"name": "Phasor Shaper",
"description": "Processes phasor signals in interesting ways for sequence modification or phase distortion synthesis.",
"tags": [
"Waveshaper",
"Distortion",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorShift",
"name": "Phasor Shift",
"description": "Processes phasor signals and provides a phase shifted output, optionally quantized to step distances.",
"tags": [
"Waveshaper",
"Polyphonic"
]
},
{
"slug": "PhasorSplitter",
"name": "Phasor Splitter",
"description": "Splits a phasor into 64 sub-phasors.",
"tags": [
"Clock Modulator",
"Sequencer",
"Polyphonic"
]
},
{
"slug": "PhasorStutter",
"name": "Phasor Stutter",
"description": "Processes phasor signals and adds stutters/ratchets/repeats within substeps.",
"tags": [
"Waveshaper",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorSubstepShape",
"name": "Phasor Sub-Step Shaper",
"description": "Processes individual steps of phasor signals in interesting ways for sequence modification or phase distortion synthesis.",
"tags": [
"Waveshaper",
"Distortion",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorSwing",
"name": "Phasor Swing",
"description": "Bends a phasor input to provide swing timing on the outputs.",
"tags": [
"Waveshaper",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorTimetable",
"name": "Phasor Timetables",
"description": "Processes a phasor signal and outputs phasors and standard timing ratios.",
"tags": [
"Waveshaper",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorToClock",
"name": "Phasor To Clock",
"description": "Generates a clock by dividing a phasor into a series of gates.",
"tags": [
"Clock Generator",
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "PhasorToLFO",
"name": "Phasor to LFO",
"description": "Shapes incoming phasor signals to useful, morphing LFO waveshapes. These waveforms are not anti-aliased, hence the LFO designation.",
"tags": [
"Waveshaper",
"Low-frequency Oscillator",
"Polyphonic"
]
},
{
"slug": "PhasorToRandom",
"name": "Phasor to Random",
"description": "Generates random values for each step of a phasor input.",
"tags": [
"Random",
"Polyphonic"
]
},
{
"slug": "PhasorToWaveforms",
"name": "Phasor to Waveforms",
"description": "Shapes incoming phasor signals to waveforms. Toggle between LFO mode (no anti-aliasing) and Oscillator mode (band-limited wavetables).",
"tags": [
"Oscillator",
"Waveshaper",
"Low-frequency Oscillator",
"Polyphonic"
]
},
{
"slug": "PolymetricPhasors",
"name": "Polymetric Phasors",
"description": "Processes a phasor signal with a known number of steps, then produces output phasors at polymetric multiples.",
"tags": [
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "Probability",
"name": "Probability",
"description": "Sends one gate to two places randomly.",
"tags": [
"Random",
"Polyphonic"
]
},
{
"slug": "RandomGates",
"name": "Random Gates",
"description": "Generates up to eight random gates.",
"tags": [
"Random",
"Polyphonic"
]
},
{
"slug": "Rotator",
"name": "Rotator",
"description": "Eight-way channel rotation.",
"tags": [
"Switch",
"Polyphonic"
]
},
{
"slug": "Rungler",
"name": "Rungler",
"description": "8-Bit Shift Register and Comparator with stepped signal output via bits 6, 7, and 8.",
"tags": [
"Sequencer",
"Random",
"Polyphonic"
]
},
{
"slug": "Scanner",
"name": "Scanner",
"description": "8-channel signal crossfader, mixer, scanner, and router.",
"tags": [
"Mixer",
"Switch",
"Polyphonic"
]
},
{
"slug": "TrigShaper",
"name": "Trigonometric Shaper",
"description": "Modulatable trigonometric waveshaper",
"tags": [
"Distortion",
"Effect",
"Waveshaper",
"Polyphonic"
]
},
{
"slug": "2To4",
"name": "2 To 4 Mix Matrix",
"description": "Takes two signals and generates four variations.",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "VectorMix",
"name": "Vector Mix",
"description": "Two-dimensional crossfading between four signals.",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "Waveshaper",
"name": "Waveshaper",
"description": "Modulatable hyperbolic waveshaper",
"tags": [
"Distortion",
"Effect",
"Waveshaper",
"Polyphonic"
]
},
{
"slug": "XYToPolar",
"name": "XY<->Polar",
"description": "Converts XY coordinates to Polar and vice versa.",
"tags": [
"Utility",
"Waveshaper",
"Polyphonic"
]
}
]
}