|
94 | 94 | id="sceq" |
95 | 95 | xi="0" yi="3" width="2" |
96 | 96 | color="graph_mesh_cycle" color.hue="0.0" color.a="0.3" smooth="true" |
97 | | - fill="true" fcolor="graph_mesh_cycle" fcolor.hue="0.0" fcolor.a="0.9" |
| 97 | + fcolor="graph_mesh_cycle" fcolor.hue="0.0" fcolor.a="0.9" fill="true" |
98 | 98 | visibility=":hpf_s igt 0" /> |
99 | 99 | <mesh |
100 | 100 | id="sceq" |
101 | 101 | xi="0" yi="1" width="2" |
102 | 102 | color="graph_mesh_cycle" color.hue="0.25" color.a="0.3" smooth="true" |
103 | | - fill="true" fcolor="graph_mesh_cycle" fcolor.hue="0.25" fcolor.a="0.9" |
| 103 | + fcolor="graph_mesh_cycle" fcolor.hue="0.25" fcolor.a="0.9" fill="true" |
104 | 104 | visibility=":pk1_on" /> |
105 | 105 | <mesh |
106 | 106 | id="sceq" |
107 | 107 | xi="0" yi="2" width="2" |
108 | 108 | color="graph_mesh_cycle" color.hue="0.5" color.a="0.3" smooth="true" |
109 | | - fill="true" fcolor="graph_mesh_cycle" fcolor.hue="0.5" fcolor.a="0.9" |
| 109 | + fcolor="graph_mesh_cycle" fcolor.hue="0.5" fcolor.a="0.9" fill="true" |
110 | 110 | visibility=":pk2_on" /> |
111 | 111 | <mesh |
112 | 112 | id="sceq" |
113 | 113 | xi="0" yi="4" width="2" |
114 | 114 | color="graph_mesh_cycle" color.hue="0.75" color.a="0.3" smooth="true" |
115 | | - fill="true" fcolor="graph_mesh_cycle" fcolor.hue="0.75" fcolor.a="0.9" |
| 115 | + fcolor="graph_mesh_cycle" fcolor.hue="0.75" fcolor.a="0.9" fill="true" |
116 | 116 | visibility=":lpf_s igt 0" /> |
117 | 117 | <mesh |
118 | 118 | id="sceq" |
119 | 119 | xi="0" yi="5" width="3" |
120 | 120 | color="bright_cyan" smooth="true" /> |
121 | 121 |
|
| 122 | + <!-- Crossover Meshes --> |
| 123 | + <mesh |
| 124 | + id="rgain" |
| 125 | + xi="0" yi="1" width="3" |
| 126 | + color="bright_cyan" smooth="true" |
| 127 | + fcolor="bright_cyan" fcolor.a="0.9" fill="true" |
| 128 | + visibility="(${mono}) or (!:ssplit)" /> |
| 129 | + |
| 130 | + <ui:if test=":stereo"> |
| 131 | + <mesh |
| 132 | + id="rgain" |
| 133 | + xi="0" yi="1" width="3" |
| 134 | + color="left" smooth="true" |
| 135 | + fcolor="left" fcolor.a="0.9" fill="true" |
| 136 | + visibility=":ssplit" /> |
| 137 | + <mesh |
| 138 | + id="rgain" |
| 139 | + xi="0" yi="2" width="3" |
| 140 | + color="right" smooth="true" |
| 141 | + fcolor="right" fcolor.a="0.9" fill="true" |
| 142 | + visibility=":ssplit" /> |
| 143 | + </ui:if> |
| 144 | + |
122 | 145 | <!-- TODO: Meshes --> |
123 | 146 |
|
124 | 147 | <!-- Axis --> |
|
220 | 243 |
|
221 | 244 | <void bg.color="bg" vexpand="false" fill="false" pad.v="2"/> |
222 | 245 | <hbox spacing="4" vexpand="false" bg.color="bg_schema" pad.h="6"> |
| 246 | + <label text="labels.split"/> |
| 247 | + <combo id="split" pad.r="8" pad.v="4"/> |
| 248 | + <combo id="slope" pad.r="8" pad.v="4" activity=":split igt 0" /> |
223 | 249 | <void hexpand="true"/> |
| 250 | + <ui:if test=":stereo"> |
| 251 | + <button id="ssplit" text="labels.stereo_split" size="22" ui:inject="Button_blue" pad.h="2"/> |
| 252 | + </ui:if> |
224 | 253 | <vsep pad.h="2" bg.color="bg" reduce="true"/> |
225 | 254 | <shmlink id="link" pad.l="2"/> |
226 | 255 | </hbox> |
|
0 commit comments