|
1 | 1 | {
|
2 |
| - "author": { "email": null, "homepage": null, "name": "Damien Zammit" }, |
3 |
| - "binary": "/usr/lib/lv2/ZamPhono.lv2/ZamPhono_dsp.so", |
4 |
| - "brand": null, |
5 |
| - "bundles": ["/usr/lib/lv2/ZamPhono.lv2"], |
6 |
| - "category": ["Utility"], |
7 |
| - "comment": null, |
8 |
| - "errors": ["plugin comment is missing"], |
9 |
| - "label": "ZamPhono", |
| 2 | + "author": { |
| 3 | + "email": null, |
| 4 | + "homepage": "http://www.zamaudio.com", |
| 5 | + "name": "Damien Zammit" |
| 6 | + }, |
| 7 | + "binary": "/usr/lib/lv2/ZamVerb.lv2/ZamVerb_dsp.so", |
| 8 | + "brand": "ZamAudio", |
| 9 | + "bundles": ["/usr/lib/lv2/ZamVerb.lv2"], |
| 10 | + "category": ["Reverb"], |
| 11 | + "comment": "Convolution Reverb effect", |
| 12 | + "errors": [], |
| 13 | + "label": "ZamVerb", |
10 | 14 | "license": "GPL v2+",
|
11 | 15 | "microVersion": 12,
|
12 | 16 | "minorVersion": 2,
|
13 |
| - "name": "ZamPhono", |
| 17 | + "name": "ZamVerb", |
14 | 18 | "ports": {
|
| 19 | + "atom": { |
| 20 | + "input": [ |
| 21 | + { |
| 22 | + "comment": null, |
| 23 | + "designation": null, |
| 24 | + "index": 4, |
| 25 | + "name": "Events Input", |
| 26 | + "properties": [], |
| 27 | + "rangeSteps": null, |
| 28 | + "ranges": {}, |
| 29 | + "scalePoints": [], |
| 30 | + "shortName": "Events Input", |
| 31 | + "symbol": "lv2_events_in", |
| 32 | + "units": {} |
| 33 | + } |
| 34 | + ], |
| 35 | + "output": [ |
| 36 | + { |
| 37 | + "comment": null, |
| 38 | + "designation": null, |
| 39 | + "index": 5, |
| 40 | + "name": "Events Output", |
| 41 | + "properties": [], |
| 42 | + "rangeSteps": null, |
| 43 | + "ranges": {}, |
| 44 | + "scalePoints": [], |
| 45 | + "shortName": "Events Output", |
| 46 | + "symbol": "lv2_events_out", |
| 47 | + "units": {} |
| 48 | + } |
| 49 | + ] |
| 50 | + }, |
15 | 51 | "audio": {
|
16 | 52 | "input": [
|
17 | 53 | {
|
|
26 | 62 | "shortName": "Audio Input 1",
|
27 | 63 | "symbol": "lv2_audio_in_1",
|
28 | 64 | "units": {}
|
| 65 | + }, |
| 66 | + { |
| 67 | + "comment": null, |
| 68 | + "designation": null, |
| 69 | + "index": 1, |
| 70 | + "name": "Audio Input 2", |
| 71 | + "properties": [], |
| 72 | + "rangeSteps": null, |
| 73 | + "ranges": {}, |
| 74 | + "scalePoints": [], |
| 75 | + "shortName": "Audio Input 2", |
| 76 | + "symbol": "lv2_audio_in_2", |
| 77 | + "units": {} |
29 | 78 | }
|
30 | 79 | ],
|
31 | 80 | "output": [
|
32 | 81 | {
|
33 | 82 | "comment": null,
|
34 | 83 | "designation": null,
|
35 |
| - "index": 1, |
| 84 | + "index": 2, |
36 | 85 | "name": "Audio Output 1",
|
37 | 86 | "properties": [],
|
38 | 87 | "rangeSteps": null,
|
|
41 | 90 | "shortName": "Audio Output 1",
|
42 | 91 | "symbol": "lv2_audio_out_1",
|
43 | 92 | "units": {}
|
| 93 | + }, |
| 94 | + { |
| 95 | + "comment": null, |
| 96 | + "designation": null, |
| 97 | + "index": 3, |
| 98 | + "name": "Audio Output 2", |
| 99 | + "properties": [], |
| 100 | + "rangeSteps": null, |
| 101 | + "ranges": {}, |
| 102 | + "scalePoints": [], |
| 103 | + "shortName": "Audio Output 2", |
| 104 | + "symbol": "lv2_audio_out_2", |
| 105 | + "units": {} |
44 | 106 | }
|
45 | 107 | ]
|
46 | 108 | },
|
|
49 | 111 | {
|
50 | 112 | "comment": null,
|
51 | 113 | "designation": null,
|
52 |
| - "index": 2, |
53 |
| - "name": "Reproduction/Production", |
54 |
| - "properties": ["toggled"], |
| 114 | + "index": 6, |
| 115 | + "name": "Master level", |
| 116 | + "properties": [], |
55 | 117 | "rangeSteps": null,
|
56 |
| - "ranges": { "default": 0.0, "maximum": 1.0, "minimum": 0.0 }, |
| 118 | + "ranges": { "default": 0.0, "maximum": 30.0, "minimum": -30.0 }, |
57 | 119 | "scalePoints": [],
|
58 |
| - "shortName": "Reproduction/Pro", |
59 |
| - "symbol": "inv", |
60 |
| - "units": { "label": " ", "render": "%f ", "symbol": " " } |
| 120 | + "shortName": "Master level", |
| 121 | + "symbol": "master", |
| 122 | + "units": { "label": "decibels", "render": "%f dB", "symbol": "dB" } |
61 | 123 | },
|
62 | 124 | {
|
63 | 125 | "comment": null,
|
64 | 126 | "designation": null,
|
65 |
| - "index": 3, |
66 |
| - "name": "Phono Filter Type", |
| 127 | + "index": 7, |
| 128 | + "name": "Wet / Dry", |
| 129 | + "properties": [], |
| 130 | + "rangeSteps": null, |
| 131 | + "ranges": { "default": 50.0, "maximum": 100.0, "minimum": 0.0 }, |
| 132 | + "scalePoints": [], |
| 133 | + "shortName": "Wet / Dry", |
| 134 | + "symbol": "wetdry", |
| 135 | + "units": { "label": "percent", "render": "%f%%", "symbol": "%" } |
| 136 | + }, |
| 137 | + { |
| 138 | + "comment": null, |
| 139 | + "designation": null, |
| 140 | + "index": 8, |
| 141 | + "name": "Room", |
67 | 142 | "properties": ["integer"],
|
68 | 143 | "rangeSteps": null,
|
69 |
| - "ranges": { "default": 3, "maximum": 4, "minimum": 0 }, |
| 144 | + "ranges": { "default": 0, "maximum": 6, "minimum": 0 }, |
70 | 145 | "scalePoints": [],
|
71 |
| - "shortName": "Phono Filter Typ", |
72 |
| - "symbol": "type", |
| 146 | + "shortName": "Room", |
| 147 | + "symbol": "room", |
73 | 148 | "units": { "label": " ", "render": "%f ", "symbol": " " }
|
74 | 149 | }
|
75 | 150 | ],
|
76 | 151 | "output": []
|
77 | 152 | },
|
78 | 153 | "midi": { "input": [], "output": [] }
|
79 | 154 | },
|
80 |
| - "presets": [ |
81 |
| - { "label": "RIAA (Playback)", "uri": "urn:zamaudio:ZamPhono#preset001" } |
82 |
| - ], |
| 155 | + "presets": [{ "label": "Default", "uri": "urn:zamaudio:ZamVerb#preset001" }], |
83 | 156 | "properties": {},
|
84 | 157 | "stability": "stable",
|
85 |
| - "uri": "urn:zamaudio:ZamPhono", |
| 158 | + "uri": "urn:zamaudio:ZamVerb", |
86 | 159 | "version": "2.12",
|
87 |
| - "warnings": ["plugin brand is missing", "plugin label is missing"] |
| 160 | + "warnings": [] |
88 | 161 | }
|
0 commit comments