forked from bobbydigitales/move-anything
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmodule-catalog.json
More file actions
460 lines (460 loc) · 16.5 KB
/
module-catalog.json
File metadata and controls
460 lines (460 loc) · 16.5 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
{
"catalog_version": 2,
"host": {
"name": "Move Anything",
"github_repo": "charlesvestal/move-anything",
"asset_name": "move-anything.tar.gz",
"latest_version": "0.7.10",
"download_url": "https://github.com/charlesvestal/move-anything/releases/download/v0.7.10/move-anything.tar.gz",
"min_host_version": "0.1.0"
},
"modules": [
{
"id": "dexed",
"name": "Dexed",
"description": "6-operator FM synthesizer (Dexed/MSFA) with .syx patch support",
"author": "Dexed/MSFA by google/asb2m10 (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-dx7",
"default_branch": "main",
"asset_name": "dexed-module.tar.gz",
"min_host_version": "0.3.0",
"requires": "Optional additional .syx patch banks (place in module's banks/ folder)"
},
{
"id": "sf2",
"name": "SF2 Synth",
"description": "SoundFont (.sf2) synthesizer using FluidLite",
"author": "FluidLite by Robin Lobel (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-sf2",
"default_branch": "main",
"asset_name": "sf2-module.tar.gz",
"min_host_version": "0.3.0",
"requires": ".sf2 soundfont files (place in module's soundfonts/ folder)"
},
{
"id": "m8",
"name": "M8 LPP Emulator",
"description": "Novation Launchpad Pro emulation for Dirtywave M8",
"author": "bobbydigitales",
"component_type": "overtake",
"github_repo": "charlesvestal/move-anything-m8",
"default_branch": "main",
"asset_name": "m8-module.tar.gz",
"min_host_version": "0.3.6"
},
{
"id": "minijv",
"name": "Mini-JV",
"description": "ROM-based PCM rompler emulator",
"author": "nukeykt/giulioz",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-jv880",
"default_branch": "main",
"asset_name": "minijv-module.tar.gz",
"min_host_version": "0.3.0",
"requires": "ROM files (place in module's roms/ folder)"
},
{
"id": "obxd",
"name": "OB-Xd",
"description": "Virtual analog synthesizer based on Oberheim OB-X",
"author": "reales",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-obxd",
"default_branch": "main",
"asset_name": "obxd-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "cloudseed",
"name": "CloudSeed",
"description": "Algorithmic reverb by Ghost Note Audio",
"author": "Ghost Note Audio",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-cloudseed",
"default_branch": "main",
"asset_name": "cloudseed-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "tapescam",
"name": "TAPESCAM",
"description": "Tape saturation and degradation effect",
"author": "Charles Vestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-tapescam",
"default_branch": "main",
"asset_name": "tapescam-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "psxverb",
"name": "PSX Verb",
"description": "PlayStation 1 SPU reverb emulation",
"author": "Charles Vestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-psxverb",
"default_branch": "main",
"asset_name": "psxverb-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "tapedelay",
"name": "TapeDelay",
"description": "Tape delay with flutter and tone shaping",
"author": "Charles Vestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-space-delay",
"default_branch": "main",
"asset_name": "tapedelay-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "junologue-chorus",
"name": "Junologue Chorus",
"description": "Junologue Chorus - Juno-60 chorus emulation (I, I+II, II modes)",
"author": "Peter Allwin (port: charlesvestal)",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-junologue-chorus",
"default_branch": "main",
"asset_name": "junologue-chorus-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "sidcontrol",
"name": "SID Control",
"description": "MIDI controller for SIDaster III synthesizer",
"author": "charlesvestal",
"component_type": "overtake",
"github_repo": "charlesvestal/move-anything-sidcontrol",
"default_branch": "main",
"asset_name": "sidcontrol-module.tar.gz",
"min_host_version": "0.3.6"
},
{
"id": "braids",
"name": "Braids",
"description": "Macro oscillator with 47 synthesis algorithms (Mutable Instruments)",
"author": "Emilie Gillet (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-braids",
"default_branch": "main",
"asset_name": "braids-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "hera",
"name": "Hera",
"description": "Juno-60 emulation synthesizer with BBD chorus",
"author": "jpcima (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-hera",
"default_branch": "main",
"asset_name": "hera-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "surge",
"name": "Surge XT",
"description": "Hybrid synthesizer - wavetable, FM, subtractive, and physical modeling with 600+ presets",
"author": "Surge Synth Team (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-surge",
"default_branch": "main",
"asset_name": "surge-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "moog",
"name": "RaffoSynth",
"description": "Monophonic synthesizer with 4 oscillators and Moog ladder filter",
"author": "Nicolas Roulet, Julian Palladino (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-moog",
"default_branch": "main",
"asset_name": "moog-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "webstream",
"name": "Webstream",
"description": "Web audio search and streaming generator with bundled yt-dlp + ffmpeg runtime",
"author": "charlesvestal",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-webstream",
"default_branch": "main",
"asset_name": "webstream-module.tar.gz",
"min_host_version": "0.3.11"
},
{
"id": "nam",
"name": "NAM",
"description": "Neural Amp Modeler - neural network guitar amp/effect emulation",
"author": "NeuralAudio by Mike Oliphant (port: charlesvestal)",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-nam",
"default_branch": "main",
"asset_name": "nam-module.tar.gz",
"min_host_version": "0.3.0",
"requires": ".nam model files (free models at tonehunt.org and tone3000.com)"
},
{
"id": "ducker",
"name": "Ducker",
"description": "MIDI-triggered sidechain ducker - classic pumping without an audio sidechain",
"author": "charlesvestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-ducker",
"default_branch": "main",
"asset_name": "ducker-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "radiogarden",
"name": "Radio Garden",
"description": "Browse and stream live radio from 200 cities worldwide via Radio Garden",
"author": "charlesvestal",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-radiogarden",
"default_branch": "main",
"asset_name": "radiogarden-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "airplay",
"name": "AirPlay",
"description": "AirPlay audio receiver - stream from iPhone, iPad, or Mac to Move's signal chain",
"author": "charlesvestal",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-airplay",
"default_branch": "main",
"asset_name": "airplay-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "clap",
"name": "CLAP FX",
"description": "Host for CLAP audio effect plugins",
"author": "charlesvestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-clap",
"default_branch": "main",
"asset_name": "clap-module.tar.gz",
"min_host_version": "0.3.0",
"requires": ".clap plugin files (place in module's plugins/ folder)"
},
{
"id": "gate",
"name": "Gate",
"description": "Noise gate and downward expander",
"author": "charlesvestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-gate",
"default_branch": "main",
"asset_name": "gate-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "control",
"name": "Custom MIDI Control",
"description": "Custom MIDI controller with 16 banks of configurable pads/knobs/buttons",
"author": "chaolue",
"component_type": "overtake",
"github_repo": "chaolue/move-anything-control",
"default_branch": "main",
"asset_name": "control-module.tar.gz",
"min_host_version": "0.3.6"
},
{
"id": "chiptune",
"name": "Chiptune",
"description": "NES 2A03 & Game Boy DMG chiptune synthesizer with 32 presets",
"author": "blargg (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-chiptune",
"default_branch": "main",
"asset_name": "chiptune-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "keydetect",
"name": "Key Detect",
"description": "Detects the musical key of audio passing through it",
"author": "charlesvestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-keydetect",
"default_branch": "main",
"asset_name": "keydetect-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "vocoder",
"name": "Vocoder",
"description": "Channel vocoder - uses mic/line-in as modulator to shape synth carrier",
"author": "charlesvestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-vocoder",
"default_branch": "main",
"asset_name": "vocoder-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "osirus",
"name": "Osirus",
"description": "Access Virus DSP56300 emulator via Gearmulator JIT engine",
"author": "dsp56300/gearmulator (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-virus",
"default_branch": "main",
"asset_name": "osirus-module.tar.gz",
"min_host_version": "0.3.0",
"requires": "Virus ROM file (place in module's roms/ folder)"
},
{
"id": "superarp",
"name": "Super Arp",
"description": "Advanced MIDI arpeggiator with progression patterns, rhythm presets, and seeded modifiers",
"author": "dom",
"component_type": "midi_fx",
"github_repo": "handcraftedcc/move-anything-superarp",
"default_branch": "main",
"asset_name": "superarp-module.tar.gz",
"min_host_version": "0.5.8"
},
{
"id": "eucalypso",
"name": "Eucalypso",
"description": "Deterministic 4-lane Euclidean MIDI sequencer with held/scale note registers, retrigger modes, and seeded modulation",
"author": "dom",
"component_type": "midi_fx",
"github_repo": "handcraftedcc/move-anything-eucalypso",
"default_branch": "main",
"asset_name": "eucalypso-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "granny",
"name": "Granny",
"description": "Granular sample instrument with scan controls and file browser",
"author": "move-anything contributors",
"component_type": "sound_generator",
"github_repo": "handcraftedcc/move-anything-granny",
"default_branch": "main",
"asset_name": "granny-grain-module.tar.gz",
"min_host_version": "0.6.2"
},
{
"id": "mrdrums",
"name": "MrDrums",
"description": "16-pad sample drum module with per-pad controls and dynamic pad editing",
"author": "move-anything contributors",
"component_type": "sound_generator",
"github_repo": "handcraftedcc/move-anything-mrdrums",
"default_branch": "main",
"asset_name": "mrdrums-module.tar.gz",
"min_host_version": "0.7.4"
},
{
"id": "rex",
"name": "REX Player",
"description": "Propellerhead ReCycle (.rx2/.rex) slice player with DWOP lossless decoder",
"author": "charlesvestal",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-rex",
"default_branch": "main",
"asset_name": "rex-module.tar.gz",
"min_host_version": "0.3.0",
"requires": ".rx2/.rex loop files (created with Propellerhead ReCycle)"
},
{
"id": "hush1",
"name": "HUSH ONE",
"description": "Monophonic subtractive synthesizer emulating the Roland SH-101",
"author": "Move Everything Community",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-hush1",
"default_branch": "main",
"asset_name": "hush1-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "nusaw",
"name": "NuSaw",
"description": "Polyphonic detuned multi-saw synthesizer with resonant filter, dual envelopes, chorus, and delay",
"author": "charlesvestal",
"component_type": "sound_generator",
"github_repo": "charlesvestal/move-anything-nusaw",
"default_branch": "main",
"asset_name": "nusaw-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "usefulity",
"name": "Usefulity",
"description": "Stereo utility - channel select, width, bass mono, gain, pan, phase, mute, DC filter",
"author": "charlesvestal",
"component_type": "audio_fx",
"github_repo": "charlesvestal/move-anything-usefulity",
"default_branch": "main",
"asset_name": "usefulity-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "waveform-editor",
"name": "Wave Edit",
"description": "Trim, gain adjust, and edit audio files on the Move",
"author": "charlesvestal",
"component_type": "tool",
"github_repo": "charlesvestal/move-anything-waveform-editor",
"default_branch": "main",
"asset_name": "waveform-editor-module.tar.gz",
"min_host_version": "0.7.0"
},
{
"id": "stretch",
"name": "Time Stretch",
"description": "Real-time audio time stretching with Bungee",
"author": "charlesvestal",
"component_type": "tool",
"github_repo": "charlesvestal/move-anything-stretch",
"default_branch": "main",
"asset_name": "stretch-module.tar.gz",
"min_host_version": "0.6.0"
},
{
"id": "stems",
"name": "Stem Separation",
"description": "Separate audio into stems: drums, vocals, accompaniment (0.5x realtime)",
"author": "charlesvestal",
"component_type": "tool",
"github_repo": "charlesvestal/move-anything-stems",
"default_branch": "main",
"asset_name": "stems-module.tar.gz",
"min_host_version": "0.6.0"
},
{
"id": "plaits",
"name": "Plaits",
"description": "Macro oscillator with 24 synthesis engines (Mutable Instruments Plaits)",
"author": "Emilie Gillet (port: charlesvestal)",
"component_type": "sound_generator",
"github_repo": "j3threejay/move-anything-plaits",
"default_branch": "master",
"asset_name": "plaits-module.tar.gz",
"min_host_version": "0.3.0"
},
{
"id": "granular",
"name": "Boris Granular",
"description": "Real-time granular audio effect with live input capture and MIDI sync",
"author": "Alessandro Gaiba (port: fillioning)",
"component_type": "audio_fx",
"github_repo": "fillioning/move-anything-boris",
"default_branch": "main",
"asset_name": "boris-granular-module.tar.gz",
"min_host_version": "0.3.0"
}
]
}