Skip to content

Commit c6544d8

Browse files
committed
Update params for mixer faders
1 parent 4c91dd2 commit c6544d8

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

res/main/schema/legacy-dark.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
<velocity value="#da404a"/>
198198

199199
<balance value="#b07000"/>
200+
<fader_balance value="#1b1c22"/>
200201
<balance_l value="#b07000"/>
201202
<balance_r value="#868200"/>
202203

@@ -224,8 +225,8 @@
224225
<wet value="#368ccc"/>
225226

226227
<!-- Inactive colors -->
227-
<fader value="#000000"/>
228-
<fader_inactive value="#000000"/>
228+
<fader value="#1b1c22"/>
229+
<fader_inactive value="#1b1c22"/>
229230

230231
<cycle_inactive value="#6f7185"/>
231232
<mono_in_inactive value="#6c544f"/>
@@ -1099,9 +1100,9 @@
10991100
</style>
11001101

11011102
<style class="Fader_balance" parents="Fader">
1102-
<scale.color value="balance"/>
1103+
<scale.color value="fader_balance"/>
11031104
<balance.color.custom value="true"/>
1104-
<balance.color value="balance" />
1105+
<balance.color value="fader_balance" />
11051106
</style>
11061107

11071108
<style class="Graph" parents="root">

res/main/schema/legacy.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
<velocity value="#aa00ff"/>
201201

202202
<balance value="#ffa200"/>
203+
<fader_balance value="#000000"/>
203204
<balance_l value="#ffa200"/>
204205
<balance_r value="#f1c100"/>
205206

@@ -227,8 +228,8 @@
227228
<wet value="#0092ff"/>
228229

229230
<!-- Inactive colors -->
230-
<fader value="#ebecee"/>
231-
<fader_inactive value="#ebecee"/>
231+
<fader value="#000000"/>
232+
<fader_inactive value="#000000"/>
232233

233234
<cycle_inactive value="#888888"/>
234235
<mono_in_inactive value="#6c544f"/>
@@ -1110,9 +1111,9 @@
11101111
</style>
11111112

11121113
<style class="Fader_balance" parents="Fader">
1113-
<scale.color value="balance"/>
1114+
<scale.color value="fader_balance"/>
11141115
<balance.color.custom value="true"/>
1115-
<balance.color value="balance" />
1116+
<balance.color value="fader_balance" />
11161117
</style>
11171118

11181119
<style class="Graph" parents="root">

res/main/schema/modern.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
<velocity value="#da404a"/>
184184

185185
<balance value="#b07000"/>
186+
<fader_balance value="#b07000"/>
186187
<balance_l value="#b07000"/>
187188
<balance_r value="#868200"/>
188189

@@ -211,7 +212,7 @@
211212

212213
<!-- Inactive colors -->
213214
<fader value="#3496ab"/>
214-
<fader_inactive value="#4b666d"/>
215+
<fader_inactive value="#6f7185"/>
215216

216217
<cycle_inactive value="#6f7185"/>
217218
<mono_in_inactive value="#6c544f"/>
@@ -1083,9 +1084,9 @@
10831084
</style>
10841085

10851086
<style class="Fader_balance" parents="Fader">
1086-
<scale.color value="balance"/>
1087+
<scale.color value="fader_balance"/>
10871088
<balance.color.custom value="true"/>
1088-
<balance.color value="balance"/>
1089+
<balance.color value="fader_balance"/>
10891090
</style>
10901091

10911092
<style class="Graph" parents="root">

0 commit comments

Comments
 (0)