-
Notifications
You must be signed in to change notification settings - Fork 0
/
comprez.json
37 lines (37 loc) · 930 Bytes
/
comprez.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
{
"name": "Comprez",
"dpf": {
"dpf_path": "../dep/",
"makefile_dep": [
"wstd.clrs"
],
"enable_ui": true,
"enable_modgui": true,
"ui_size": {
"width": 400,
"height": 180
},
"midi_input": 0,
"midi_output": 0,
"maker": "AnClark Liu",
"version": "1, 0, 0",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/AnClark/Comprez",
"plugin_uri": "https://github.com/AnClark/Comprez",
"plugin_clap_id": "audio.anclark.comprez",
"plugin_formats": [
"lv2_sep",
"vst2",
"vst3",
"clap",
"jack"
],
"lv2_info": "lv2:CompressorPlugin",
"vst3_info": "Fx|Dynamics",
"clap_info": [
"audio-effect",
"compressor",
"stereo"
]
}
}