forked from mhetrick/hetrickcv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
196 lines (196 loc) · 4.3 KB
/
Copy pathplugin.json
File metadata and controls
196 lines (196 loc) · 4.3 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
{
"slug": "HetrickCV",
"name": "HetrickCV",
"version": "1.0.0",
"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",
"modules": [
{
"slug": "ASR",
"name": "ASR",
"description": "Analog shift register. Multi-stage sample and hold",
"tags": [
"Sequencer"
]
},
{
"slug": "AnalogToDigital",
"name": "Analog to Digital",
"description": "Converts a continuous signal into eight gates representing bit values.",
"tags": [
"Logic"
]
},
{
"slug": "Bitshift",
"name": "Bitshift",
"description": "Bitshifting distortion and waveshaping effect",
"tags": [
"Effect",
"Distortion",
"Waveshaper"
]
},
{
"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"
]
},
{
"slug": "Comparator",
"name": "Comparator",
"description": "Determine whether a signal is above or below a threshold.",
"tags": [
"Logic",
"Utility"
]
},
{
"slug": "Contrast",
"name": "Contrast",
"description": "A mild distortion that brightens up a signal.",
"tags": [
"Effect",
"Distortion"
]
},
{
"slug": "Crackle",
"name": "Crackle",
"description": "Vinyl-like noise generator ported from SuperCollider.",
"tags": [
"Noise"
]
},
{
"slug": "Delta",
"name": "Delta",
"description": "Determine which direction a signal is heading.",
"tags": [
"Logic",
"Utility"
]
},
{
"slug": "DigitalToAnalog",
"name": "Digital to Analog",
"description": "Converts eight gates to a smooth signal.",
"tags": [
"Logic"
]
},
{
"slug": "Dust",
"name": "Dust",
"description": "Random impulse and noise generator ported from SuperCollider",
"tags": [
"Noise",
"Granular"
]
},
{
"slug": "Exponent",
"name": "Exponent",
"description": "Raise a signal to a power",
"tags": [
"Waveshaper"
]
},
{
"slug": "FlipFlop",
"name": "Flip-Flop",
"description": "A flexible toggle switch",
"tags": [
"Logic"
]
},
{
"slug": "FlipPan",
"name": "Flip Pan",
"description": "A bidirectional panner, crossfader, and VCA",
"tags": [
"Panning",
"VCA",
"Utility"
]
},
{
"slug": "GateJunction",
"name": "Gate Junction",
"description": "Eight channel gate processor.",
"tags": [
"Switch",
"Logic"
]
},
{
"slug": "LogicCombine",
"name": "OR Logic (Gate Combiner)",
"description": "Combines multiple gates into one gate.",
"tags": [
"Logic"
]
},
{
"slug": "RandomGates",
"name": "Random Gates",
"description": "Generates up to eight random gates.",
"tags": [
"Random"
]
},
{
"slug": "Rotator",
"name": "Rotator",
"description": "Eight-way channel rotation.",
"tags": [
"Switch"
]
},
{
"slug": "Scanner",
"name": "Scanner",
"description": "8-channel signal crossfader, mixer, scanner, and router.",
"tags": [
"Mixer",
"Switch"
]
},
{
"slug": "2To4",
"name": "2 To 4 Mix Matrix",
"description": "Takes two signals and generates four variations.",
"tags": [
"Mixer"
]
},
{
"slug": "Waveshaper",
"name": "Waveshaper",
"description": "Modulatable hyperbolic waveshaper",
"tags": [
"Distortion",
"Effect",
"Waveshaper",
"Polyphonic"
]
}
]
}