-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathplugin.json
395 lines (395 loc) · 14.5 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
{
"slug": "Stoermelder-P1",
"version": "2.0.beta4",
"license": "GPL-3.0-or-later",
"author": "Benjamin Dill",
"name": "PackOne",
"brand": "stoermelder",
"authorEmail": "stoermelder@outlook.com",
"pluginUrl": "https://github.com/stoermelder/vcvrack-packone",
"authorUrl": "https://github.com/stoermelder",
"sourceUrl": "https://github.com/stoermelder/vcvrack-packone.git",
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/README.md",
"changelogUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/CHANGELOG.md",
"donateUrl": "https://paypal.me/stoermelder",
"modules": [
{
"slug": "CVMap",
"name": "CV-MAP",
"description": "Add CV automation to 32 parameters of any module",
"tags": ["Utility", "Polyphonic", "Controller"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/CVMap.md"
},
{
"slug": "CVMapCtx",
"name": "CTX for CV-MAP",
"description": "Expander for context menu mapping using CV-MAP",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/CVMap.md#ctx-expander"
},
{
"slug": "CVMapMicro",
"name": "µMAP",
"description": "Add CV automation to one parameter of any module",
"tags": ["Utility", "Controller"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/CVMapMicro.md"
},
{
"slug": "CVPam",
"name": "CV-PAM",
"description": "Generate CV from any parameter change of any module",
"tags": ["Utility", "Polyphonic", "Controller"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/CVPam.md"
},
{
"slug": "RotorA",
"name": "ROTOR Model A",
"description": "Rotates a signal across polyphonic channels",
"tags": ["Utility", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/RotorA.md"
},
{
"slug": "ReMoveLite",
"name": "ReMOVE Lite",
"description": "Recorder for parameter automation",
"tags": ["Utility", "Recording", "Controller"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/ReMove.md"
},
{
"slug": "Bolt",
"name": "BOLT",
"description": "Polyphonic logic boolean functions with modulation and sample & hold",
"tags": ["Utility", "Logic", "Polyphonic", "Sample and hold"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Bolt.md"
},
{
"slug": "Infix",
"name": "INFIX",
"description": "Insert for polyphonic cables",
"tags": ["Utility", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Infix.md"
},
{
"slug": "InfixMicro",
"name": "µINFIX",
"description": "Insert for polyphonic cables",
"tags": ["Utility", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Infix.md"
},
{
"slug": "Strip",
"name": "STRIP",
"description": "Manage a group of modules by using the expander-mechanism, providing load, save, copy, paste, disable, enable and randomize",
"tags": ["Utility", "Controller", "Random"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Strip.md"
},
{
"slug": "StripBay4",
"name": "STRIP-BAY",
"description": "Utility module for STRIP keeping inputs/outputs connected",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Strip.md#stoermelder-strip-bay"
},
{
"slug": "StripPp",
"name": "STRIP++",
"description": "Adds hotkeys for pasting and importing selections while preserving parameter mappings",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/StripPp.md"
},
{
"slug": "EightFace",
"name": "8FACE",
"description": "Universal expander for sequencing up to eight presets of any module",
"tags": ["Utility", "Sequencer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/EightFace.md"
},
{
"slug": "EightFaceX2",
"name": "8FACEx2",
"description": "Universal expander for sequencing up to sixteen presets of any module",
"tags": ["Utility", "Sequencer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/EightFace.md"
},
{
"slug": "MidiCat",
"name": "MIDI-CAT",
"description": "Mapping module for MIDI CCs and notes to parameters of any module, similar to VCV MIDI-MAP",
"tags": ["Utility", "MIDI"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiCat.md"
},
{
"slug": "MidiCatEx",
"name": "MEM for MIDI-CAT",
"description": "Memory-expander for MIDI-CAT",
"tags": ["Utility", "MIDI"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiCat.md#mem-expander"
},
{
"slug": "MidiCatCtx",
"name": "CTX for MIDI-CAT",
"description": "Expander for context menu mapping using MIDI-CAT",
"tags": ["Utility", "MIDI"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiCat.md#ctx-expander"
},
{
"slug": "MidiCatClk",
"name": "CLK for MIDI-CAT",
"description": "Expander for clock-synchronization of MIDI-CAT",
"tags": ["Utility", "MIDI"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiCat.md#clk-expander"
},
{
"slug": "Sipo",
"name": "SIPO",
"description": "Serial-in parallel-out shift register with polyphonic output and CV controls for skipping and incrementing on sampled values",
"tags": ["Utility", "Sample and hold", "Digital", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Sipo.md"
},
{
"slug": "FourRounds",
"name": "4ROUNDS",
"description": "Randomizer for up to 16 input signals to create 15 output signals",
"tags": ["Utility", "Sample and hold", "Random", "Switch"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/FourRounds.md"
},
{
"slug": "Arena",
"name": "ARENA",
"description": "2-dimensional XY-Mixer for 8 sources with various modulation targets and fun graphical interface",
"tags": ["Utility", "Controller", "Mixer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Arena.md"
},
{
"slug": "Maze",
"name": "MAZE",
"description": "4 channel sequencer running on a 2-dimensional grid",
"tags": ["Sequencer", "Random"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Maze.md"
},
{
"slug": "Hive",
"name": "HIVE",
"description": "4 channel sequencer running on a 2-dimensional hexagonal grid",
"tags": ["Sequencer", "Random"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Hive.md"
},
{
"slug": "Intermix",
"name": "INTERMIX",
"description": "Precision adder 8x8 switch matrix with scene-support",
"tags": ["Mixer", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Intermix.md"
},
{
"slug": "IntermixGate",
"name": "INTERMIX-GATE",
"description": "Expander for INTERMIX outputting a gate-signal for each active row",
"tags": ["Expander"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Intermix.md#gate-expander"
},
{
"slug": "IntermixEnv",
"name": "INTERMIX-ENV",
"description": "Expander for INTERMIX outputting envelopes for a selected input-column",
"tags": ["Expander"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Intermix.md#env-expander"
},
{
"slug": "IntermixFade",
"name": "INTERMIX-FADE",
"description": "Expander for INTERMIX for setting individual fade values",
"tags": ["Expander"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Intermix.md#fade-expander"
},
{
"slug": "Sail",
"name": "SAIL",
"description": "Control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC or MIDI-STEP",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Sail.md"
},
{
"slug": "Pile",
"name": "PILE",
"description": "Translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP, with slew support",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Pile.md"
},
{
"slug": "PilePoly",
"name": "POLY-PILE",
"description": "Translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP, with slew support",
"tags": ["Utility", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Pile.md"
},
{
"slug": "MidiStep",
"name": "MIDI-STEP",
"description": "Module for relative modes of endless knobs on your MIDI controller, such as Arturia Beatstep, Native Instruments Komplete Keyboards or Behringer X-TOUCH",
"tags": ["Utility", "MIDI", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiStep.md"
},
{
"slug": "Mirror",
"name": "MIRROR",
"description": "Utility for synchronizing module parameters",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Mirror.md"
},
{
"slug": "Affix",
"name": "AFFIX",
"description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (16 channels)",
"tags": ["Polyphonic", "Utility", "Attenuator"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Affix.md"
},
{
"slug": "AffixMicro",
"name": "µAFFIX",
"description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (8 channels)",
"tags": ["Polyphonic", "Utility", "Attenuator"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Affix.md"
},
{
"slug": "Grip",
"name": "GRIP",
"description": "Lock for module parameters",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Grip.md"
},
{
"slug": "Glue",
"name": "GLUE",
"description": "Label maker for your modules!",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Glue.md"
},
{
"slug": "Goto",
"name": "GOTO",
"description": "Utility for jumping directly to 10 locations in your patch by hotkey or using MIDI",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Goto.md"
},
{
"slug": "Stroke",
"name": "STROKE",
"description": "Utility for converting hotkeys to triggers, gates and some other special commands",
"tags": ["Utility", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Stroke.md"
},
{
"slug": "Spin",
"name": "SPIN",
"description": "Utility for converting mouse-wheel movement into triggers, also handles middle-click of mouse, useful for SAIL",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Spin.md"
},
{
"slug": "Transit",
"name": "TRANSIT",
"description": "Parameter-morpher and sequencer for up to 96 snapshots",
"tags": ["Utility", "Sequencer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Transit.md"
},
{
"slug": "TransitEx",
"name": "+T",
"description": "Expander for TRANSIT",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Transit.md"
},
{
"slug": "X4",
"name": "X4",
"description": "Dual multiple for parameter-mapping",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/X4.md"
},
{
"slug": "Macro",
"name": "MACRO",
"description": "Macro-knob for controlling multiple parameters, with attenuverts and slew-limiting",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Macro.md"
},
{
"slug": "Raw",
"name": "RAW",
"description": "Digital effect based on the dynamics of bistable systems",
"tags": ["Distortion", "Digital"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Raw.md"
},
{
"slug": "MidiMon",
"name": "MIDI-MON",
"description": "Monitor for MIDI messages",
"tags": ["MIDI", "Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiMon.md"
},
{
"slug": "Orbit",
"name": "ORBIT",
"description": "Polyphonic stereo field spreader",
"tags": ["Panning", "Effect", "Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Orbit.md"
},
{
"slug": "EightFaceMk2",
"name": "8FACE mk2",
"description": "Universal expander for sequencing up to eight presets of multiple modules",
"tags": ["Utility", "Sequencer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/EightFaceMk2.md"
},
{
"slug": "EightFaceMk2Ex",
"name": "+8",
"description": "Expander for 8FACE mk2",
"tags": ["Expander"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/EightFaceMk2.md"
},
{
"slug": "MidiPlug",
"name": "MIDI-PLUG",
"description": "Virtual MIDI merger and splitter",
"tags": ["MIDI", "Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiPlug.md"
},
{
"slug": "Dirt",
"name": "DIRT",
"description": "Crosstalk and noise for polyphonic cables",
"tags": ["Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Dirt.md"
},
{
"slug": "MidiKey",
"name": "MIDI-KEY",
"description": "Converts MIDI CC or note messages into keyboard events (preview)",
"tags": ["MIDI", "Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/MidiKey.md"
},
{
"slug": "AudioInterface64",
"name": "AUDIO-64",
"description": "Sends CV and audio to/from an audio device",
"tags": ["External"],
"disabled": true
},
{
"slug": "Mb",
"name": "MB",
"description": "Experimental replacement module browsers for Rack. Brings back the browser from Rack v0.6x and has a modified browser from Rack v1.x with adjustable preview size, favorites, extended filtering options and more.",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Mb.md"
},
{
"slug": "Me",
"name": "ME",
"description": "Mouse enhancements",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Me.md"
}
]
}