forked from clone45/voxglitch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
137 lines (137 loc) · 4.61 KB
/
plugin.json
File metadata and controls
137 lines (137 loc) · 4.61 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
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "2.17.0",
"license": "GPL-3.0-or-later",
"brand": "Voxglitch",
"author": "Bret Truchan",
"authorEmail": "clone45@gmail.com",
"authorUrl": "",
"pluginUrl": "https://github.com/clone45/voxglitch",
"manualUrl": "https://github.com/clone45/voxglitch",
"sourceUrl": "https://github.com/clone45/voxglitch",
"donateUrl": "https://www.patreon.com/voxglitch",
"changelogUrl": "https://github.com/clone45/voxglitch/blob/master/docs/changelog.md",
"modules": [
{
"slug": "autobreak",
"name": "Autobreak",
"description": "Automatic breakbeat sample chopper",
"tags": ["Sampler", "Drum"]
},
{
"slug": "bytebeat",
"name": "Byte Beat",
"description": "Module that will get converted to something more interesting.",
"tags": ["Oscillator"]
},
{
"slug": "digitalprogrammer",
"name": "Digital Programmer",
"description": "16 channel polyphonic programmer with built-in bank memory slots",
"tags": ["Utility", "Polyphonic"]
},
{
"slug": "digitalsequencer",
"name": "Digital Sequencer",
"description": "Six-in-one cv/gate sequencers with independent control over clock division and sequence length.",
"tags": ["Sequencer"]
},
{
"slug": "digitalsequencerxp",
"name": "Digital Sequencer XP",
"description": "Polyphonic version of the Digital Sequencer. Sixteen-in-one cv/gate sequencers with independent control over clock division and sequence length.",
"tags": ["Sequencer", "Polyphonic"]
},
{
"slug": "glitchsequencer",
"name": "Glitch Sequencer",
"description": "Cellular Automaton Gate Sequencer",
"tags": ["Sequencer"]
},
{
"slug": "ghosts",
"name": "Ghosts",
"description": "Granular synthesis sample player/scanner with looping grains.",
"tags": ["Granular", "Sampler"]
},
{
"slug": "grainfx",
"name": "Grain Fx",
"description": "Granular effects for incoming audio.",
"tags": ["Granular", "Sampler"]
},
{
"slug": "GrainEngineMK2",
"name": "Grain Engine MK2",
"description": "Granular syntesis based .wav player",
"tags": ["Granular", "Sampler"]
},
{
"slug": "GrainEngineMK2Expander",
"name": "Grain Engine MK2 Expander",
"description": "External audio recorder expander for Grain Engine MK2",
"tags": ["Granular", "Sampler", "Expander"]
},
{
"slug": "groovebox",
"name": "Groove Box",
"description": "8-track sample based groovebox with parameter locks",
"tags": ["Sampler"]
},
{
"slug": "GrooveBoxExpander",
"name": "Groove Box Expander",
"description": "Expander module for the Voxglitch Groovebox that provides Mutes, Solos, Gate Outputs, and track-level control over volume, pan, and pitch.",
"tags": ["Sampler"]
},
{
"slug": "hazumi",
"name": "Hazumi",
"description": "Bouncing ball sequencer",
"tags": ["Sequencer"]
},
{
"slug": "looper",
"name": "Looper",
"description": "Bare minimum sample looper",
"tags": ["Sampler"]
},
{
"slug": "repeater",
"name": "Repeater",
"description": "Looping sample player with playback offset control.",
"tags": ["Sampler"]
},
{
"slug": "satanonaut",
"name": "Satanonaut",
"description": "Based on the new comic Galacto Pitfighter: An alien entity hell-bent on mutilating your audio.",
"tags": ["Effect"]
},
{
"slug": "samplerx8",
"name": "SamplerX8",
"description": "Eight stereo sample playback devices in one compact module.",
"tags": ["Sampler"]
},
{
"slug": "wavbank",
"name": "Wav Bank",
"description": "Sample player that can load and switch between all .wav files in a folder.",
"tags": ["Sampler"]
},
{
"slug": "wavbankmc",
"name": "Wav Bank MC",
"description": "Extended version of Wav Bank that supports multi-channel WAV files",
"tags": ["Sampler", "Polyphonic"]
},
{
"slug": "xy",
"name": "XY",
"description": "CV output generator with built in gesture recording.",
"tags": ["Sequencer", "Recording", "Envelope Generator"]
}
]
}