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
|
<plugin resizable="true">
<vbox>
<!-- Top part -->
<grid rows="1" cols="5" hspacing="4">
<vbox expand="true">
<group ui:inject="GraphGroup" ipadding="0" expand="true" fill="true" text="labels.graphs.time">
<graph width.min="486" height.min="212" expand="true" fill="true">
<origin hpos="1" vpos="-1" visible="false"/>
<!-- Gray grid -->
<ui:for id="t" first="0" last="4" step="1">
<ui:attributes ox="0" oy="1">
<marker v="${t}.25" color="graph_alt_2"/>
<marker v="${t}.5" color="graph_alt_1"/>
<marker v="${t}.75" color="graph_alt_2"/>
</ui:attributes>
</ui:for>
<ui:attributes ox="1" oy="0" color="graph_alt_1">
<marker v="+12 db"/>
<marker v="-12 db"/>
<marker v="-36 db"/>
<marker v="-60 db"/>
</ui:attributes>
<!-- Yellow grid -->
<ui:for id="t" first="1" last="4" step="1">
<marker v="${t}" ox="0" oy="1" color="graph_sec"/>
</ui:for>
<ui:attributes ox="1" oy="0" color="graph_sec">
<marker v="0 db"/>
<marker v="-24 db"/>
<marker v="-48 db"/>
</ui:attributes>
<!-- Meshes -->
<mesh id="isg" width="2" color="mono_in" visibility=":ilv"/>
<mesh id="osg" width="2" color="mono" visibility=":olv"/>
<mesh id="scg" width="2" color="sidechain_1" visibility=":slv"/>
<mesh id="evg" width="2" color="envelope_1" visibility=":elv"/>
<mesh id="grg" width="2" color="bright_blue" visibility=":grv"/>
<!-- Boundaries -->
<marker v="24 db" ox="1" oy="0" color="graph_prim" visibility="false"/>
<marker v="5" ox="0" oy="1" color="graph_prim" visibility="false"/>
<!-- Axis -->
<axis min="0" max="5" angle="1.0" log="false" color="graph_prim" visibility="false"/>
<axis min="-72 db" max="24 db" angle="0.5" log="true" color="graph_prim" visibility="false"/>
<!-- Markers -->
<ui:attributes ox="1" oy="0">
<marker id="al" color="attack_1"/>
<marker id="rl" color="release_1"/>
</ui:attributes>
<!-- Text -->
<text x="5" y="-72 db" text="graph.units.s" halign="1" valign="1" color="graph_prim"/>
<ui:for id="t" first="0" last="4" step="1">
<text x="${t}" y="-72 db" text="${t}" halign="-1" valign="1" color="graph_prim"/>
<text x="${t}.5" y="-72 db" text="${t}.5" halign="-1" valign="1" color="graph_prim"/>
</ui:for>
<ui:attributes x="5" halign="1" valign="1" color="graph_prim">
<text y="12 db" text="+12"/>
<text y="0 db" text="0"/>
<text y="-12 db" text="-12"/>
<text y="-24 db" text="-24"/>
<text y="-36 db" text="-36"/>
<text y="-48 db" text="-48"/>
<text y="-60 db" text="-60"/>
<text x="5" y="24 db" text="graph.units.db" valign="-1"/>
</ui:attributes>
</graph>
</group>
<void bg.color="bg" vexpand="false" fill="false" pad.v="2"/>
<align halign="1" vexpand="false">
<hbox spacing="4" vexpand="false" bg.color="bg_schema" pad.h="6" pad.b="4" pad.t="4">
<button id="pause" height="22" width="48" text="labels.pause" ui:inject="Button_green"/>
<button id="clear" height="22" width="48" text="labels.clear" ui:inject="Button_red"/>
<button id="cmv" size="16" width="48" text="labels.model" ui:inject="Button_yellow"/>
</hbox>
</align>
</vbox>
<grid rows="3" cols="3" hfill="false" hspacing="4" vexpand="true">
<ui:with bg.color="bg_schema">
<label text="labels.sc.SC" padding="4"/>
<label text="labels.Env_elope" padding="4"/>
<label text="labels.gain_" padding="4"/>
<button id="slv" height="10" width="22" ui:inject="Button_orange" led="true"/>
<button id="elv" height="10" width="22" ui:inject="Button_violet" led="true"/>
<button id="grv" height="10" width="22" ui:inject="Button_blue" led="true"/>
</ui:with>
<!-- Sidechain signal meter -->
<ledmeter vexpand="true" height.min="246" angle="1">
<ledchannel id="slm" min="-72 db" max="24 db" log="true" type="peak" activity=":slv" value.color="sidechain"/>
</ledmeter>
<!-- Envelope signal meter -->
<ledmeter vexpand="true" height.min="246" angle="1">
<ledchannel id="elm" min="-72 db" max="24 db" log="true" type="peak" activity=":elv" value.color="envelope"/>
</ledmeter>
<!-- Gain signal meter -->
<ledmeter vexpand="true" height.min="246" angle="1">
<ledchannel id="rlm" min="-48 db" max="48 db" log="true" balance="0 db" balance.visibility="true" type="peak" activity=":grv" value.color="blue"/>
</ledmeter>
</grid>
<group ui:inject="GraphGroup" ipadding="0" expand="true" fill="true" text="labels.graphs.curve">
<!-- Curve graph -->
<graph width.min="246" height.min="246" expand="true" fill="true">
<origin hpos="-1" vpos="-1" visible="false"/>
<!-- Gray grid -->
<ui:for id="g" first="-60" last="12" step="24">
<marker v="${g} db" color="graph_alt_1"/>
<marker v="${g} db" ox="1" oy="0" color="graph_alt_1"/>
</ui:for>
<!-- Yellow grid -->
<ui:for id="g" first="-48" last="-24" step="24">
<marker v="${g} db" color="graph_sec"/>
<marker v="${g} db" ox="1" oy="0" color="graph_sec"/>
</ui:for>
<!-- Axes and boundaries -->
<marker v="1" ox="1" oy="0" dv="1" dx=":_a_width" dy=":_a_height" color="graph_alt_1" width="2" smooth="true"/>
<marker id="omk" ox="1" oy="0" dv="1" dx=":_a_width" dy=":_a_height" color="graph_alt_2" width="2" smooth="true" visibility=":cmv"/>
<marker v="24 db" color="graph_alt_1" visibility="false"/>
<marker v="24 db" ox="1" oy="0" color="graph_alt_1" visibility="false"/>
<axis min="-72 db" max="24 db" color="graph_prim" angle="0.0" log="true" visibility="false"/>
<axis min="-72 db" max="24 db" color="graph_prim" angle="0.5" log="true" visibility="false"/>
<!-- 0 dB markers -->
<marker v="0 db" ox="0" oy="1" width="2" color="graph_prim"/>
<marker v="0 db" ox="1" oy="0" width="2" color="graph_prim"/>
<!-- Meshes -->
<mesh id="cmg" width="2" color="graph_mesh" smooth="true" visibility=":cmv"/>
<mesh id="ccg" width="3" color="graph_mesh" smooth="true"/>
<!-- Markers -->
<ui:for id="i" first="0" last="3">
<marker id="al${i}" width="2" color="attack" smooth="true" visibility=":cmv and :ae${i}"/>
<text x=":al${i}" y="24 db" text="${i}" color="attack" halign="-1" valign="-1" visibility=":cmv and :ae${i}"/>
</ui:for>
<ui:for id="i" first="0" last="3">
<marker id="rl${i}" width="2" color="release" smooth="true" visibility=":cmv and :re${i}"/>
<text x=":rl${i}" y="-72 db" text="${i}" color="release" halign="-1" valign="1" visibility=":cmv and :re${i}"/>
</ui:for>
<!-- Dots -->
<ui:for id="i" first="0" last="3">
<dot x.id="tl${i}" y.id="gl${i}" z.id="kn${i}" x.editable="true" y.editable="true" z.editable="true" color="graph_mesh" hover.color="graph_mesh" bcolor="graph_mesh" hover.bcolor="graph_mesh" pointer="drag" visibility=":pe${i}"/>
</ui:for>
<ui:for id="i" first="0" last="3">
<text x=":tl${i}" y=":gl${i}" text="${i}" color="graph_mesh" halign="-1" valign="1" visibility=":pe${i}"/>
</ui:for>
<dot x.id="elm" y.id="clm" color="graph_mesh" hover.color="graph_mesh" bcolor="graph_mesh" hover.bcolor="graph_mesh"/>
<!-- Text -->
<text x="0 db" y="0 db" text="0" halign="1" valign="1"/>
<ui:attributes x="0 db" halign="1" valign="-1">
<text y="24 db" text="graph.units.db"/>
<text y="12 db" text="+12"/>
<text y="-12 db" text="-12"/>
<text y="-24 db" text="-24"/>
<text y="-36 db" text="-36"/>
<text y="-48 db" text="-48"/>
<text y="-60 db" text="-60"/>
<text y="-72 db" text="graph.axis.out" valign="1"/>
</ui:attributes>
<ui:attributes y="0 db" halign="-1" valign="1">
<text x="24 db" text="graph.units.db"/>
<text x="12 db" text="+12"/>
<text x="-12 db" text="-12"/>
<text x="-24 db" text="-24"/>
<text x="-36 db" text="-36"/>
<text x="-48 db" text="-48"/>
<text x="-60 db" text="-60"/>
<text x="-72 db" text="graph.axis.in" halign="1"/>
</ui:attributes>
</graph>
</group>
<grid rows="3" cols="2" hfill="false" vexpand="true" hspacing="4">
<ui:with bg.color="bg_schema">
<label text="labels.chan.in" padding="4"/>
<label text="labels.chan.out" padding="4"/>
<button id="ilv" height="10" width="22" ui:inject="Button_left" led="true"/>
<button id="olv" height="10" width="22" ui:inject="Button_left" led="true"/>
</ui:with>
<!-- Input signal meter -->
<ledmeter vexpand="true" height.min="246" angle="1">
<ledchannel id="ilm" min="-72 db" max="24 db" log="true" type="rms_peak" peak.visibility="true" activity=":ilv" value.color="mono_in"/>
</ledmeter>
<!-- Output signal meter -->
<ledmeter vexpand="true" height.min="246" angle="1">
<ledchannel id="olm" min="-72 db" max="24 db" log="true" type="rms_peak" peak.visibility="true" activity=":olv" value.color="mono"/>
</ledmeter>
</grid>
<!-- Signal control -->
<group text="groups.signal" vexpand="true" hexpand="false" ipadding="0">
<vbox vexpand="true">
<ui:with pad="6">
<label text="labels.input"/>
<knob id="g_in"/>
<value id="g_in"/>
<hsep bg.color="bg" fill="true" pad.h="0" pad.v="2"/>
<label text="labels.output"/>
<knob id="g_out"/>
<value id="g_out"/>
</ui:with>
<hsep bg.color="bg" fill="true" pad.v="2"/>
<label vexpand="true"/>
</vbox>
</group>
</grid>
<!-- Separator -->
<void bg.color="bg" fill="true" pad.v="2" reduce="true"/>
<!-- Bottom part -->
<group text="groups.plug.processor" vexpand="false" ipadding="0">
<hbox>
<!-- sidechain -->
<grid rows="11" cols="3" spacing="0" bg.color="bg_schema">
<label text="labels.sc.preamp" pad.h="6" pad.v="4" vreduce="true"/>
<cell rows="11"><vsep bg.color="bg" pad.h="2" hreduce="true"/></cell>
<label text="labels.setup" pad.h="6" pad.v="4" vreduce="true"/>
<knob id="scp" scolor="kscale"/>
<cell rows="2">
<vbox fill="false" spacing="1">
<ui:with pad.h="6" pad.b="4">
<combo id="sct" fill="true" pad.t="4"/>
<combo id="scm" fill="true"/>
<button id="scl" height="22" hfill="true" pad.b="6" text="labels.listen" ui:inject="Button_cyan"/>
</ui:with>
</vbox>
</cell>
<value id="scp" sline="true" width.min="48"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<label text="labels.sc.reactivity" pad.h="6" pad.v="4" vreduce="true"/>
<cell rows="3" pad.h="6" bg.bright="(:shpm igt 0) ? 1 : :const_bg_darken">
<vbox spacing="1">
<label text="labels.flt.HPF" pad.v="4" vreduce="true" bright="(:shpm igt 0) ? 1 : 0.75" bg.bright="(:shpm igt 0) ? 1 : :const_bg_darken"/>
<combo id="shpm" fill="true" bright="(:shpm igt 0) ? 1 : 0.75" bg.bright="(:shpm igt 0) ? 1 : :const_bg_darken"/>
<knob id="shpf" pad.v="4" size="16" ssize="3" scolor="(:shpm igt 0) ? 'kscale' : 'kscale_inactive'" bg.bright="(:shpm igt 0) ? 1 : :const_bg_darken"/>
<value id="shpf" pad.b="4" sline="true" bright="(:shpm igt 0) ? 1 : 0.75" bg.bright="(:shpm igt 0) ? 1 : :const_bg_darken"/>
</vbox>
</cell>
<knob id="scr" scolor="kscale"/>
<value id="scr" sline="true"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<label text="labels.sc.lookahead" pad.h="6" pad.v="4" vreduce="true"/>
<cell rows="3" pad.h="6" bg.bright="(:slpm igt 0) ? 1 : :const_bg_darken">
<vbox spacing="1">
<label text="labels.flt.LPF" pad.v="4" vreduce="true" bright="(:slpm igt 0) ? 1 : 0.75" bg.bright="(:slpm igt 0) ? 1 : :const_bg_darken"/>
<combo id="slpm" fill="true" bright="(:slpm igt 0) ? 1 : 0.75" bg.bright="(:slpm igt 0) ? 1 : :const_bg_darken"/>
<knob id="slpf" pad.v="4" size="16" ssize="3" scolor="(:slpm igt 0) ? 'kscale' : 'kscale_inactive'" bg.bright="(:slpm igt 0) ? 1 : :const_bg_darken"/>
<value id="slpf" pad.b="4" sline="true" bright="(:slpm igt 0) ? 1 : 0.75" bg.bright="(:slpm igt 0) ? 1 : :const_bg_darken"/>
</vbox>
</cell>
<knob id="sla" scolor="kscale"/>
<value id="sla" sline="true"/>
</grid>
<vsep bg.color="bg" pad.h="2" hreduce="true"/>
<!-- right part -->
<grid rows="1" cols="3" spacing="0" hexpand="true" bg.color="bg_schema">
<!-- Processors controls -->
<grid rows="13" cols="13" spacing="0" bg.color="bg_schema">
<ui:with pad.h="6" pad.v="4">
<label text="labels.specials.num" reduce="true"/>
<cell rows="13"><vsep bg.color="bg" pad.h="2" hreduce="true"/></cell>
<label text="labels.enable" reduce="true"/>
<cell rows="13"><vsep bg.color="bg" pad.h="2" hreduce="true"/></cell>
<label text="labels.thresh_old:db"/>
<label text="labels.gain:db"/>
<label text="labels.knee_:db"/>
<cell rows="13"><vsep bg.color="bg" pad.h="2" hreduce="true"/></cell>
<cell cols="2"><label text="labels.attack:db_ms"/></cell>
<cell rows="13"><vsep bg.color="bg" pad.h="2" hreduce="true"/></cell>
<cell cols="2"><label text="labels.release:db_ms"/></cell>
</ui:with>
<ui:for id="c" first="0" last="3">
<ui:set id="i" value="${c}"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<cell cols="3"><hsep bg.color="bg" pad.v="2" vreduce="true"/></cell>
<cell cols="2"><hsep bg.color="bg" pad.v="2" vreduce="true"/></cell>
<cell cols="2"><hsep bg.color="bg" pad.v="2" vreduce="true"/></cell>
<cell rows="2" vreduce="true" pad.h="4" wmin="19"><label text="${c}"/></cell>
<cell rows="2">
<vbox fill="false" pad="6" spacing="4">
<button id="pe${i}" width.min="43" fill="true" height="10" text="labels.threshold" ui:inject="Button_violet_6"/>
<button id="ae${i}" width.min="43" fill="true" height="10" text="labels.attack" ui:inject="Button_magenta_6"/>
<button id="re${i}" width.min="43" fill="true" height="10" text="labels.release" ui:inject="Button_green_6"/>
</vbox>
</cell>
<ui:with pad.h="6" pad.v="4" size="20">
<knob id="tl${i}" scolor="(:pe${i} igt 0) ? 'threshold' : 'threshold_inactive'" bg.bright="(:pe${i} igt 0) ? 1 : :const_bg_darken"/>
<knob id="gl${i}" scolor="(:pe${i} igt 0) ? 'kscale' : 'kscale_inactive'" bg.bright="(:pe${i} igt 0) ? 1 : :const_bg_darken"/>
<knob id="kn${i}" scolor="(:pe${i} igt 0) ? 'kscale' : 'kscale_inactive'" bg.bright="(:pe${i} igt 0) ? 1 : :const_bg_darken"/>
<knob id="al${i}" scolor="(:ae${i} igt 0) ? 'attack_1' : 'attack_inactive'" bg.bright="(:ae${i} igt 0) ? 1 : :const_bg_darken"/>
<knob id="at${i}" scolor="(:ae${i} igt 0) ? 'attack_2' : 'attack_inactive'" bg.bright="(:ae${i} igt 0) ? 1 : :const_bg_darken"/>
<knob id="rl${i}" scolor="(:re${i} igt 0) ? 'release_1' : 'release_inactive'" bg.bright="(:re${i} igt 0) ? 1 : :const_bg_darken"/>
<knob id="rt${i}" scolor="(:re${i} igt 0) ? 'release_2' : 'release_inactive'" bg.bright="(:re${i} igt 0) ? 1 : :const_bg_darken"/>
</ui:with>
<ui:with pad.h="6" pad.v="4">
<value id="tl${i}" detailed="false" bright="(:pe${i} igt 0) ? 1 : 0.75" bg.bright="(:pe${i} igt 0) ? 1 : :const_bg_darken"/>
<value id="gl${i}" detailed="false" bright="(:pe${i} igt 0) ? 1 : 0.75" bg.bright="(:pe${i} igt 0) ? 1 : :const_bg_darken"/>
<value id="kn${i}" detailed="false" bright="(:pe${i} igt 0) ? 1 : 0.75" bg.bright="(:pe${i} igt 0) ? 1 : :const_bg_darken"/>
<value id="al${i}" detailed="false" bright="(:ae${i} igt 0) ? 1 : 0.75" bg.bright="(:ae${i} igt 0) ? 1 : :const_bg_darken"/>
<value id="at${i}" detailed="false" bright="(:ae${i} igt 0) ? 1 : 0.75" bg.bright="(:ae${i} igt 0) ? 1 : :const_bg_darken"/>
<value id="rl${i}" detailed="false" bright="(:re${i} igt 0) ? 1 : 0.75" bg.bright="(:re${i} igt 0) ? 1 : :const_bg_darken"/>
<value id="rt${i}" detailed="false" bright="(:re${i} igt 0) ? 1 : 0.75" bg.bright="(:re${i} igt 0) ? 1 : :const_bg_darken"/>
</ui:with>
</ui:for>
</grid>
<cell rows="11" bg.color="bg" pad.h="2" hreduce="true"><vsep/></cell>
<!-- ratio attack release makeup dry wet -->
<grid rows="9" cols="3" transpose="true" spacing="0" bg.color="bg_schema">
<ui:with pad.h="6" pad.v="4">
<label text="labels.ratio_low" width.min="53"/>
<knob id="llr" size="20" scolor="kscale"/>
<value id="llr"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<label text="labels.attack"/>
<knob id="atd" size="20" scolor="attack"/>
<value id="atd"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
</ui:with>
<cell cols="3">
<grid rows="3" cols="5" expand="true">
<label text="labels.makeup"/>
<cell rows="3" bg.color="bg" pad.h="2" hreduce="true"><vsep/></cell>
<label text="labels.signal.dry" wmin="41"/>
<cell rows="3" bg.color="bg" pad.h="2" hreduce="true"><vsep/></cell>
<label text="labels.signal.wet" wmin="41"/>
<knob id="omk" size="20" scolor="kscale"/>
<knob id="cdr" scolor="dry" size="20"/>
<knob id="cwt" scolor="wet" size="20"/>
<value id="omk"/>
<value id="cdr"/>
<value id="cwt"/>
</grid>
</cell>
<cell rows="8"><vsep bg.color="bg" pad.h="2" hreduce="true"/></cell>
<ui:with pad.h="6" pad.v="4">
<label text="labels.ratio_high"/>
<knob id="hlr" size="20" scolor="kscale"/>
<value id="hlr"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
<label text="labels.release"/>
<knob id="rtd" size="20" scolor="release"/>
<value id="rtd"/>
<hsep bg.color="bg" pad.v="2" vreduce="true"/>
</ui:with>
</grid>
</grid>
</hbox>
</group>
</vbox>
</plugin>
|