-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wstd_manglr.json
44 lines (44 loc) · 1.07 KB
/
wstd_manglr.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
{
"name": "WSTD_MANGLR",
"dpf": {
"dpf_path": "../dep/",
"makefile_dep": [
"wstd.clrs"
],
"enable_ui": true,
"ui_size": {
"width": 707,
"height": 191
},
"midi_input": 0,
"midi_output": 0,
"enumerators": {
"Sqnc": [
"C~F~S",
"C~S~F",
"F~C~S",
"F~S~C",
"S~C~F",
"S~F~C"
]
},
"version": "1, 1, 0",
"license": "GPL-3.0-or-later",
"homepage": "https://wasted.audio/software/wstd_manglr",
"plugin_uri": "https://wasted.audio/software/wstd_manglr",
"plugin_clap_id": "audio.wasted.wstd_manglr",
"plugin_formats": [
"lv2_sep",
"vst2",
"vst3",
"clap"
],
"lv2_info": "lv2:DistortionPlugin",
"vst3_info": "Fx|Distortion|Stereo",
"clap_info": [
"audio-effect",
"glitch",
"stereo"
]
}
}