From 02d200b85195b80e9ebfd41d2bc4066b033a3bdc Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:03:49 +0000 Subject: [PATCH 01/46] Create empty.txt --- res/skins/DarkMetal/empty.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 res/skins/DarkMetal/empty.txt diff --git a/res/skins/DarkMetal/empty.txt b/res/skins/DarkMetal/empty.txt new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/res/skins/DarkMetal/empty.txt @@ -0,0 +1 @@ + From dc2314c081e877f5d618c7255c3ab46b277e1394 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:06:17 +0000 Subject: [PATCH 02/46] Add files via upload --- .../DarkMetal/FONT (to install)/digital.otf | Bin 0 -> 89480 bytes res/skins/DarkMetal/README(2).txt | 39 + res/skins/DarkMetal/README.md | 31 + .../DarkMetal/gfx_library/arrow_down.svg | 80 + res/skins/DarkMetal/gfx_library/arrow_up.svg | 80 + .../DarkMetal/gfx_library/branch_closed.svg | 87 + .../DarkMetal/gfx_library/branch_end.svg | 86 + .../DarkMetal/gfx_library/branch_line.svg | 87 + .../DarkMetal/gfx_library/branch_more.svg | 92 + .../DarkMetal/gfx_library/branch_open.svg | 87 + res/skins/DarkMetal/gfx_library/checkbox.svg | 78 + .../gfx_library/checkbox_checked.svg | 84 + .../gfx_library/handle_horizontal.svg | 134 ++ .../gfx_library/handle_horizontal_pressed.svg | 134 ++ .../DarkMetal/gfx_library/handle_vertical.svg | 133 ++ .../gfx_library/handle_vertical_pressed.svg | 133 ++ .../DarkMetal/gfx_library/preview_pause.svg | 89 + .../DarkMetal/gfx_library/preview_play.svg | 85 + .../DarkMetal/gfx_library/scroll_down.svg | 80 + .../DarkMetal/gfx_library/scroll_left.svg | 80 + .../DarkMetal/gfx_library/scroll_right.svg | 80 + res/skins/DarkMetal/gfx_library/scroll_up.svg | 80 + res/skins/DarkMetal/skin.xml | 472 +++++ res/skins/DarkMetal/styles.qss | 516 +++++ .../DarkMetal/templates/00_toolbar/start.xml | 440 ++++ .../DarkMetal/templates/01_globals/start.xml | 702 +++++++ .../templates/03_decksmixer_ab/deck_left.xml | 1788 +++++++++++++++++ .../templates/03_decksmixer_ab/deck_right.xml | 1766 ++++++++++++++++ .../templates/03_decksmixer_ab/mixer.xml | 924 +++++++++ .../templates/03_decksmixer_ab/start.xml | 35 + .../templates/04_decksmixer_cd/deck_left.xml | 1788 +++++++++++++++++ .../templates/04_decksmixer_cd/deck_right.xml | 1766 ++++++++++++++++ .../templates/04_decksmixer_cd/mixer.xml | 924 +++++++++ .../templates/04_decksmixer_cd/start.xml | 35 + .../templates/06_effects/effect_channel.xml | 316 +++ .../templates/06_effects/effect_module.xml | 77 + .../06_effects/effect_parameter_button.xml | 71 + .../06_effects/effect_parameter_knob.xml | 101 + .../06_effects/effect_parameters.xml | 69 + .../templates/06_effects/effect_select.xml | 77 + .../templates/06_effects/effect_toolbar.xml | 114 ++ .../DarkMetal/templates/06_effects/start.xml | 100 + .../templates/07_effects/effect_channel.xml | 316 +++ .../templates/07_effects/effect_module.xml | 77 + .../07_effects/effect_parameter_button.xml | 71 + .../07_effects/effect_parameter_knob.xml | 101 + .../07_effects/effect_parameters.xml | 69 + .../templates/07_effects/effect_select.xml | 77 + .../templates/07_effects/effect_toolbar.xml | 114 ++ .../DarkMetal/templates/07_effects/start.xml | 99 + .../templates/08_samplers/sampler_module.xml | 555 +++++ .../templates/08_samplers/sampler_toolbar.xml | 209 ++ .../DarkMetal/templates/08_samplers/start.xml | 75 + .../templates/09_samplers/sampler_module.xml | 555 +++++ .../templates/09_samplers/sampler_toolbar.xml | 209 ++ .../DarkMetal/templates/09_samplers/start.xml | 75 + .../DarkMetal/templates/10_library/start.xml | 549 +++++ .../templates/11_microphones/start.xml | 585 ++++++ .../templates/12_auxiliaries/start.xml | 562 ++++++ .../13_miniplayer_ab/minideck_left.xml | 408 ++++ .../13_miniplayer_ab/minideck_right.xml | 409 ++++ .../templates/13_miniplayer_ab/start.xml | 71 + .../14_miniplayer_cd/minideck_left.xml | 408 ++++ .../14_miniplayer_cd/minideck_right.xml | 409 ++++ .../templates/14_miniplayer_cd/start.xml | 71 + .../templates/15_longwaves_ab/start.xml | 277 +++ .../templates/16_longwaves_cd/start.xml | 277 +++ .../DarkMetal/templates/99_tests/start.xml | 163 ++ 68 files changed, 20731 insertions(+) create mode 100644 res/skins/DarkMetal/FONT (to install)/digital.otf create mode 100644 res/skins/DarkMetal/README(2).txt create mode 100644 res/skins/DarkMetal/README.md create mode 100644 res/skins/DarkMetal/gfx_library/arrow_down.svg create mode 100644 res/skins/DarkMetal/gfx_library/arrow_up.svg create mode 100644 res/skins/DarkMetal/gfx_library/branch_closed.svg create mode 100644 res/skins/DarkMetal/gfx_library/branch_end.svg create mode 100644 res/skins/DarkMetal/gfx_library/branch_line.svg create mode 100644 res/skins/DarkMetal/gfx_library/branch_more.svg create mode 100644 res/skins/DarkMetal/gfx_library/branch_open.svg create mode 100644 res/skins/DarkMetal/gfx_library/checkbox.svg create mode 100644 res/skins/DarkMetal/gfx_library/checkbox_checked.svg create mode 100644 res/skins/DarkMetal/gfx_library/handle_horizontal.svg create mode 100644 res/skins/DarkMetal/gfx_library/handle_horizontal_pressed.svg create mode 100644 res/skins/DarkMetal/gfx_library/handle_vertical.svg create mode 100644 res/skins/DarkMetal/gfx_library/handle_vertical_pressed.svg create mode 100644 res/skins/DarkMetal/gfx_library/preview_pause.svg create mode 100644 res/skins/DarkMetal/gfx_library/preview_play.svg create mode 100644 res/skins/DarkMetal/gfx_library/scroll_down.svg create mode 100644 res/skins/DarkMetal/gfx_library/scroll_left.svg create mode 100644 res/skins/DarkMetal/gfx_library/scroll_right.svg create mode 100644 res/skins/DarkMetal/gfx_library/scroll_up.svg create mode 100644 res/skins/DarkMetal/skin.xml create mode 100644 res/skins/DarkMetal/styles.qss create mode 100644 res/skins/DarkMetal/templates/00_toolbar/start.xml create mode 100644 res/skins/DarkMetal/templates/01_globals/start.xml create mode 100644 res/skins/DarkMetal/templates/03_decksmixer_ab/deck_left.xml create mode 100644 res/skins/DarkMetal/templates/03_decksmixer_ab/deck_right.xml create mode 100644 res/skins/DarkMetal/templates/03_decksmixer_ab/mixer.xml create mode 100644 res/skins/DarkMetal/templates/03_decksmixer_ab/start.xml create mode 100644 res/skins/DarkMetal/templates/04_decksmixer_cd/deck_left.xml create mode 100644 res/skins/DarkMetal/templates/04_decksmixer_cd/deck_right.xml create mode 100644 res/skins/DarkMetal/templates/04_decksmixer_cd/mixer.xml create mode 100644 res/skins/DarkMetal/templates/04_decksmixer_cd/start.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/effect_channel.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/effect_module.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/effect_parameter_button.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/effect_parameter_knob.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/effect_parameters.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/effect_select.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/effect_toolbar.xml create mode 100644 res/skins/DarkMetal/templates/06_effects/start.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/effect_channel.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/effect_module.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/effect_parameter_button.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/effect_parameter_knob.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/effect_parameters.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/effect_select.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/effect_toolbar.xml create mode 100644 res/skins/DarkMetal/templates/07_effects/start.xml create mode 100644 res/skins/DarkMetal/templates/08_samplers/sampler_module.xml create mode 100644 res/skins/DarkMetal/templates/08_samplers/sampler_toolbar.xml create mode 100644 res/skins/DarkMetal/templates/08_samplers/start.xml create mode 100644 res/skins/DarkMetal/templates/09_samplers/sampler_module.xml create mode 100644 res/skins/DarkMetal/templates/09_samplers/sampler_toolbar.xml create mode 100644 res/skins/DarkMetal/templates/09_samplers/start.xml create mode 100644 res/skins/DarkMetal/templates/10_library/start.xml create mode 100644 res/skins/DarkMetal/templates/11_microphones/start.xml create mode 100644 res/skins/DarkMetal/templates/12_auxiliaries/start.xml create mode 100644 res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_left.xml create mode 100644 res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_right.xml create mode 100644 res/skins/DarkMetal/templates/13_miniplayer_ab/start.xml create mode 100644 res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_left.xml create mode 100644 res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_right.xml create mode 100644 res/skins/DarkMetal/templates/14_miniplayer_cd/start.xml create mode 100644 res/skins/DarkMetal/templates/15_longwaves_ab/start.xml create mode 100644 res/skins/DarkMetal/templates/16_longwaves_cd/start.xml create mode 100644 res/skins/DarkMetal/templates/99_tests/start.xml diff --git a/res/skins/DarkMetal/FONT (to install)/digital.otf b/res/skins/DarkMetal/FONT (to install)/digital.otf new file mode 100644 index 0000000000000000000000000000000000000000..ffb190237bf75ed1858a468b4c901a52379bdf7c GIT binary patch literal 89480 zcmeFad0eRV)gcL#~BCv^WL&gpthF?<1u`XPrhYh)SD1ISjY-2e7&8e<>a*q&Ep9`_Tb=A~`^Mq5xp!|3|AAi;CWz#QfetfwTr>v~SZ7qcy^)Qt=uVP{4 zrH{QZQphn>-mmi(l+9D^U54xnTnaWqtb5B_enr#1zlx^ONEhPmjzxC9cK&0RvDFx9 zKjT3EMYKTA`2(0nH#Q0Z^eWtc#(suNGH>$5&M6;>X(CSa1w=FvFS?2=(X&Rlui>t4 z+a+%osK>t5o{QFHsjL2Hu~d6Bw5T-#PYOZL@yCUa7$8J?Tl-Sq5b;KIWBCMb&^QbI zfPD!rE}_|~1jU551F37NrP?gn(f^8gRE!rBv@*F_ZWfP=$F&lCXUQwYV>Y{}k~UFA zf9k4@(#FcKrBl9%r~FpBw3&BHgdtwFo>0#r+@}6y8`%lvJSbn2jfGEUpx|I+gv zq+i@AHEpWwEG`yBqPHf+GI^8Ofzo#P_oI)|;z$2CqE^&uh2of)AU~Jsa zy785GB+xR{Z+t+tn}55tDRQ2?*}oz*hb*#sAhw|gAB&G=XZk~5@a5;n$#Go5vs#JV zB6pxI>hB3$pB8KJJpJA!cHsHH;n_y=Wn(K+n;0J$ABg3~OWG{0zi{Y}%1-_t^k~hH zN%|k!e;9r_L3ZTYX$&xI=C_p^Td5(1M!6N{`hViu4dZMBUJ21!TrK{L8Xp&aIaW@U zOXbyaqjpgH*p=i;b)~u5y4tzAxe8pn(%bs|$WKqW@Wfy6#1pbmUWq4GnNK9TQe3To zV)R6B^9kwy%Ksli0DFZ0ul|MpCI0dLN&fCeQ{U;&pXTz!=l6g9@aK1Z-uAOUtJWg5 zBfdm;>VBGwRFM{zsG}Eeio+Pc*Toy+UGZ0ORJU!6o}(M4oqUUn1RMUKc7Jw%@9De^@x(OVRVKA7|UM1OG+=IKB&NDLN3 zfW1S-FmZ_(E=Gt;#bsioxLk}9qs16eD8`C$G%JDM9^nXndxNMSNAkEU_GsZQ^;c8gy(9;`{l= zY_UQd08H12>%?a9nm8y9i5ea`8pG$1=VkF0!ZPtT(Pn&(;(H9^`kuH}+$gRQH;L=T zE#g*jo48rrDK_EmMzK}gBko4*eQ{h=;7XsR_|gc*BLFT89Xf7g*>weHK)VSuS`ojR zKWgg%WV#-|nO`kg(*t$d$AR+Q8{}7xACZUo74qRjzl8|!D>45RelowRe(#SWAsP=6 z;_`jOuk0Ov{Tk1L|0sUdw91i<-?*>%)dTvKf5LC%(Pszv6^78_SB-nS=7HDVj68~8 z&0~Hw0~wfKebwu_#Q;3UpmAT~SN>7d>-q1|ed1TR;-lKjumC7#OgQ!^^Q$(|eE02+ z*M*l$ox%d^bPr~m5Cbq>U~8Gm818;6?yCf zL!Pnn)76SoIaD`YU#yc(Y3KVEA`kjN`LtTpzY|xV$g#CS8ujNW+VZaXT@e!hOE6Aw z(COYm1(T>Q!Fvrpi}Gw&ic-!u#mr0fe22OT*56@@jYe6^)IHk|fJ1X}Bfhis2jy~H zciEfEV(!~yw7<`B^|4qCQfSCn%x_*Ja z9mh3v49xrTA<>BXs6pb^+N17&h?!w!{9W~*(rmTCIOjPoO02xN$8`fvdjXpl9B+yC z)DQcQqLlhh<3-OqsEj7~UZn7Y>Lwhr--9+(;=2%Wlp%+T9Bni5FUNhtCyXhT$L*ji z#+)Xe`L$$=yO2VZ7P5sTs^3nyKyjlWS6rAx0cqm=as6s{qHFFBXV};Bt$=^Ok_BE(1SXAy$f2=+$bm27KsR za4_Pn>%m>G2YNb0nBRZy0Y{$;WcRlfB_3o#he)gF?FYMj-*LfwSGhSKzz}%UyR+fwP zTS#)4uB3)p%f+_mS5KQmV#4ed2lO@9ZGP?Gp_Ir6U!%dAC(rBWdG5A)V9(#S^tDMi2uL*Ul>b`Qp2ln zfX)PjgcZ*=X&747L4z%U^ZaZ2FNYI;yZ>VNt{7Mu)xo(mj$0WuqXI^x-J!1tM)rkW6J{wjs9lw)bp?eS-aA`?K~p>?fk4quNK!h&t}bbgXnd6`dMg9DRHAr!lUW z(wMC=pEqjMXiB4p8=Y$0v+>5ppU1Y19T&SP_Kha3noMYNZIkEYM4T&bM%?vrTjO@b z{oFLWsi*0trXR=0#ZQXAJ$_sK@r3Av%!KI)w$b#ChN)b**qx7^b5y_TQ1JlXR1R<>60 zty;C}*s5o%Ev+7IRn=-=tD08twfelZXg#I%%+`xrU)%cD)>~V@ljch6oYpICXxdY0 zFSY5}W>cGkZH~41w9Uyjzq?|wM(gXE;CjsUtm{?R5!c7A6RzLVlhQrurRnq1uTH-) z{jT)G=^v*5);6x~jJD6VJ(4ju<9No`8K*OwWp>Og$Q+S5A@i}!n#`}Wnq|4NdS<Q zpJY>Q-PPDhqo;+x+@=BGQ6$~hA`o5StM zZ7Q|Lhj?aO9RIZY*~~kJc*^mwf9f$t78S|eXEu7|Zm-uE>9JjbBoBU_xx-4*PvN;C zp4%yG@^t3zb~EgWGmHsCt{QFMA$Okn(+s)e;&S}f%K)4rkHpg+-w%8(BDm^BoI8+p zpsapj2zYI&f2^%MDhIJ9SdX^Ey0Zh|q8gtNb^(AL7&+-kaONktvoMhOxzD3Lg29@I zK?}d?+8_foo6N}Z)1Vw4pOyw6OT^2hO_qNt7-Q^KE_ z7^~2>b;EkMKi0J((2iWEBLnS9aHC=Ne0PS!nS0KAO=U)2ey&V*(8ZQO4Kc=hPkTJ4 zy=bLJj^)^C<8f-PF~LK3C=+#qe`u3r^~&m1zV_9ts#gJRRUbSOaHfu#W5|!#+gLrs zU2n1P9^5T1rU&SwC!v7qGtZ(hU}p^XcSeK#wR$UoYWWge0Ld-7wyhC!!t+jJrr=is4957jx(mGTeE&&Sat;{E^u-9t2Ts z?{xWdS(yNPxLmmbCQMEKk*XLtF+elg;!O zY*%p~tT}6Tqtq%)?kXxOF4p$Ztdl#fnM!cRI2iBBBuFF}2lQ5_aj1G96z~(errN@rSW5wN9xffMUQA06-}a; zqDW_YQ@kNsWYHw#Fef#^P1DDtZFaM5#CM1+ns}pwYN(GEf*(M|(o&!#pi#eH7JM6~ zwhHCzb;lasP%>Mez}gNq&;`|ogfQ5ivkhj~0^@JhZC!()t>1!%zzP^D*&uX$trnz* zfzuq+K=*@HsZms@XiYzDuLWr9O5^pf!(3rfpi--!*7e*lZ?MM~gwG}dm}b~W(8YH z&Zv1GAKU2T#0M}hG3cOF5@YnA3I1)LCYGN$F2ZAnK)x!Oeu-i0)c@EowfP|6wQK=uNLbB7ECRW zTUXzGW~Z0=PVwSF$!DL0(M`hXe5{cz`7A5H0pZJB3RpNF#;0V0I}a;}7YIR&@t!jt z`p1W)Q2ODUI7+)>)F|IyMtSu4K=s@BE(QAdDg-~AOZwEmC4o-yw}x1OZLV>&YBi0` z1>wI*nkBQOrjnNd4iZMuqX3u#V;>^_bDI@sR0LZqCB$Gk81it4RP6f|oVYQs{`m4M z)_E65OBy7bAfkO_LRU#kg#6s|Hd5{&fT6i0^Q)$weWem49}HVa2>h_g+k*78WdKVX z#DIE@VrU^yXnFS0BiaDnESPB-a8e8GG16K!g?AC#VZRW&{17)2X~Bx6YMyR)J1&ye z($tygaO)SzEathUke$dkb?=~M)Ax6a@#CvGbdSa#f#1o9yTbO znC-QoXD&*^rcr$$TFcQu3lXs$q7fo(0JN;~{U#mKc%!gOy8{+l& zP7#V@>@H}|HH_7Y%GB$0D2bzr1RTq8tVHRMJl*)&$7TmpIJVpT0SSrSVok@3IOgQ)@={qix+O#I?WLexg z<6gOVrE%*@xuEuDYXCG&bz3XAslD&}8`^8}+Wb|iLV=FqLD1N#--Qi5nFSV)xL$X$vgm0>kLCm6T^=Wx3c6{1FXKk&b>aZBDP^k+g zGuA8)14dYs48URR8Q1;E~Qh7AHa%eV%jQ^;Yh!N9*Sak(Ar{>reS7sZo%IpU# zyU-=9Eung_I+Aoaov`Gfvn(D%=|pJ!e00JRje?^}usRp5uxPd-)+W`IykM>`GFap2 zvDqnlJ`$>x7?)%EJVkutd@_Os9;ZysfXJzu6Aqx|%@> zeJ%nO#{PwpmOz6{t+!%us&fQgPc3A3PZ9MDicwIgkzTEoLjDElW5QcgpXvvH@f)n` z3idIiBGwa{x-(ljJ<8=zTqAq5SZy4Ze@m6wt5c14^~CU^eShxk`(<5ct%>izIxQi4 zosV`R>&}w^{Z%_N04HtGI2!1$BmvrK=aBihl9i!Sv_9M{eLVA9pO2>oX@(g9*7dA_ zIQ<2{rPhhWZ#DgU`%+#f^1e|B3=|}2%?j=5s@1Yb${GOS@2RrOnif!Jw!p6xfW~MC zkgP_keNkO7_}X^X;?{Nc{jBu`P`a$unwh*#KVjC1gpeAggV|nwy~^$aCVA?Y-_EO6 zF(69~;%|s9RAHIg3De4BUD`A+#< zH)*jH$p!FPT0vb=qQ>|`dn0NMVj+7u=B!MxR;K0xHP7KrM!$FwmyplDq>G1=N6wU# ztg*!v(wpyo%&-zq?Pf}j`hdbeIw0_Ry!hq2zZm;Cv^(eZ7K1304)}I`nEgL_9EClk z-+Iz~zsOl2g>fq)-4{wRud8;`f*ju>ZC^Gb-F=IwKRM`6UcLS(@gsqSKJX<6ANv~lbL90FC zk&Us#_$&3<7{_=VMyo8$F;^ITu?AB&WerPsG_hFWt68gs*;TagqXy}X2?%Ey2)YFX z-{$cY7RqAPL|}s1f1c;Du+nZps}t(ELTJR8M=JfV_OhBwRG&445YZ11$*AoMs|H~4 z#TW;54Pr3qL$SW%eNa1eH{dwDs)lBl*lSf4ioh(u9wy1Y?ea% zOZs2cUv4`K6eucChVPVm9FHj)V}Cs`*J&?MBr5G=de|jPp-8&A@Ip+XhgM7tJ@b$S z4WyFzg0-Wb7&1E6DDhP(5HO6?23`w?;A@@w&5A>61n!y0Sic4?*@8LIa%&C*=2=7d zADn7Tq3dA$IZ>QpXp9VLzk;DTqZ+DBSBdAYlz@7k$u+W2P6eQMPEl>}{3~q;sFu$) z)z!p1XZHYmLbS5q{!3!r_(Q9+WK#VQa%*P&P_mZG?4^4R+L-9a)3)tS}AyZVK z7-*FuEg*qRVu+veeAjFB{YqX^)FX>*9-O7wOJoMV!3nQsy-g*r}s#tPqcu`9Gyv9+}m6z80v z$C%jT(OWg~on8^AMXeldie{(=eFV?&kJi77atG-bq+uu6q;&~fa%lZm8;_)3EhnWK z15)KgELk7ETD}&dk@eX3ck*q!u9H@LUG16ce2;XzPAl%DCwO31^vB<*XQ&hVm&Olr zS=0?`TogyvnIY5ag=GzGZ-w^roH@SOGl%ACzfgqQD$v#&LfdLbL(yDV;PAy-NAPk& zK1uDQ_R7CfJE^@!pU}3B?4(V+u9NSP>+~pU=5@YpooaueMn<{KrV{M6O#P%j&V&y* zb{n8=p3J)l@J>09(+lzIsg=gNxN$Y#zPg%mvaw9I zUyHs&UbslY-Z3FDBQF<9b8mHZbz|VQY-;@E8)B;kH-n#{<( zW(3Wl_Fy1x3Xw6CKA$0P=M5^IW*F8~G^-OhBuKgQZ8tIOjmLXGP|^E=E0c^PE0Sc6 z_R~0}>@hFK7?0=Ey#CPkcs-LVjHU&1<6d9?>JaDD&i;Z=5O3Q%_WUn_1MQvnT7s{BKiIS~$zfFC9LMzEaLTk=ne4^W^*! zS>8@PhIjgI?zhesDb5pfzH2wOTNh8}_Tls9UOJ)zFS|*+OCW5I!a6zy27xj;-TceQ zOE>>yZj7`&Y7CH-P~k5yZr!IY_}TA0d6^t-KU({2*BfuVanBwEUG)*ZIoh4*t6Xj@ z)!M`Mnr#RqEC>?t)!ILSkM^6M_Is&LZ%1lkm$BM5!~O%_9-K6zD~ojY5)+qv5jobnX76s(dnvH?Yckuyy?n>(B9{Q*qQjwj-zBMy+{d$`?S+GZ>+ znd%ud@RCSAk91T!F)&d9mOMW%<0v$Wt&&C za;6sb8rZ^_mDFR*m}{nO@9pTe(L3h49ytZATEE(|@1&yM!<^2n1d(O}lr>k+Jl*Gne0mEW@ivE)QBMXLkxpvGx{iQ>PjFLl#>?!;A zllgu<9hr0^Lj0 zG`ro=4DB){!%~m_6Ye*S+QT`h4g0lM^|$SNxa|xtHGmSP;EqH)hu9T^_CdBZR{)xg zt*~iD015;{b986C$36|iVkCIvpTNDL)>T(pxe*RY@qyTFf5!eSBnOd&xt~Da+yu~r zgmn8eXWDA5d|zp;wyDeR`{lO#wRGQS_Z!%~lHzTxr+x@?7^^Osp4VUI^AyCagvm3{ zQle#;is||xUv%lCxz~-DRqWl>t;w(_i=N&)bz%NJgEW`c^WOe*J6v_uxQj3A*XHTe zjQduV{HeIpbQp(I`AzkGcvpcM4cKzN%Vb#diCDqo$|U zs%6IYGrbE^qZ2A~fN`(3TsF&9*|&>?VLm2Iy)=0#U@w+;m&vrsJEB)Joeg z@|dwXYR?}-0k_`|zx}luW1sZPlX@!kfhe*(`NI!LfxU>3a-1<+pXE0Q7wv2>EEma= zJ6juDH+}J0`ZYhgC{G5)d87S(!V!!!D0*H_PmFbbZbGiU(RcTWpS#RX%j&Fe_(bcu zT&j9AxX<rIm zH!NMge*N;L8*K7h!zW|@@ekR^sQq@=t|xZvczh?*k!<}7TmO)GK~`l-KdLOuR9tGA zt7TtpwQ)f1)r`Go+kl~^aQD;KXP>X)iF2dQ)^E>qQ`2b58Y*SmB%(e zWV~rSpyg@X7j>RsJKfcO^i1QAKYl@L>8qBv8}kTOI@j}%Sr6VwqA?EEa?S}>x7LHc z(G%CZ=M3;%HuSa*O$YvIjkhOKxxVfbhZ(db& zMPbpPyR#Ao+%;;;j;SL@FVglaunh_Yn_e(%UfV2JTB|2B`V7BhY@eGh8`O7L|BNSF zw!L{;(frit_&Hkd`XI&H&R>J~ItB!A1sI=YzBH5QcIfte3L%*1qp1+W0$Xi9ok=M6 z`H7PHbl3>;3kX`Ztac#{LMRlDMMcKQV)Lpsma-e^<~M@yVh!MD9#Zajr&&9kt{~za zkaND1ivsDsKzgOtD3~7IJ&^vs7#mD?R0qcf1tnGs(Uk zAa~}``$TFfs5G2vd(qT2vU*GDLC(f!>Tb8P6nf^G)tdF?-G%HRtf{{+Q|5wKZb^k(HP9uAIppYCvY;O}>uZ3ZT&bxJLwX5Uh zAGf{k*mK(vOxPr+x4zT3k9XN&WJlZoW@`f`cfOBZKVFmmnKdU8cuwG*a+(uT25>pS zL32W-SIQH?be9lSLx;c*Q|8?1uh?!K0N2{2}!5&ReGg-ESS#aQ~EHR z&apw>k^OQ1Q)-@~EUH62Q|`Y8^DCMNwY>;yOTs9azI;H za7;9JMER1gbQaJU1+fF*V|>uWdYRj3opIQJ?1sA2``!NaC#R*pG7$sy?kKb2mIbBF>oh~cNw-^U3>fpn%> zD*d?V7m`jeRq5sa{{&1)f42?q7foiG1u2VEcXkeCy0#_t5#P)dy}(!TNDJ+@ZMI&u zzg(B8H@WWG+Mlwn)8j#0>)ILw)O3sGHL(NP~y^x97Bc=8~=cMQ@=7x;LJAg?q6XuOWU_~%j>6P+uFr8tp z(%%<#P=48Zi00AWJsG89*j)?<8rhowp-YG9kXv8ye{H)ZDh+1{p(YU`#G4BS2svu$PJ%qv?Pvy; z`+*e%Gf809% z;g{qW$Bj>#HhCnaSwZ(6t1sKO{jMd~WDIK4I-|8abL|ypUa|FB`CR{kK2Q8<-czoa zEQ>Db6;Trb>mh0kaLR!>Pmq3nAiYvP5|aLgnLbp!zxtExrw6_X(!jR+c&2YX-qas` zS9-a`aJ`%|Z%hcgBsR3GF6WirD$8#D`L({YHup4 zVCNFKYl-pc(w%bIPRSvus)3@5DX$7;j@qA9p|xjg(!&b-M*&!r`>#NM`Q2H4mE*I3 zype{pq&mYIyZ~oInOvoTHEURJ&AvC->DSM>xYb71>$a(VryhlM-?8Cr>tLhHg#m#` zKfS9h>w#UGX6RkU8CXWE;3IqCCT9A-u+0Z8Y(uw00oKBM>YI-_*wzS5CX=S0Jl{f)0_zclXm0l@F z1kx8ry%djhhlmHQY+~epFaWkhfwH2_XQ-Y*;*)Mq=fzt0nBJ)J%KcLr=B2`6+hR}P zF;#jH)-WsaU61)5AJ|LkYavUm)D4+<`Zt*w8b=J;W-D;iR4^_s=lP!oDE$u1V&6Ls`J{7mQNd?a<+bZaq^9tp}l<@GE?7E{X`qMZPbP+QGN}Y0C`}q*kGH8 zHqe~OO3X;K=h^jKJet(^vCCVH1yE4YvoFYW{b5^U zel{rzvIKSpFnjceKi<0aqmQ<3{aCw;uOG4gDO$AGCp*ev6aW3yE9;+O!mmwv+@~inG6eM z@EBSy;wyKK+3xl39_HIMX3TbvXM3mwix>6ygb-RWs2Cxw^#T0ZKE-~s_>AWt#xLEZ zc|`Z@Hy=LiJEp#$(Z_sm3~TlJXKVahYjrh3SRTO0FWvqB`&yj=W3AQc$Jy5EbWi0| zEA^_sg)RsJFVEBX1Q!Z~?<7x3*eAReg1?zKp)-e81xn(u^ZuohI6`HR2CewO|6pQa zpKrjdTLVK!?M511MQ9_8ac&Pmqozdq|m++xI4X^Bu7#VPS|MoYp_ivDBZbE>6 zC6D;Fnwz*ZfARLVZ41tO2;KW&V$Iqi>NDqY)X5WtJb$bVGT1-# zS@Jj7u*xF{q9(E(t7*+jbdU0X6g5HRCr!TH(&kG8(t!OpmIbafB?7d;w2uXs$6hs; zY!+&^5%=eFdBJ@FvycESKf&uUweBkSLl>duHqP$}&Ii&SSh@pirD|%cO#M`SjntQx z(!jbJcySU2tLBRWbd^_QNP-4>7W$c@K5RKKhW#2qMsyCa!n@n?*1Oy1*_*4k6UWcT zYfS_1U*q*_>3|XhdipZ;`Zev=sn@UN4d(0D@^SV0HO?C${;-nyLn3~d{2{^Q5y@Ez zp?o61D<~q**o~EPE%A#7DOhW)#Ko8bRFkmreph@cGcf+JsnZj_tdbeV^TzMmXlk$V zuGXFJ;jAX?QzoS2E0e0^TY+3=-Z-Moj^-G@P<}$EHTA@)xPu_`UXF9j%y&niRd8T~ zlR~M?Se?r1gRPvbSGZX@q;9CU9@6=?QW~jrogahF5i_gUH2n50F(dC_+MVW?A#l17 zjH#b6^+iw`ohHSR9LqPgUFxQlta1fT71EPT^YPkz>t+1M*{IeSNg_UL6H)u_;;`d| zc%4GHq+T$DHKo!rQab5zA(AjY+2i%SQTrHXm@R|}3aj)%CLUlPR~-~&Z)V~_U_%!p zR%(ycPhw52U~aCXm0gPp!;D*e9muvNs(?&eaEMOOumx=~bw$ywxvXZazjMt+BT5477fS=#ZjYnY-24+E%9ysKcMmbC879ZoR^h9)fqo z2XHvP+CS%Zhj4`{mOV<4dsz!7CMrb>C>NHacI ztjP{bjQ3@GZL#rz=KGE?3DiE!X5Ug3SoSyNIHfmqj)Xxtk&N?z2nc29yD743UARV{ z_hpsnQFVb@+x%Rwub@@54ww^wCENUk!x6hdGTe0S!+Nm0A=Y=@idb!xZ%KVqwg!N9 z-%8)Mwo9`BI*vDUml)nB-g#9@G5YFlKe~6S~j!)#AlQ?BE zhwC|I8}25Erv9rD#`~{Cc*uV}!Ws^#Jqg^N)<~(uK36=R%0x?kLzs^|nW7iRd;1R{ zPVLD=OR5kSq2x^A;k#Z=FGkxk#Uzd&;;@Fp*ExKHOM8>!hY`<0t4<<}2aK{r0>|@F zOO`mm@k5+mgRmX9s-1Yv|6hnx$?eeEBRK86DTfIh=5ttpXWgO?TIEJNDc+C61Gw8k zG&SBsn80Cc)YU&;(W*#v1B;u3&uOp!^s%ye6;Oqgd4b)EnLesF8O&b=K#0xHBLXsDTlb_H3)k#1bQ(9dNDrt;-2>6 z+1i_X+8aGR0{;Tk)86Q56~Z(QGXdM)Jg0i2{r4hX$f1YRC;4AS3XOGdo?pE&B9w>P z(;MSLahmnLdDa(jT?JfM0ontq#B~*LT?LF$1zcAF*HyrE6#z;HkdtaGz(~D}a6QLq zMi+361?UTvMl}|2jRjm|AJkQaz4vyQzkM)96y|V97~2Q696(sep$9n7hi7Xaz?pJx z;gB$`4{D*DuW<_DTOZUyCD$PA%l+z$x+)PT81`js>C4#C7yY6xY^C8&U`|{TMR+7&84ZM?ORfLB1a#Lr+nS{df-c zW61R5y87`1U8a>Ejv4 z#xs=0GmeeNNPUd-Z5W;LJmbbQ+{QE9#-m?pNI#6Q2v2>8kl;{+JQT0t@C{J!BIHSe zZ;+;-LSD}4MeP(P3hYJSzeiZeA=Tx@h*Qb|&T|kg_i~wDF0&Zr?17UC8qH#qL-8RT z-^SqqPNDHF=5|g*&Li+jG88EjF)w~Yc!~dOgd;d!$ni({?(-Zc$WKI#^c2YwlThOz zgw)4LsFC8-@<}N3dxTWxB<{r|E^`w1Ws(@j>C~f1;!(~?{hGx6ngmS#32}neB<|N_ z?$KnF`5Vs9rZOj^%u@)dos&@}#i`86D2>ABIfZ&UnR~i{d%6KL<-c&6Hno2Pw|@(d z_!hMMOPmN!{C5lU-!04sw=nwQrbF~SokK$PhX?8r%&pwZ5DNY#mJY&@Jj8V@s z<{V(z^#IF?hnU75V%hZ&%dUr5c0Gi8XTsMC$*zZ3Ry>3@R3T2X>mjBLhj<(hp_UJk zLbB^2)J6G8c0D9Wc0B~jOer+hHC$H>*Hy!H)o@)kTvrX(Rl{}Fa9uTAR}I%y!*$hg zT{T=+4cAq}b=7cPHC$H>*Y!H;x)*+8)+2laFv&)kz#*l-0nRxWVQ)}?H^3kIBJ9g4 z6M&6xUN9q?}(0O+%DS66=pmNOTeehxC4G1+M4lbk)*9Q<1vW8WX2nbE_zop-dMEMH=FTT z#J@4)O~fhKAFH;-iI$F5&=z2&2AxiXvQ`8RN86Abx4r=&A3e@!Ky*!w~HY%&x}WjX7YYB4!wiiXU4H7 zp^Z1=F^F$6ej{2HFjR9$hRXVh05CyzF<4%N=a+?Oq! z9?R)FI3CCG=Q$pac%0)P#}g56<~YvrB+he!@byd~v{ zZqM=7oTq@}Z8&}j$1^!U>0PC*3&$DeD2>WoOzF|8{IwL1Rp}c!&h3x>GrShKz#GXM zRd>Wj!pGETT#MixV;aH=_#2o7PXsRTnz67t$VO}+-fx+WYau*mkpGNIzF&wZ7UH`A zz7)zZ6M^a5T{+#lcXy2(G1^sBHm#^)!K{U@@nZ*Oy9Uml?J6w4YDVQkS7F)0vIUFF zN|C(?e=f)oRBAa&ol5V~6cxFKlwVa|ITdlL;wrHS$x~5{C@i~b(d?;+)NO15ifO1Y zO1HWytQHlxf>ji7gD;>Z6S$)b(aZ`E8W%v94G_{_um%_I&gG7jb5~qwa~axRhF=6I zF`;b1!t#o_uI}00x^+{aDxX_kSw3~PYeCuUvZ)J^hq_S@A_0Ij)JdwA#%n6Rm8fzm z#-a?qO$cPOkX8Y&C+8n$7yLF{2D@4smcR(O$``t(x+)h;EiIcfb-^rG#q@e(>$>c+ z!Fc9;Xk-;H>f#1H|KEQ6{|-vit+8NWqMKXBA^AK$ueB2J!QC7vU?mt zr|HNs7rzOy==VI_Ux55HQ7aKIMcOoe_Cm*AmAL@VQ7u&4Jd{|0k`@6DR1?h~7vMxL zdP)#B+#ZGQl(z)43yz-5)>NV_7k<(Gc}z2?XH$`n+DdiNGgJ>jonmDi5{at|54t~_ zd)FRMbwCc9Qqux8Q47PNq}m={^7&zBK_XZ>wSO+Co}wP)l!)3*@KLmfYOUXQReSx> z6W)qNt~pbexfU%fb5+j3e4bu0x6(Crp=(~*f;r`tm1U)_Y0Da%)yTO3kCef;Tt(@k zl1f+kT-TBrI{}+VOaxtpA-Ub2*TP zCIE9O#DV;>2@ryO?|cIphdfCI?~lcRDbyo6Ogi$ddbR$d{xZHV=zH{Ccp|*S;4iA7 z{H*uCz}@g?!8X9FgY}s;p0)hhXzQ{%We8iEt-I|~+b~-{guO%VQhjsL&+t0y|C$Op zfOrqVK|p3$fWJlfMeVAeI}}#Ip4aUeNsj!%+H|Rk)eCjl5khhj681ZkTT+h0&IKiO zePdwdmvnu*f3w2JKtK zKP2!5eiHdhI27>@NrdGtT5Tc{@edjC4;k?f8SxMKD}=a+f5?b`NIpVc9q3`c?!qR% zFpiG+hm81#jQEGds|Re%8SxJp@edjC4;k*L?QH(^lsPcj*P3TPAQt)xPD6fk%p(=* zyc-hn4_W7(hahMbK+j`VO$Y9(v%Vt!A;aD{sblf34oo;3J~v?IPRJeb1Hvc8;bb*P zP7Qcr4t?8+-YtvxhivfOzwnbR!pA3^?9@BLB7A&k92DKTuqk3u9!wQztRwy*BmN;H z{vm_!?x}O9%u^Kb9v8or8h*}9@DQnpf5?b`NFu-ZobQ!kOD+le#KXyTb$Ec{$`SvN z5&w|s^co$Vn;-EH$+HW~0P{s?l5rybA%n}Jh=0g1s(D`5h7tde;p@UM=tcZP63ta_ zFPmp@@T>e0|BzVfhq#`M_=k-6hlDvQPOIT#lp_8i$xV33C*mK{Izlb%+zEBi+Jzi* zNV+NWY&SkvC*mJ6#MdPu+F6dK<3m0Ip76|bJNSG&b#BL5eSS80vQ)%BB!Rk)x4ejd zNCFDL67W(O@edjC4|$d|I88T<>I}}HH&#BIHsEhiv4uL*jB)HNRF3cAe5#0l$ncZ? z8aV2yVP+dR*opT_!+bCYbdu^&EagbebhK(Qb+Dg^f5?b`NPeFv;vdq6vmqn?AtU}F zBmN;H{vjj&A+Zx0@ej$~c_RKHBmN}7h1jQEG7 zMJYM^iui}L-nV6lP;kDNy{wE8|B!egpM5_@{6j|kLq_~VM*Ks{{D^cKW{6l8J*GJT8Y9$p7R1A*0fwlI%a)kJ?t+ChMO-%P;)@ z<^RH1YLpsYeUoT|ouRwL4)KCGD2^bmKKsP099b-$5`TrK`OwcbVw2bg5AuH(KLnDu zi2LF9yejaUBDV`leHfm(pAZp$QRnj)1y6h8xXhIIYVn#&E7aC%PiyaKUunPT(RzD* zvA#+F(3WZ&ZQEq~(jI4@VSm zF&kq(Y@{{1veC9izcudFcvIuAV%x_S$8L>%r%Br;lbT%Lyxd2Pm4-xmR6azChg|5Eol#@Ri*7q`?yU(o1twA+e~RQv(4f*yV}&cqFqU@wyxV< z_om0ESEZj!|GllPZL_v%Z3nfT-uBkE&t^ntG|y<8k)6>uV?@S;jLM8-8J}jH$oM_e zmRXQFFLPz)*374}VzY{~7PM>D?x}VM+8uBAy*tX?+}+Nd<6i52*nPnLz1wJ?)c%R~ zN7|q2FuKF84z(RGgHMPhIDol8KY&xk8jA$s6e6EbcC>S-^D!rh9KH?X9c?dL@c2wW zQPx!};TL;NzfocSqO@5slxk_(c!(@#vcsL1Zyw{X?YHcKK65?b!oO`xS#4!$seUuL zvlW``sNb!x!?WuB`P^h((zjz(6;4m9vM)Jq{4PI5fV|QESHyJN5B5Y61Io}`(5VX@ z;r_i3%xs*x!+nwF&ez?E`G`yIjXmG)bY!_DzWGh0b(%SHCUQ21+mYK;YK`Fe>EigO z-Opy;F~n1jfBjP&uTxYccc0nlk-K3%J3RYT>GMX)vS-D?dPKVok~!%0cF>n--(gJ?0{$K#tGJqZO=pLrIAfjz{C z3FvQegZ;Hmf0RJAd^+gqU-cV>3cX%UTW-9gEtlOi&3I?ICc7=K9Y-y(I>wnA>~XM@ zG0aNj038}I2YqaF$1 zq>xNG9F{YHWJg9`er`gBI}d)NV;-bEb`ht$D`Fj;g&q5@QtfC^Aekg6ER0(I=0ZZs_`lRr&IZD#C`NmPg9 zDA%Ej$F&_cEij(w1r8dQ4m}?S`PXHJj+bFnOG>8n|us`Xw@{zM*^&1{0)E2x(f$&fh8$6W)AIwxssd34(_--% z4w~e!OpHe&Ub)JWtHDxuN$7!=jl9k zyYA#Zj~yV1UL=Rr@e}uNj8k}vgV<^zjCBoy?QD~_A>^@|33zJSDCyQSZKDJ7ELc`@ zhBoSbd~BnS8`r*%JYz+y-rm+PERU{@)9}=z!e-lLU%_<~Ep-KW zmPs=#(xD_M$Q>DZ0pT@t0_zh{G7Cw*+Ujb11_@3U#I39EKC{!ye5a~_(U9Hz{xhKE z3j+09vT8qqB){Nd86>N>0qyzj42Lr}oQoxd&+i1RYn(O~(Qx?W8Jv7dSj`eD{qRj3 zrCl*;zG{hNfbB&`_t1&beMyE_N ztyol3$sKl>Cz963|4?{yn{^1=SPHU~qLmV2u#gO4IYeYO&#>@diKsQkp}4<#L>$u- z;$0fXpb_vkme*=@_OeT~6J12E=uMJ|BaxPDSghsgcDLgqX}X%yorw;&ev!;#E|aLl z%tXGaLj93JF?S5Qawh(@JABuAG>@ibqVA79TJ5aOvt|y!zvk=6o!~C0o5k85WE$#u zsa$FkW*MGA)XIk zBXYiXlP-AdOg~ietYa5o;f!Pfp6VOog@+!@91!da;!`FAH%XEuNaW`_9U1QP&r`WW zt&>ABsUZ#(lqBE+yvXZ0r_80iFE#9kD%d2=X8}IQ)p7JcKI~=uR1sj{8%$IIu}0Qa zdl50dN4&Dc@7I&;%S;}lraXr@J`O8?(orn)`hG!?O|Xtv5qc-jfPlI)ARh~hdW3n6 zGOXDaY^Z85;fQL2?>`EN3zSJ~8q8{162^cvNq1gMI9Mcci;JZ8*Cy*^ zS=>6~Ub%RsaqCLCp!Q}9E}EuP6qUt`Kydui(u0ECf7fSJL-KMR`X4^0EjdT= zvfu==@H3S6hQ`k~r!CnhIJdzsE@UmG2&+Zm6b$P(i=f7zf7xl&`PLK`c$_jh10tnr zPB@g(Sr*F=wn_oU_s>AAyhm` z^^bt;sf8BVQ$(GEauif+q*p7YkbhwiLL5Aqee@g5V}gAQsfcxjrq0Z^Gf@7-HL^#G z)y84@w^W(EI@NerPYf^mEWV@a_qCnqEX-XRY-ON>2@W-F!ul&S+>jLP92(RL%mQ#t zI;!6MaJTjG(4?P+(+Z}{q#b4eSl6=x;`A2)7cU1PH?@Gs5`sKIts?`c+Qc$-Q z9NS{0$LRFy8bo4&-R!lbJ;`sZCfh1p(DiB?rw z;u}?hm7`C8(>4yW7>y5U>D|yzvzov*&Qv)V6HEn&{-&vNkU6FTL`azd{q|DvJYX)& zwS~;ENb;3bBlP5rY**=tQ4>hlPSOJsHZC##Y5#R^%_ZBI|6-ga4MkBC^h=X-XeUE}?isqS6J`Etxa2&W^0J&!KRLth4_I*4Z7fF6|Vu zE>*T0rnsl%yuflh&*4sngwBh#gna%buOR{Re{h}cH-6BnqHeI(u%yD#S&^fWSt9Lj zXnQNPpXbc+#hy7dSNnw`q?@?Y_(QuZq#x&AU-wt7uD`zCiS_lkI_v8lSYMAXfnEh$ zrnVdPai&fJHh*oPSjm%l7fEb8+0{ksy0TiXs+L`Of_IZIR*$A*)yY@mV}^(ds`r_2q+-oeRJ$2_y+zpm zF??X?I(Dti$h~HS*Zdb_5N6kHk7VVBowuxYrG;V(;{*-~YVLg7Y{nkr@!k(q^nT#V zB;&}6B$=cAG)^f$&5JR{r zwRsEY$@wR;yq$Us@ATc=Z=EetoG0dd*KTaLE}qQo!{^PtbVS7*G=g^UZI$+;A_ayP zGCAG+%g9SN|732Av{f1dWF@w{78tkgQy2W~_ny2=j2du zZF!4Jrg{bqyyVrDMUPHuH0tTu>mPJ?>2Q1D@xrkSrk9NyFnGYBHARn2Y*g^#venx= zb?UTsVokC4pRLl;TerHrvwQN;X8oI|v}@D4<(SUxt{j{+Nb}BoFyE1VNAbuTb9(h` z+2+-(oT){<2DWf!CG{9H=9+2SdprJpUurkmQ}iF~A6YQW%e80Z|H3;A_fZJbi{0K*Xs-25L=&+gLm$(Jnsxm@t%tLT9WudYx6KIZ#i6Q% zwG@=$&|8MawQ;76w{gU@)7HK9Qoc9s!Hu!Xh-;b5shc7+|9&yw_Pw60c#F<^K5E~# zpT`E>@0ky5D*#8@Yxfwj9(gY=rNmq6zX!r}R#96$9mLkD!X@Dj`w0@5E=s)3p(KNga+h{HVRE*V^|4;iZrZXCt~D ziFOXLyNx|=d5K5)+|_Kb(D6v}xs40n3qg0rd+gJIG7X+@PxVOuH)6N#ko{TF6gptg zr3CusCV*BYq}vXiX{)vJeWkV9rY^hhm)q{w(tV%ZZxmBMYPFvFDbSbJ_>rF1U*In0{ZVl+x_|#QP+b`fQBdJ>sJ`REQ@MyES7zqq3KE%9Yw@;Q` z?lB&LE?!J9Hrv{OpOBSe255dp0#WPC+;m%;O~*GMsg<^0ig`!AAb95 z9%K2r^lNYHsniENm#e+~!w=FgThjQ;bYr&O%Wn`a+S$He4w5Bzwl=nI`r@WX`O*zG`K{rTG5`37Y-H4a zyKC1IJ9a$26Z7J3nQd!s>mM>N$kJ2odnl_<6_=WKwd|{{HV(+WnsH#YCj0udt7Shc zW&hPkvGv!CZz`m88edl!U&{)aB5$ahB5Z!Z&3-rf9}O!#r%1)D1?&k1xptWmBQs!< znVu&Bjr0V$?2)6>ua3DvpIUqB5j|EbedsQut30;(A>&Qs0WDA4-msfDo$EMb*3q$U z4dEan#SIsFLI-;*@ zcgwc-FQ2?=N~f8y;}$mKEA;oM{X5LN9MMkS#neL9m**yu1Z)nT&B zFAHhavf70-Fk@^87Zn*Ji_NRnSjuj+-?kA%7jNSFl?{>OP57b8WIt4c{qy9aK>AC8 z^h)txvS%Ru+CcjI{s+XtKzfrv`f-1?IBKOwJrGDQ_x~Ucz>1V@ZX7QK`b>Js4v>fQ z_}xF|e~Jq#GXTX4)$&g5PM(#=)HPaXV=;ir;~~=_mRNjy2Fu|?h8WMuTZYKNL!_~g zFB|0W!Gn$GhOmvS_F{;MEH;|eOJ)CxlQ-aJ6XOFR?SI35w?%W6OqMSOiQ!^2RsvH3 z`qS~7_<2u32R@U_;(0)=-gwq3fJNE!fijRedmNta(e4Kjr(}_30A>_#uFwWXQ zWA>kAT4J#Hn8=oargA0S+)~R5!45!=@j(;oWp1N&#$f}p8$M(cVE%``nhrV@Z`gGj?nmA_B700VchrJ`iZ-<;6NPjVqUMWt>yg>R*f%NzNJH^|9bfR0T zoa6qQ5W4l}Kzh0VC-EBIp(y%)?VWpgRmHWyXZGIbobZx7sDNBBKq8 zcrl+};pv1Vq?nl)?Iyu>zVhqFNQEu<{9PcfjsRzGXQ zMO)hz4zMS;-L-X~_1HFN;+g+@B+2gc$hXg&N`AzSg~5g*`>ZL^G2OZ2 zK00#YhRBef=i`NljjZQXPS3dh_~SJ-HLrf> zd+K<~;-sFJ-ZpV&>CoX9 zzh1L>>&$`2{nMD ztfiXn#V~mvxHJCyBL3xamK+=LU*q{JzTt|WrS87^70z;)zSXD0*wkSJX7JJb_x+iH z9*jDlJkgp)qhU1PuA3917fUpoFlSNPo{G{(wvAHi$S-_6CDco)FF7#WuDn#VYVZ+! zB7%=%akqG>TkhzVJO07tjvJNG6WR~m&X{fbcb2>zdN%$qMEuKTjJzCw2j2K>Xr%Io zXR7|a)#{(tCoS0z({h0dQ*uEXa)B-Ps52VK-Znfy&6CwuR4oH|TKGNd?sfEXMs7}M zf!aKm-Sxx_g}u?(qTTXgx&Re|7<7%MFz0?NAQIm`rKmMC<%-mA2cG{fFV+T&VXnDb+_3jgG zYp$&LNn-kt(U(25VYhkjt`a(UCiq+EV9qCs4&D%B8=R)>Y2Cu}ZZO4j^^ z{6@t8rHFsI_+L2@|EGbqE3`3|_^zR;kobN2@2A;geRGAh)1R{wJ50 z4Bl(NM~=qFwD2C}c)vXq-i?2`_`Sya4&9fFz;Zr>{Ol4tvurL^kS2k4hw;h@M4DVoCyv zxAi)e|L$JZ_18?@RXG3q*Y4jx>sJfw-g$Y=V{@LIHGA>3o2#sh)$d$CbIv6r-IP#O z+p(|Cb6<0t>uRS@YFm|b(J^oQcAg6=`8!`4T1r9wma?Z<#*HVepJ@BI)(6J88|?*w z&zb$1a%5(v+lZHOoC$djcd#FHDX{~~-9aRLcgmDbc4p?3DVQsXgPG!Z!EjJ5b9-~X z$X!F8!oat5nL-0$SZwo7Hp@cEYKdsXaO;;G>OdL)bZ(ogPjzs*gA)iIkCac%smRUU zbxqrjIddv;vTea3w&te7}9bN<^&nZ{2oO@2{i@=@iSYnqNsLu*_DVBRPq$cgZxvx7FayaeJNMpx26;*P$yVw2LnyuQ?vi?XoUWPtYjG-8N zeU*GQ648r(fg5H%q3&*I*Pogj_9oEQQ<*bdFPK>veUo<^i9VHMu4(A6&;OWE|7s1b z126&Rl$ucv7zMrYw{lNU?`Y7ObpMi+ovd*v9hTBoYmKtncazuQN;sp)_NYqkYC9d3L>*Sv z>)Dpf4#YY;gZq7&P}E>3%Ngg90&Dr^a<@RdM+%Weedbq}26`jAWOz9D_F_eANUZr? z6d%FKXVGK$@^9#S8dkj4;f_$f(BF%o=rz!x5BgnEPsGx_mi>BX%5}fx_rA_{l&&W9 zU2n$%+Z)VfFfS_w{byY9qiEFAbN5p}%n=ZJc~Jw=lKuH@Sn|5U#9 zd}Hx%;F}U|;yaqq?zaHD-vUe(bHm+l0XA^EQukYc-ERSQzXjO+7GN!-WcOQu-ERSQ zzXjO+7GU>VfM4t_z}~zv!rX*E^kw`Tw}ng3S@_!A&F}j=QE>w7N*v_H4{Co~NT&xr z7l<5EDYu1trsuZV8Rq*tQE>w7^;_=62`c}&MRzPIDJUx}zN5Ijpk#7(QQ6|+yGj$s zq^6}syA!7u-CDM!pzQv{v13va$EJ-Lmy%dqT3lXSP?A_yR8my1xJb+uMdA*zM3iuP zri_<7iuqN{-mwCFCUfU~5x$G@Q4cI7vWl6?N^sga{S(D>Qrt?KB^uuSq!~-96m6&B z8mHaGKvTIC>wFT4UqpUI{8BH}SqjS>ihJb@XEY z%KpqbVD<(yWb?q)d|EYE*Kqzv+%8^66Z;$S4DI=W_#vyU$5`S2H}O~TzIaqD1oL-_Mc}+t{5x%XxA>-R z=OwhsJ)8{r3z&aE+%Fy!4~eDRo%3_?EwKz5d{{J#7O_u!TdWe_W5r0lobxO%?d)O& z_j$2LydZuh1LB}~ksB1NS#_%sjp9x5C-JU$Py9Kwq_j9KZR%LhzQVI7IbT~+c9&^l zo0ha_J;}NyI!v$c$f)*L?w+(^ijXA*<)y@DAA{awrb6VMMPw;%OLqgYu)`eaQ9SwaDa$^R>42vm=*%R|p zOiRqiJuc}nky0pKhSFqMT9cvl7|JhIYcb-r7DMSUlm=r$xLKr!7m7*9Y?CophO0zI zxLjlso<&%0xKZR`-$YnG?gf~YxVPaK6n(?XL~QsLc8abRwHQAS$**$yL@Y5Ugj>mB zwU~%KDO{~{$sm{cK*+%_mpFOkmXCcHqol_pm^#wDf?batBBy3rs;7v1r_vq9=7%_`QUXOEIJAeF|cFI2&B9qh_0^ z)h$3=2efr!6=4dZf^-=FT1*|L9;0yBL@ApzPCDYFi5)FIK9r6t174Pe-HwBOl(L}{ z4t#jkz=R7@7S%Ee%UMu~pEifz`Qamx^fkmeOx#*b9ks2;urG&L27}E|%wMQclcu|T z?3IKmj1HrWZ;{VJ+U+gcZ6fV9(QCKW;HVKCHG&^SbEhfGKFSd*riYU#OOlug{m;do zN1AN7eGYamCJ&R3SpZH~LeHy!u>ly{NV}K#YDRmA-!-@olXoqqbBmku#e3z0@^tyC zC|?ycQB64%J#8ZYP2^imelL=j!l|OGO*)SnY@hxU+98qaV4xUC%&UmyLz)Mqc4*b@ z&`1*vEe@PjfuC0J(+YlCfuh>Bn(`a`R66t`)sD(YOtSZ1(a-U0hb zgcuqx7uP_oGr-_X%xuaz2QwG<4cIqg&%@4!N^>x|xL1D%$*1Qq z+?(l(s<+I*XD((hrUv8pijHwR{!%P}_e1;|_4Hbdo&`N-g-_77 zjT*~-4eQ`_^%%DCXe_o;hDPe%$mrgWkba6U&{tGw9JcA#EtI-N!`h2ojeiYg@KY+@ zyN?vAKdT<7_?zkE9Z}BDJ=J)i+RxPQ z+->y5M`6`h&p!%(-tqjiA+<{jy})@Y?U(9}h^0uRg~+5C{Fl;)_aSADr2oRXi1TIB zIrOho#<5gy980BFcJ`6v%KIaplsz~iLyw9`&*zeyjkK&} "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. + 6 • Done!... + + HOW-TO: Change between the three available spinning "discs" (vinyl/cd/bobine). + 1 • Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). + 2 • Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... + 3 • Done!... + + HOW-TO: Select one from the many available color schemes. + 1 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Color scheme" > select a color from that list. + 2 • Done!... + + ####################################################################################################################################### + + + diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md new file mode 100644 index 000000000000..bd2c34e7d26c --- /dev/null +++ b/res/skins/DarkMetal/README.md @@ -0,0 +1,31 @@ +# Mixxx skin: Dark Metal +(Color schemes + SVG + Resizable) + +=================================================================================================== + +LICENCE: +- Creative Commons - Attribution 3.0 Unported - https://creativecommons.org/licenses/by/3.0 + +=================================================================================================== + +INSTALLING: + +- 1 • Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. +- 2 • Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) +- 3 • Move the new folder (with all contents), to your Mixxx skins folder. +- ( An path example, in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal ) +- 4 • Double click in the included "digital.otf" to install that font. +- 5 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. +- 6 • Done!... + +Tutorial Video: https://www.youtube.com/watch?v=-FIc3iiHDeU&index=40&list=PLnhzSMPecj1HXo5IGrNFYiGyy6fHZYPTL + +-------------------------------------------------------------------------------------------------- + +- Project CLONED at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile/ +- Developed by: Jorge Rosa (Portugal - With love to ASCR) +- Developer Email: jorge.bigarte@gmail.com +- Developer Portfolio: http://sites.google.com/site/jorgerosaportfolio (Many more stuff there) + +-------------------------------------------------------------------------------------------------- + diff --git a/res/skins/DarkMetal/gfx_library/arrow_down.svg b/res/skins/DarkMetal/gfx_library/arrow_down.svg new file mode 100644 index 000000000000..d2406ad6b8e3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/arrow_down.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/arrow_up.svg b/res/skins/DarkMetal/gfx_library/arrow_up.svg new file mode 100644 index 000000000000..3d85e528fdf6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/arrow_up.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/branch_closed.svg b/res/skins/DarkMetal/gfx_library/branch_closed.svg new file mode 100644 index 000000000000..a60370945ec7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/branch_closed.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/branch_end.svg b/res/skins/DarkMetal/gfx_library/branch_end.svg new file mode 100644 index 000000000000..b66df0703b88 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/branch_end.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/branch_line.svg b/res/skins/DarkMetal/gfx_library/branch_line.svg new file mode 100644 index 000000000000..ee129a0976e5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/branch_line.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/branch_more.svg b/res/skins/DarkMetal/gfx_library/branch_more.svg new file mode 100644 index 000000000000..d6ba2baa07ba --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/branch_more.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/branch_open.svg b/res/skins/DarkMetal/gfx_library/branch_open.svg new file mode 100644 index 000000000000..ea1f2edf3905 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/branch_open.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/checkbox.svg b/res/skins/DarkMetal/gfx_library/checkbox.svg new file mode 100644 index 000000000000..72308ec51ca8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/checkbox.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/checkbox_checked.svg b/res/skins/DarkMetal/gfx_library/checkbox_checked.svg new file mode 100644 index 000000000000..971a5c3967de --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/checkbox_checked.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/handle_horizontal.svg b/res/skins/DarkMetal/gfx_library/handle_horizontal.svg new file mode 100644 index 000000000000..8b6644fe1a6c --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/handle_horizontal.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/handle_horizontal_pressed.svg b/res/skins/DarkMetal/gfx_library/handle_horizontal_pressed.svg new file mode 100644 index 000000000000..46fa80fdefcc --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/handle_horizontal_pressed.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/handle_vertical.svg b/res/skins/DarkMetal/gfx_library/handle_vertical.svg new file mode 100644 index 000000000000..1dc768196781 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/handle_vertical.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/handle_vertical_pressed.svg b/res/skins/DarkMetal/gfx_library/handle_vertical_pressed.svg new file mode 100644 index 000000000000..ab08de561538 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/handle_vertical_pressed.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/preview_pause.svg b/res/skins/DarkMetal/gfx_library/preview_pause.svg new file mode 100644 index 000000000000..8ae2c853ac65 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/preview_pause.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/preview_play.svg b/res/skins/DarkMetal/gfx_library/preview_play.svg new file mode 100644 index 000000000000..8b627832e4a1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/preview_play.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/scroll_down.svg b/res/skins/DarkMetal/gfx_library/scroll_down.svg new file mode 100644 index 000000000000..0a27f84c37de --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/scroll_down.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/scroll_left.svg b/res/skins/DarkMetal/gfx_library/scroll_left.svg new file mode 100644 index 000000000000..5f4f6315a580 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/scroll_left.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/scroll_right.svg b/res/skins/DarkMetal/gfx_library/scroll_right.svg new file mode 100644 index 000000000000..427e1e43025b --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/scroll_right.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_library/scroll_up.svg b/res/skins/DarkMetal/gfx_library/scroll_up.svg new file mode 100644 index 000000000000..26dc0e1f6ff1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_library/scroll_up.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/skin.xml b/res/skins/DarkMetal/skin.xml new file mode 100644 index 000000000000..fe451ac00efd --- /dev/null +++ b/res/skins/DarkMetal/skin.xml @@ -0,0 +1,472 @@ + + + + + + + + + Dark Metal V.2.8.7 + Jorge Rosa - jorge.bigarte@gmail.com + V.2.8.7 + Dark Metal - Color Schemes - SVG - Resizable + en + Creative Commons - Attribution 3.0 Unported + + + + 4 + 8 + 1 + 4 + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + + + + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + + + 0 + 0 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 0 + + + 0 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + + + + + + + + + LaunchImage { qproperty-layoutAlignment: AlignCenter; background-color: #000000; } + QLabel { image: url(skin:/gfx_hifi/start.svg); padding:0; margin:0; border:none; min-width: 400px; max-width: 400px; min-height: 50px; max-height: 50px; } + QProgressBar { background-color: #000000; border:none; min-width: 400px; max-width: 400px; min-height: 3px; max-height: 3px; } + QProgressBar::chunk { background-color: #a1a1a1; } + + + + + + + + Purple 1 (Default/Original) + + + 000 + + + + + + Purple 2 (Pale) + + + 0-600 + + + + + + Purple 3 (Glow) + + + 20500 + + + + + + Grey 1 (Metal) + + + 0-3650 + + + + + + Orange 1 (Normal/Devs/Pick) + + + -2401400 + + + + + + Orange 2 (Dark) + + + -2422100 + + + + + + Blue 1 (Normal) + + + -492100 + + + + + + Blue 2 (Jeans) + + + -68480 + + + + + + Blue 3 (Dark) + + + -602500 + + + + + + Blue 4 (Soft) + + + -701200 + + + + + + Red 1 (Normal) + + + -2652100 + + + + + + Red 2 (Pale) + + + 802000 + + + + + + Red 3 (Wine) + + + -290100 + + + + + + Red 4 (Bright) + + + -2601200 + + + + + + Brown 1 (Soft) + + + 100300 + + + + + + Brown 2 (Chocolatte) + + + -260500 + + + + + + Brown 3 (Dark) + + + -2402100 + + + + + + Pink 1 (Normal) + + + 36460 + + + + + + Pink 2 (Pale) + + + 55-200 + + + + + + Pink 3 (Dark) + + + 40100 + + + + + + Yellow 1 (Normal) + + + -225850 + + + + + + Yellow 2 (Dark) + + + -2301200 + + + + + + Green 1 (Normal) + + + -1592100 + + + + + + Green 2 (Lime) + + + -190850 + + + + + + Green 3 (Pale) + + + 25500 + + + + + + Green 4 (Glow) + + + 200300 + + + + + + Green 5 (Olive) + + + 15050 + + + + + + + + Mixxx + #000000 + + Effects Options + + + + + + + 2 + + 0 + gfx_hifi/btn_view1.svg + gfx_hifi/btn_view1.svg + + + 1 + gfx_hifi/btn_view1_over.svg + gfx_hifi/btn_view1_over.svg + + + [EffectsRack],show + + + + + + 2 + + 0 + gfx_hifi/btn_view2.svg + gfx_hifi/btn_view2.svg + + + 1 + gfx_hifi/btn_view2_over.svg + gfx_hifi/btn_view2_over.svg + + + [EffectsRack],show + + + + + + Texts + 60,30 + f,f + vertical + + + + + + + + 30,30 + f,f + horizontal + + + 1 + + 0 + gfx_hifi/btn_view_over.svg + gfx_hifi/btn_view_over.svg + + + + + + + + + + + 30,30 + f,f + horizontal + + + 2 + + 0 + gfx_hifi/btn_view.svg + gfx_hifi/btn_view.svg + + + 1 + gfx_hifi/btn_view_over.svg + gfx_hifi/btn_view_over.svg + + + [EffectsModule],show + + + + + + diff --git a/res/skins/DarkMetal/templates/06_effects/start.xml b/res/skins/DarkMetal/templates/06_effects/start.xml new file mode 100644 index 000000000000..0af7f8be236c --- /dev/null +++ b/res/skins/DarkMetal/templates/06_effects/start.xml @@ -0,0 +1,100 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/07_effects/effect_channel.xml b/res/skins/DarkMetal/templates/07_effects/effect_channel.xml new file mode 100644 index 000000000000..3d108a0afe58 --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/effect_channel.xml @@ -0,0 +1,316 @@ + + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/07_effects/effect_module.xml b/res/skins/DarkMetal/templates/07_effects/effect_module.xml new file mode 100644 index 000000000000..20add4838aeb --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/effect_module.xml @@ -0,0 +1,77 @@ + + + diff --git a/res/skins/DarkMetal/templates/07_effects/effect_parameter_button.xml b/res/skins/DarkMetal/templates/07_effects/effect_parameter_button.xml new file mode 100644 index 000000000000..aadb66dfaacd --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/effect_parameter_button.xml @@ -0,0 +1,71 @@ + + + + + diff --git a/res/skins/DarkMetal/templates/07_effects/effect_parameter_knob.xml b/res/skins/DarkMetal/templates/07_effects/effect_parameter_knob.xml new file mode 100644 index 000000000000..6a5466a97e91 --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/effect_parameter_knob.xml @@ -0,0 +1,101 @@ + + + + + diff --git a/res/skins/DarkMetal/templates/07_effects/effect_parameters.xml b/res/skins/DarkMetal/templates/07_effects/effect_parameters.xml new file mode 100644 index 000000000000..eaa20946b608 --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/effect_parameters.xml @@ -0,0 +1,69 @@ + + + + + diff --git a/res/skins/DarkMetal/templates/07_effects/effect_select.xml b/res/skins/DarkMetal/templates/07_effects/effect_select.xml new file mode 100644 index 000000000000..6fd306778833 --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/effect_select.xml @@ -0,0 +1,77 @@ + + + + + diff --git a/res/skins/DarkMetal/templates/07_effects/effect_toolbar.xml b/res/skins/DarkMetal/templates/07_effects/effect_toolbar.xml new file mode 100644 index 000000000000..161010a4fd2e --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/effect_toolbar.xml @@ -0,0 +1,114 @@ + + + diff --git a/res/skins/DarkMetal/templates/07_effects/start.xml b/res/skins/DarkMetal/templates/07_effects/start.xml new file mode 100644 index 000000000000..55b1bc1d03ff --- /dev/null +++ b/res/skins/DarkMetal/templates/07_effects/start.xml @@ -0,0 +1,99 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/08_samplers/sampler_module.xml b/res/skins/DarkMetal/templates/08_samplers/sampler_module.xml new file mode 100644 index 000000000000..96784983a108 --- /dev/null +++ b/res/skins/DarkMetal/templates/08_samplers/sampler_module.xml @@ -0,0 +1,555 @@ + + + + diff --git a/res/skins/DarkMetal/templates/08_samplers/sampler_toolbar.xml b/res/skins/DarkMetal/templates/08_samplers/sampler_toolbar.xml new file mode 100644 index 000000000000..f7b66ba8f155 --- /dev/null +++ b/res/skins/DarkMetal/templates/08_samplers/sampler_toolbar.xml @@ -0,0 +1,209 @@ + + + diff --git a/res/skins/DarkMetal/templates/08_samplers/start.xml b/res/skins/DarkMetal/templates/08_samplers/start.xml new file mode 100644 index 000000000000..7d83f8ecd97d --- /dev/null +++ b/res/skins/DarkMetal/templates/08_samplers/start.xml @@ -0,0 +1,75 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/09_samplers/sampler_module.xml b/res/skins/DarkMetal/templates/09_samplers/sampler_module.xml new file mode 100644 index 000000000000..96784983a108 --- /dev/null +++ b/res/skins/DarkMetal/templates/09_samplers/sampler_module.xml @@ -0,0 +1,555 @@ + + + + diff --git a/res/skins/DarkMetal/templates/09_samplers/sampler_toolbar.xml b/res/skins/DarkMetal/templates/09_samplers/sampler_toolbar.xml new file mode 100644 index 000000000000..ce3303c99da4 --- /dev/null +++ b/res/skins/DarkMetal/templates/09_samplers/sampler_toolbar.xml @@ -0,0 +1,209 @@ + + + diff --git a/res/skins/DarkMetal/templates/09_samplers/start.xml b/res/skins/DarkMetal/templates/09_samplers/start.xml new file mode 100644 index 000000000000..496e6e521a3b --- /dev/null +++ b/res/skins/DarkMetal/templates/09_samplers/start.xml @@ -0,0 +1,75 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/10_library/start.xml b/res/skins/DarkMetal/templates/10_library/start.xml new file mode 100644 index 000000000000..58c930989fce --- /dev/null +++ b/res/skins/DarkMetal/templates/10_library/start.xml @@ -0,0 +1,549 @@ + + + diff --git a/res/skins/DarkMetal/templates/11_microphones/start.xml b/res/skins/DarkMetal/templates/11_microphones/start.xml new file mode 100644 index 000000000000..876678ac5518 --- /dev/null +++ b/res/skins/DarkMetal/templates/11_microphones/start.xml @@ -0,0 +1,585 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/12_auxiliaries/start.xml b/res/skins/DarkMetal/templates/12_auxiliaries/start.xml new file mode 100644 index 000000000000..4c39bba941dc --- /dev/null +++ b/res/skins/DarkMetal/templates/12_auxiliaries/start.xml @@ -0,0 +1,562 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_left.xml b/res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_left.xml new file mode 100644 index 000000000000..1862c86888dc --- /dev/null +++ b/res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_left.xml @@ -0,0 +1,408 @@ + + + diff --git a/res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_right.xml b/res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_right.xml new file mode 100644 index 000000000000..eb77322aa8e3 --- /dev/null +++ b/res/skins/DarkMetal/templates/13_miniplayer_ab/minideck_right.xml @@ -0,0 +1,409 @@ + + + diff --git a/res/skins/DarkMetal/templates/13_miniplayer_ab/start.xml b/res/skins/DarkMetal/templates/13_miniplayer_ab/start.xml new file mode 100644 index 000000000000..ea6d1d9196aa --- /dev/null +++ b/res/skins/DarkMetal/templates/13_miniplayer_ab/start.xml @@ -0,0 +1,71 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_left.xml b/res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_left.xml new file mode 100644 index 000000000000..103ec46b33f2 --- /dev/null +++ b/res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_left.xml @@ -0,0 +1,408 @@ + + + diff --git a/res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_right.xml b/res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_right.xml new file mode 100644 index 000000000000..ea3eee7dc8a4 --- /dev/null +++ b/res/skins/DarkMetal/templates/14_miniplayer_cd/minideck_right.xml @@ -0,0 +1,409 @@ + + + diff --git a/res/skins/DarkMetal/templates/14_miniplayer_cd/start.xml b/res/skins/DarkMetal/templates/14_miniplayer_cd/start.xml new file mode 100644 index 000000000000..c34da1481446 --- /dev/null +++ b/res/skins/DarkMetal/templates/14_miniplayer_cd/start.xml @@ -0,0 +1,71 @@ + + + \ No newline at end of file diff --git a/res/skins/DarkMetal/templates/15_longwaves_ab/start.xml b/res/skins/DarkMetal/templates/15_longwaves_ab/start.xml new file mode 100644 index 000000000000..f4569b00b31d --- /dev/null +++ b/res/skins/DarkMetal/templates/15_longwaves_ab/start.xml @@ -0,0 +1,277 @@ + + + + + diff --git a/res/skins/DarkMetal/templates/16_longwaves_cd/start.xml b/res/skins/DarkMetal/templates/16_longwaves_cd/start.xml new file mode 100644 index 000000000000..f50ed3e19c88 --- /dev/null +++ b/res/skins/DarkMetal/templates/16_longwaves_cd/start.xml @@ -0,0 +1,277 @@ + + + + + diff --git a/res/skins/DarkMetal/templates/99_tests/start.xml b/res/skins/DarkMetal/templates/99_tests/start.xml new file mode 100644 index 000000000000..6ba54f2336ee --- /dev/null +++ b/res/skins/DarkMetal/templates/99_tests/start.xml @@ -0,0 +1,163 @@ + + + \ No newline at end of file From 4deb30cb8b7839b880202c6f39d40227321e25da Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:07:10 +0000 Subject: [PATCH 03/46] Create a --- res/skins/DarkMetal/gfx_hifi/a | 1 + 1 file changed, 1 insertion(+) create mode 100644 res/skins/DarkMetal/gfx_hifi/a diff --git a/res/skins/DarkMetal/gfx_hifi/a b/res/skins/DarkMetal/gfx_hifi/a new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/a @@ -0,0 +1 @@ + From 7d2c073d1d9e315c9bb7076eb89a5e204321364f Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:09:49 +0000 Subject: [PATCH 04/46] Add files via upload --- .../gfx_hifi/background_analogvu_1.svg | 335 ++ .../gfx_hifi/background_analogvu_1_peak.svg | 117 + .../gfx_hifi/background_analogvu_2.svg | 335 ++ .../gfx_hifi/background_analogvu_2_peak.svg | 117 + .../gfx_hifi/background_analogvu_3.svg | 335 ++ .../gfx_hifi/background_analogvu_3_peak.svg | 117 + .../gfx_hifi/background_analogvu_4.svg | 335 ++ .../gfx_hifi/background_analogvu_4_peak.svg | 117 + .../gfx_hifi/background_analogvus.svg | 103 + .../DarkMetal/gfx_hifi/background_autodj.svg | 830 ++++ .../gfx_hifi/background_auxiliary.svg | 379 ++ .../gfx_hifi/background_broadcast.svg | 114 + .../DarkMetal/gfx_hifi/background_clock.svg | 309 ++ .../gfx_hifi/background_coverart.svg | 221 + .../DarkMetal/gfx_hifi/background_decks.svg | 408 ++ .../DarkMetal/gfx_hifi/background_digital.svg | 413 ++ .../gfx_hifi/background_digital_small.svg | 194 + .../gfx_hifi/background_effects_settings.svg | 228 + .../gfx_hifi/background_effects_unit.svg | 635 +++ .../gfx_hifi/background_global_head.svg | 270 ++ .../gfx_hifi/background_global_master.svg | 270 ++ .../gfx_hifi/background_global_vus.svg | 125 + .../DarkMetal/gfx_hifi/background_knob1.svg | 287 ++ .../DarkMetal/gfx_hifi/background_knob2.svg | 287 ++ .../DarkMetal/gfx_hifi/background_knob3.svg | 293 ++ .../DarkMetal/gfx_hifi/background_knob4.svg | 311 ++ .../DarkMetal/gfx_hifi/background_latency.svg | 281 ++ .../gfx_hifi/background_library_fonts.svg | 246 ++ .../gfx_hifi/background_library_settings.svg | 228 + .../DarkMetal/gfx_hifi/background_main.svg | 1268 ++++++ .../gfx_hifi/background_microphone.svg | 412 ++ .../gfx_hifi/background_miniplayer.svg | 109 + .../background_miniplayer_digital.svg | 363 ++ .../gfx_hifi/background_miniplayer_fader.svg | 97 + .../gfx_hifi/background_miniplayer_metal.svg | 197 + .../DarkMetal/gfx_hifi/background_mixer1.svg | 3682 +++++++++++++++++ .../DarkMetal/gfx_hifi/background_mixer2.svg | 3682 +++++++++++++++++ .../gfx_hifi/background_racks_150.svg | 416 ++ .../gfx_hifi/background_racks_200.svg | 579 +++ .../DarkMetal/gfx_hifi/background_record.svg | 167 + .../DarkMetal/gfx_hifi/background_sampler.svg | 776 ++++ .../gfx_hifi/background_samplers_options.svg | 228 + .../DarkMetal/gfx_hifi/background_spinny.svg | 434 ++ .../DarkMetal/gfx_hifi/background_tests.svg | 493 +++ .../gfx_hifi/background_toolbar1.svg | 148 + .../gfx_hifi/background_toolbar2.svg | 176 + .../gfx_hifi/background_toolbar3.svg | 241 ++ .../gfx_hifi/background_toolbar4.svg | 241 ++ .../gfx_hifi/background_toolbar99.svg | 297 ++ .../gfx_hifi/background_vertical_line_50.svg | 146 + .../background_vertical_line_darker_30.svg | 146 + .../background_vertical_line_darker_50.svg | 146 + res/skins/DarkMetal/gfx_hifi/btn_autodj.svg | 860 ++++ .../DarkMetal/gfx_hifi/btn_autodj_over.svg | 859 ++++ res/skins/DarkMetal/gfx_hifi/btn_beatgrid.svg | 112 + .../DarkMetal/gfx_hifi/btn_beatgrid_over.svg | 116 + .../DarkMetal/gfx_hifi/btn_beatloop_0125.svg | 148 + .../gfx_hifi/btn_beatloop_0125_over.svg | 143 + .../DarkMetal/gfx_hifi/btn_beatloop_0250.svg | 147 + .../gfx_hifi/btn_beatloop_0250_over.svg | 147 + .../DarkMetal/gfx_hifi/btn_beatloop_0500.svg | 153 + .../gfx_hifi/btn_beatloop_0500_over.svg | 143 + .../DarkMetal/gfx_hifi/btn_beatloop_1.svg | 129 + .../DarkMetal/gfx_hifi/btn_beatloop_16.svg | 136 + .../gfx_hifi/btn_beatloop_16_over.svg | 142 + .../gfx_hifi/btn_beatloop_1_over.svg | 139 + .../DarkMetal/gfx_hifi/btn_beatloop_2.svg | 141 + .../gfx_hifi/btn_beatloop_2_over.svg | 134 + .../DarkMetal/gfx_hifi/btn_beatloop_4.svg | 140 + .../gfx_hifi/btn_beatloop_4_over.svg | 137 + .../DarkMetal/gfx_hifi/btn_beatloop_8.svg | 137 + .../gfx_hifi/btn_beatloop_8_over.svg | 135 + .../gfx_hifi/btn_beatloop_double.svg | 130 + .../gfx_hifi/btn_beatloop_double_over.svg | 132 + .../DarkMetal/gfx_hifi/btn_beatloop_halve.svg | 132 + .../gfx_hifi/btn_beatloop_halve_over.svg | 132 + .../gfx_hifi/btn_broadcast_connected.svg | 200 + .../gfx_hifi/btn_broadcast_connecting.svg | 199 + .../gfx_hifi/btn_broadcast_failure.svg | 200 + .../gfx_hifi/btn_broadcast_unconnected.svg | 200 + .../DarkMetal/gfx_hifi/btn_buttons_row.svg | 130 + .../gfx_hifi/btn_buttons_row_over.svg | 135 + .../DarkMetal/gfx_hifi/btn_channel_1.svg | 130 + .../DarkMetal/gfx_hifi/btn_channel_1_over.svg | 130 + .../DarkMetal/gfx_hifi/btn_channel_2.svg | 139 + .../DarkMetal/gfx_hifi/btn_channel_2_over.svg | 139 + .../DarkMetal/gfx_hifi/btn_channel_3.svg | 134 + .../DarkMetal/gfx_hifi/btn_channel_3_over.svg | 141 + .../DarkMetal/gfx_hifi/btn_channel_4.svg | 127 + .../DarkMetal/gfx_hifi/btn_channel_4_over.svg | 134 + .../DarkMetal/gfx_hifi/btn_channel_a.svg | 138 + .../DarkMetal/gfx_hifi/btn_channel_a_over.svg | 145 + .../DarkMetal/gfx_hifi/btn_channel_b.svg | 127 + .../DarkMetal/gfx_hifi/btn_channel_b_over.svg | 134 + .../DarkMetal/gfx_hifi/btn_channel_c.svg | 127 + .../DarkMetal/gfx_hifi/btn_channel_c_over.svg | 134 + .../DarkMetal/gfx_hifi/btn_channel_d.svg | 127 + .../DarkMetal/gfx_hifi/btn_channel_d_over.svg | 134 + .../gfx_hifi/btn_channel_headphones.svg | 130 + .../gfx_hifi/btn_channel_headphones_over.svg | 137 + 100 files changed, 30879 insertions(+) create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_1_peak.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_2_peak.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_3_peak.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvu_4_peak.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_analogvus.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_autodj.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_auxiliary.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_broadcast.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_clock.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_coverart.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_decks.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_digital.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_digital_small.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_effects_settings.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_effects_unit.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_global_head.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_global_master.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_global_vus.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_knob1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_knob2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_knob3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_knob4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_latency.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_library_fonts.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_library_settings.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_main.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_microphone.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_miniplayer.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_miniplayer_digital.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_miniplayer_fader.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_miniplayer_metal.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_mixer1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_mixer2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_racks_150.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_racks_200.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_record.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_sampler.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_spinny.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_tests.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_toolbar1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_toolbar2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_toolbar3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_toolbar4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_toolbar99.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_vertical_line_50.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_30.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_50.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_autodj.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_autodj_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatgrid.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatgrid_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_16.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_16_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_4_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_8.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_8_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_double.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_double_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_broadcast_connected.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_broadcast_connecting.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_broadcast_failure.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_broadcast_unconnected.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_buttons_row.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_buttons_row_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_3_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_4_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_a.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_a_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_b.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_b_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_c.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_c_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_d.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_d_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_headphones.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_headphones_over.svg diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg new file mode 100644 index 000000000000..c1e2f8474250 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_1_peak.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_1_peak.svg new file mode 100644 index 000000000000..014c39495bd5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_1_peak.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_2.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_2.svg new file mode 100644 index 000000000000..2cf183dba0c4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_2.svg @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_2_peak.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_2_peak.svg new file mode 100644 index 000000000000..0f41d2f830dc --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_2_peak.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_3.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_3.svg new file mode 100644 index 000000000000..f757b2fc2d0a --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_3.svg @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_3_peak.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_3_peak.svg new file mode 100644 index 000000000000..ba5ed8f1144b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_3_peak.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_4.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_4.svg new file mode 100644 index 000000000000..5098931ca161 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_4.svg @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_4_peak.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_4_peak.svg new file mode 100644 index 000000000000..819e9888cd45 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_4_peak.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvus.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvus.svg new file mode 100644 index 000000000000..ac16fad007e1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvus.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_autodj.svg b/res/skins/DarkMetal/gfx_hifi/background_autodj.svg new file mode 100644 index 000000000000..bf4b79c10ade --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_autodj.svg @@ -0,0 +1,830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_auxiliary.svg b/res/skins/DarkMetal/gfx_hifi/background_auxiliary.svg new file mode 100644 index 000000000000..1494ffa22a61 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_auxiliary.svg @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_broadcast.svg b/res/skins/DarkMetal/gfx_hifi/background_broadcast.svg new file mode 100644 index 000000000000..65713ec2fe35 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_broadcast.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_clock.svg b/res/skins/DarkMetal/gfx_hifi/background_clock.svg new file mode 100644 index 000000000000..f1013d045c20 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_clock.svg @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_coverart.svg b/res/skins/DarkMetal/gfx_hifi/background_coverart.svg new file mode 100644 index 000000000000..cf1306bf068c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_coverart.svg @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_decks.svg b/res/skins/DarkMetal/gfx_hifi/background_decks.svg new file mode 100644 index 000000000000..294a8616dcfb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_decks.svg @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_digital.svg b/res/skins/DarkMetal/gfx_hifi/background_digital.svg new file mode 100644 index 000000000000..5a6939416837 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_digital.svg @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_digital_small.svg b/res/skins/DarkMetal/gfx_hifi/background_digital_small.svg new file mode 100644 index 000000000000..d2e3a2c505e3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_digital_small.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_effects_settings.svg b/res/skins/DarkMetal/gfx_hifi/background_effects_settings.svg new file mode 100644 index 000000000000..f78876b969d3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_effects_settings.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_effects_unit.svg b/res/skins/DarkMetal/gfx_hifi/background_effects_unit.svg new file mode 100644 index 000000000000..b50161b4c49f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_effects_unit.svg @@ -0,0 +1,635 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_global_head.svg b/res/skins/DarkMetal/gfx_hifi/background_global_head.svg new file mode 100644 index 000000000000..b75d1ab3aad0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_global_head.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_global_master.svg b/res/skins/DarkMetal/gfx_hifi/background_global_master.svg new file mode 100644 index 000000000000..1f2da2a29889 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_global_master.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_global_vus.svg b/res/skins/DarkMetal/gfx_hifi/background_global_vus.svg new file mode 100644 index 000000000000..7051b2b8992c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_global_vus.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_knob1.svg b/res/skins/DarkMetal/gfx_hifi/background_knob1.svg new file mode 100644 index 000000000000..968dcd3876ae --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_knob1.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_knob2.svg b/res/skins/DarkMetal/gfx_hifi/background_knob2.svg new file mode 100644 index 000000000000..97401c2d920f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_knob2.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_knob3.svg b/res/skins/DarkMetal/gfx_hifi/background_knob3.svg new file mode 100644 index 000000000000..762198745853 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_knob3.svg @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_knob4.svg b/res/skins/DarkMetal/gfx_hifi/background_knob4.svg new file mode 100644 index 000000000000..2f2efaeee25f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_knob4.svg @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_latency.svg b/res/skins/DarkMetal/gfx_hifi/background_latency.svg new file mode 100644 index 000000000000..3043f2469592 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_latency.svg @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_library_fonts.svg b/res/skins/DarkMetal/gfx_hifi/background_library_fonts.svg new file mode 100644 index 000000000000..374f07d63dd9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_library_fonts.svg @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_library_settings.svg b/res/skins/DarkMetal/gfx_hifi/background_library_settings.svg new file mode 100644 index 000000000000..f78876b969d3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_library_settings.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_main.svg b/res/skins/DarkMetal/gfx_hifi/background_main.svg new file mode 100644 index 000000000000..f916612cc448 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_main.svg @@ -0,0 +1,1268 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_microphone.svg b/res/skins/DarkMetal/gfx_hifi/background_microphone.svg new file mode 100644 index 000000000000..076462eb126e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_microphone.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_miniplayer.svg b/res/skins/DarkMetal/gfx_hifi/background_miniplayer.svg new file mode 100644 index 000000000000..4351b6340d0e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_miniplayer.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_miniplayer_digital.svg b/res/skins/DarkMetal/gfx_hifi/background_miniplayer_digital.svg new file mode 100644 index 000000000000..d6b17fee260b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_miniplayer_digital.svg @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_miniplayer_fader.svg b/res/skins/DarkMetal/gfx_hifi/background_miniplayer_fader.svg new file mode 100644 index 000000000000..4122513cc9cd --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_miniplayer_fader.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_miniplayer_metal.svg b/res/skins/DarkMetal/gfx_hifi/background_miniplayer_metal.svg new file mode 100644 index 000000000000..aadaf965148c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_miniplayer_metal.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_mixer1.svg b/res/skins/DarkMetal/gfx_hifi/background_mixer1.svg new file mode 100644 index 000000000000..f49b3a8b0392 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_mixer1.svg @@ -0,0 +1,3682 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg b/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg new file mode 100644 index 000000000000..25ca75a418d5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg @@ -0,0 +1,3682 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_racks_150.svg b/res/skins/DarkMetal/gfx_hifi/background_racks_150.svg new file mode 100644 index 000000000000..dfb5e61b3d53 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_racks_150.svg @@ -0,0 +1,416 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_racks_200.svg b/res/skins/DarkMetal/gfx_hifi/background_racks_200.svg new file mode 100644 index 000000000000..bfda5f3eb3a6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_racks_200.svg @@ -0,0 +1,579 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_record.svg b/res/skins/DarkMetal/gfx_hifi/background_record.svg new file mode 100644 index 000000000000..12dae6d1fc5e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_record.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_sampler.svg b/res/skins/DarkMetal/gfx_hifi/background_sampler.svg new file mode 100644 index 000000000000..efdf55eb36d5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_sampler.svg @@ -0,0 +1,776 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg b/res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg new file mode 100644 index 000000000000..6e942a0608d7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_spinny.svg b/res/skins/DarkMetal/gfx_hifi/background_spinny.svg new file mode 100644 index 000000000000..23f5e4d70d02 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_spinny.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_tests.svg b/res/skins/DarkMetal/gfx_hifi/background_tests.svg new file mode 100644 index 000000000000..402e229cc32f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_tests.svg @@ -0,0 +1,493 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_toolbar1.svg b/res/skins/DarkMetal/gfx_hifi/background_toolbar1.svg new file mode 100644 index 000000000000..8fd1863a64ea --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_toolbar1.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_toolbar2.svg b/res/skins/DarkMetal/gfx_hifi/background_toolbar2.svg new file mode 100644 index 000000000000..c64fca5ae939 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_toolbar2.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_toolbar3.svg b/res/skins/DarkMetal/gfx_hifi/background_toolbar3.svg new file mode 100644 index 000000000000..b063374f829c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_toolbar3.svg @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_toolbar4.svg b/res/skins/DarkMetal/gfx_hifi/background_toolbar4.svg new file mode 100644 index 000000000000..eace23800534 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_toolbar4.svg @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_toolbar99.svg b/res/skins/DarkMetal/gfx_hifi/background_toolbar99.svg new file mode 100644 index 000000000000..a949e0a4f6fe --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_toolbar99.svg @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_vertical_line_50.svg b/res/skins/DarkMetal/gfx_hifi/background_vertical_line_50.svg new file mode 100644 index 000000000000..0bea4cb602c0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_vertical_line_50.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_30.svg b/res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_30.svg new file mode 100644 index 000000000000..01d95868783b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_30.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_50.svg b/res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_50.svg new file mode 100644 index 000000000000..8eb8546fb969 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/background_vertical_line_darker_50.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_autodj.svg b/res/skins/DarkMetal/gfx_hifi/btn_autodj.svg new file mode 100644 index 000000000000..9e9af769af18 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_autodj.svg @@ -0,0 +1,860 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_autodj_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_autodj_over.svg new file mode 100644 index 000000000000..6f049deba5c3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_autodj_over.svg @@ -0,0 +1,859 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatgrid.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatgrid.svg new file mode 100644 index 000000000000..a0852c5e6aaa --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatgrid.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatgrid_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatgrid_over.svg new file mode 100644 index 000000000000..d5e84b7e39bf --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatgrid_over.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125.svg new file mode 100644 index 000000000000..8f4e5f67760b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125_over.svg new file mode 100644 index 000000000000..762b4dd45ef2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0125_over.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250.svg new file mode 100644 index 000000000000..f3c47eb402d9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250_over.svg new file mode 100644 index 000000000000..0a10718317a4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0250_over.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500.svg new file mode 100644 index 000000000000..c59c6d0413aa --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500_over.svg new file mode 100644 index 000000000000..8fd4f4b28cfc --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_0500_over.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_1.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_1.svg new file mode 100644 index 000000000000..06089b0b4b67 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_1.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_16.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_16.svg new file mode 100644 index 000000000000..2355e0e03ccb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_16.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_16_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_16_over.svg new file mode 100644 index 000000000000..ed7e04b6fdd3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_16_over.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_1_over.svg new file mode 100644 index 000000000000..77c5df7f0e04 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_1_over.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_2.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_2.svg new file mode 100644 index 000000000000..aec57c7f7d0c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_2.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_2_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_2_over.svg new file mode 100644 index 000000000000..4371a85634e8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_2_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_4.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_4.svg new file mode 100644 index 000000000000..a83f4f6fd761 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_4.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_4_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_4_over.svg new file mode 100644 index 000000000000..29be11852bbe --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_4_over.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_8.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_8.svg new file mode 100644 index 000000000000..3b72e737b59d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_8.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_8_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_8_over.svg new file mode 100644 index 000000000000..9380d18b45d0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_8_over.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_double.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_double.svg new file mode 100644 index 000000000000..f7b543f7af2e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_double.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_double_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_double_over.svg new file mode 100644 index 000000000000..e167d02c85aa --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_double_over.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve.svg new file mode 100644 index 000000000000..6eab66f11aa6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve_over.svg new file mode 100644 index 000000000000..db616b3ef1da --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_beatloop_halve_over.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_broadcast_connected.svg b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_connected.svg new file mode 100644 index 000000000000..5b2257626595 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_connected.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_broadcast_connecting.svg b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_connecting.svg new file mode 100644 index 000000000000..b9a905b01008 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_connecting.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_broadcast_failure.svg b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_failure.svg new file mode 100644 index 000000000000..da397f37329d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_failure.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_broadcast_unconnected.svg b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_unconnected.svg new file mode 100644 index 000000000000..8b1e1657f359 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_broadcast_unconnected.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_buttons_row.svg b/res/skins/DarkMetal/gfx_hifi/btn_buttons_row.svg new file mode 100644 index 000000000000..674a0ee40d3c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_buttons_row.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_buttons_row_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_buttons_row_over.svg new file mode 100644 index 000000000000..01d1c3a93dc0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_buttons_row_over.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_1.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_1.svg new file mode 100644 index 000000000000..895e0633f400 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_1.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_1_over.svg new file mode 100644 index 000000000000..4d2b404b573c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_1_over.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_2.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_2.svg new file mode 100644 index 000000000000..5a3ba4faceed --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_2.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_2_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_2_over.svg new file mode 100644 index 000000000000..386e7f455dcf --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_2_over.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_3.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_3.svg new file mode 100644 index 000000000000..2976929d0d09 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_3.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_3_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_3_over.svg new file mode 100644 index 000000000000..6a0223ba43d5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_3_over.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_4.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_4.svg new file mode 100644 index 000000000000..4b4cf7cca0d4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_4.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_4_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_4_over.svg new file mode 100644 index 000000000000..73b4a2405bb6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_4_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_a.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_a.svg new file mode 100644 index 000000000000..68b6ff9ef07e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_a.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + A + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_a_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_a_over.svg new file mode 100644 index 000000000000..e9f9dbc1aa9a --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_a_over.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + A + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_b.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_b.svg new file mode 100644 index 000000000000..6bee35633625 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_b.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_b_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_b_over.svg new file mode 100644 index 000000000000..facce7ae75bd --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_b_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_c.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_c.svg new file mode 100644 index 000000000000..6e9bea2c05d2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_c.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_c_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_c_over.svg new file mode 100644 index 000000000000..047bd9c9832d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_c_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_d.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_d.svg new file mode 100644 index 000000000000..732928ff915f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_d.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_d_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_d_over.svg new file mode 100644 index 000000000000..2606088a85f6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_d_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_headphones.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_headphones.svg new file mode 100644 index 000000000000..86a74fff35d0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_headphones.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_headphones_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_headphones_over.svg new file mode 100644 index 000000000000..0ff35f97a19e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_headphones_over.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + From 13133fa3cae2c9f63c61f76be78c5a9dea032e4d Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:13:02 +0000 Subject: [PATCH 05/46] Add files via upload --- .../DarkMetal/gfx_hifi/btn_channel_master.svg | 134 +++++++++ .../gfx_hifi/btn_channel_master_over.svg | 139 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_coverart.svg | 105 +++++++ .../DarkMetal/gfx_hifi/btn_coverart_over.svg | 108 +++++++ res/skins/DarkMetal/gfx_hifi/btn_cue.svg | 134 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_cue_over.svg | 139 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_eject.svg | 85 ++++++ .../DarkMetal/gfx_hifi/btn_eject_over.svg | 88 ++++++ res/skins/DarkMetal/gfx_hifi/btn_endstop.svg | 142 +++++++++ .../DarkMetal/gfx_hifi/btn_endstop_over.svg | 157 ++++++++++ .../DarkMetal/gfx_hifi/btn_expand_deck_1.svg | 267 +++++++++++++++++ .../DarkMetal/gfx_hifi/btn_expand_deck_2.svg | 272 +++++++++++++++++ .../DarkMetal/gfx_hifi/btn_expand_deck_3.svg | 272 +++++++++++++++++ .../DarkMetal/gfx_hifi/btn_expand_deck_4.svg | 276 ++++++++++++++++++ res/skins/DarkMetal/gfx_hifi/btn_forward.svg | 151 ++++++++++ .../DarkMetal/gfx_hifi/btn_forward_over.svg | 159 ++++++++++ res/skins/DarkMetal/gfx_hifi/btn_fx.svg | 114 ++++++++ res/skins/DarkMetal/gfx_hifi/btn_fx_over.svg | 120 ++++++++ .../DarkMetal/gfx_hifi/btn_headphones_1.svg | 113 +++++++ .../gfx_hifi/btn_headphones_1_over.svg | 120 ++++++++ .../DarkMetal/gfx_hifi/btn_headphones_2.svg | 132 +++++++++ .../gfx_hifi/btn_headphones_2_over.svg | 142 +++++++++ .../DarkMetal/gfx_hifi/btn_headphones_3.svg | 126 ++++++++ .../gfx_hifi/btn_headphones_3_over.svg | 119 ++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_1.svg | 137 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_1_over.svg | 151 ++++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_2.svg | 139 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_2_over.svg | 148 ++++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_3.svg | 139 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_3_over.svg | 146 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_4.svg | 139 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_4_over.svg | 146 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_5.svg | 139 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_5_over.svg | 137 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_6.svg | 140 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_6_over.svg | 134 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_7.svg | 143 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_7_over.svg | 137 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_hotcue_8.svg | 143 +++++++++ .../DarkMetal/gfx_hifi/btn_hotcue_8_over.svg | 139 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_keylock.svg | 117 ++++++++ .../DarkMetal/gfx_hifi/btn_keylock_over.svg | 117 ++++++++ res/skins/DarkMetal/gfx_hifi/btn_kill.svg | 127 ++++++++ .../DarkMetal/gfx_hifi/btn_kill_over.svg | 134 +++++++++ .../gfx_hifi/btn_library_font_decrease.svg | 139 +++++++++ .../btn_library_font_decrease_over.svg | 143 +++++++++ .../gfx_hifi/btn_library_font_increase.svg | 138 +++++++++ .../btn_library_font_increase_over.svg | 143 +++++++++ .../DarkMetal/gfx_hifi/btn_library_less.svg | 200 +++++++++++++ .../DarkMetal/gfx_hifi/btn_library_more.svg | 200 +++++++++++++ .../DarkMetal/gfx_hifi/btn_link_type_left.svg | 80 +++++ .../gfx_hifi/btn_link_type_left_right.svg | 87 ++++++ .../gfx_hifi/btn_link_type_linked.svg | 80 +++++ .../DarkMetal/gfx_hifi/btn_link_type_none.svg | 73 +++++ .../gfx_hifi/btn_link_type_right.svg | 80 +++++ .../DarkMetal/gfx_hifi/btn_longwave_1.svg | 209 +++++++++++++ .../gfx_hifi/btn_longwave_1_over.svg | 210 +++++++++++++ .../DarkMetal/gfx_hifi/btn_longwave_2.svg | 212 ++++++++++++++ .../gfx_hifi/btn_longwave_2_over.svg | 213 ++++++++++++++ .../DarkMetal/gfx_hifi/btn_longwave_3.svg | 215 ++++++++++++++ .../gfx_hifi/btn_longwave_3_over.svg | 216 ++++++++++++++ .../DarkMetal/gfx_hifi/btn_longwave_4.svg | 218 ++++++++++++++ .../gfx_hifi/btn_longwave_4_over.svg | 219 ++++++++++++++ .../DarkMetal/gfx_hifi/btn_longwave_end.svg | 208 +++++++++++++ .../gfx_hifi/btn_longwave_end_over.svg | 208 +++++++++++++ .../gfx_hifi/btn_longwave_forward.svg | 223 ++++++++++++++ .../gfx_hifi/btn_longwave_forward_over.svg | 224 ++++++++++++++ .../gfx_hifi/btn_longwave_rewind.svg | 223 ++++++++++++++ .../gfx_hifi/btn_longwave_rewind_over.svg | 224 ++++++++++++++ .../DarkMetal/gfx_hifi/btn_longwave_start.svg | 208 +++++++++++++ .../gfx_hifi/btn_longwave_start_over.svg | 209 +++++++++++++ res/skins/DarkMetal/gfx_hifi/btn_loop_in.svg | 143 +++++++++ .../DarkMetal/gfx_hifi/btn_loop_in_over.svg | 147 ++++++++++ res/skins/DarkMetal/gfx_hifi/btn_loop_out.svg | 148 ++++++++++ .../DarkMetal/gfx_hifi/btn_loop_out_over.svg | 148 ++++++++++ .../DarkMetal/gfx_hifi/btn_more_units.svg | 191 ++++++++++++ res/skins/DarkMetal/gfx_hifi/btn_mute_1.svg | 126 ++++++++ .../DarkMetal/gfx_hifi/btn_mute_1_over.svg | 130 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_mute_2.svg | 130 +++++++++ .../DarkMetal/gfx_hifi/btn_mute_2_over.svg | 130 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_mute_3.svg | 125 ++++++++ .../DarkMetal/gfx_hifi/btn_mute_3_over.svg | 124 ++++++++ res/skins/DarkMetal/gfx_hifi/btn_next.svg | 132 +++++++++ .../DarkMetal/gfx_hifi/btn_next_over.svg | 132 +++++++++ .../DarkMetal/gfx_hifi/btn_nudge_down.svg | 147 ++++++++++ .../gfx_hifi/btn_nudge_down_over.svg | 155 ++++++++++ res/skins/DarkMetal/gfx_hifi/btn_nudge_up.svg | 142 +++++++++ .../DarkMetal/gfx_hifi/btn_nudge_up_over.svg | 158 ++++++++++ res/skins/DarkMetal/gfx_hifi/btn_off.svg | 122 ++++++++ res/skins/DarkMetal/gfx_hifi/btn_on.svg | 136 +++++++++ .../gfx_hifi/btn_orientation_left.svg | 114 ++++++++ .../gfx_hifi/btn_orientation_master.svg | 126 ++++++++ .../gfx_hifi/btn_orientation_right.svg | 114 ++++++++ .../DarkMetal/gfx_hifi/btn_pitch_down.svg | 139 +++++++++ .../gfx_hifi/btn_pitch_down_over.svg | 143 +++++++++ res/skins/DarkMetal/gfx_hifi/btn_pitch_up.svg | 140 +++++++++ .../DarkMetal/gfx_hifi/btn_pitch_up_over.svg | 148 ++++++++++ res/skins/DarkMetal/gfx_hifi/btn_play.svg | 156 ++++++++++ .../DarkMetal/gfx_hifi/btn_play_over.svg | 151 ++++++++++ .../DarkMetal/gfx_hifi/btn_play_preview.svg | 136 +++++++++ 100 files changed, 15201 insertions(+) create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_master.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_channel_master_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_coverart.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_coverart_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_cue.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_cue_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_eject.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_eject_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_endstop.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_endstop_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_expand_deck_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_expand_deck_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_expand_deck_3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_expand_deck_4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_forward.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_forward_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_fx.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_fx_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_headphones_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_headphones_1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_headphones_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_headphones_2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_headphones_3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_headphones_3_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_3_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_4_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_5.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_5_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_6.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_6_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_7.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_7_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_8.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_hotcue_8_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_keylock.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_keylock_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_kill.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_kill_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_library_font_increase.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_library_font_increase_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_library_less.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_library_more.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_link_type_left.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_link_type_left_right.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_link_type_linked.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_link_type_none.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_link_type_right.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_3_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_4_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_end.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_end_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_forward.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_forward_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_start.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_longwave_start_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_loop_in.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_loop_in_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_loop_out.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_loop_out_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_more_units.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_mute_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_mute_1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_mute_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_mute_2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_mute_3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_mute_3_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_next.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_next_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_nudge_down.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_nudge_down_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_nudge_up.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_nudge_up_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_off.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_on.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_orientation_left.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_orientation_master.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_orientation_right.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_pitch_down.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_pitch_down_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_pitch_up.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_pitch_up_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_play.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_play_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_play_preview.svg diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_master.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_master.svg new file mode 100644 index 000000000000..1c346bddcc27 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_master.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_channel_master_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_channel_master_over.svg new file mode 100644 index 000000000000..162f1359ecf3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_channel_master_over.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_coverart.svg b/res/skins/DarkMetal/gfx_hifi/btn_coverart.svg new file mode 100644 index 000000000000..3a021f3d54c0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_coverart.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_coverart_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_coverart_over.svg new file mode 100644 index 000000000000..b27fc3c8ffb8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_coverart_over.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_cue.svg b/res/skins/DarkMetal/gfx_hifi/btn_cue.svg new file mode 100644 index 000000000000..dd32f9107c51 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_cue.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_cue_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_cue_over.svg new file mode 100644 index 000000000000..fef171392dca --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_cue_over.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_eject.svg b/res/skins/DarkMetal/gfx_hifi/btn_eject.svg new file mode 100644 index 000000000000..484fbbf3851a --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_eject.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_eject_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_eject_over.svg new file mode 100644 index 000000000000..423dc96b53f9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_eject_over.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_endstop.svg b/res/skins/DarkMetal/gfx_hifi/btn_endstop.svg new file mode 100644 index 000000000000..89382d5831b9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_endstop.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_endstop_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_endstop_over.svg new file mode 100644 index 000000000000..a6419c158f7f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_endstop_over.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_1.svg b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_1.svg new file mode 100644 index 000000000000..ccf2645944aa --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_1.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_2.svg b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_2.svg new file mode 100644 index 000000000000..44940a4f4696 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_2.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_3.svg b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_3.svg new file mode 100644 index 000000000000..77b0149a3da2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_3.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_4.svg b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_4.svg new file mode 100644 index 000000000000..0bd3fa6add65 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_expand_deck_4.svg @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_forward.svg b/res/skins/DarkMetal/gfx_hifi/btn_forward.svg new file mode 100644 index 000000000000..db622ea9f62b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_forward.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_forward_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_forward_over.svg new file mode 100644 index 000000000000..855fe51a822f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_forward_over.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_fx.svg b/res/skins/DarkMetal/gfx_hifi/btn_fx.svg new file mode 100644 index 000000000000..0e624a79c295 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_fx.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_fx_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_fx_over.svg new file mode 100644 index 000000000000..475b73c6a553 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_fx_over.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_headphones_1.svg b/res/skins/DarkMetal/gfx_hifi/btn_headphones_1.svg new file mode 100644 index 000000000000..529d85f5faeb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_headphones_1.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_headphones_1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_headphones_1_over.svg new file mode 100644 index 000000000000..f1a639a922e2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_headphones_1_over.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_headphones_2.svg b/res/skins/DarkMetal/gfx_hifi/btn_headphones_2.svg new file mode 100644 index 000000000000..354c0901790f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_headphones_2.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_headphones_2_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_headphones_2_over.svg new file mode 100644 index 000000000000..144d711b2660 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_headphones_2_over.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_headphones_3.svg b/res/skins/DarkMetal/gfx_hifi/btn_headphones_3.svg new file mode 100644 index 000000000000..b280d54f86b9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_headphones_3.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_headphones_3_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_headphones_3_over.svg new file mode 100644 index 000000000000..f0e2f543258d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_headphones_3_over.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_1.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_1.svg new file mode 100644 index 000000000000..869d93ad18b9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_1.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_1_over.svg new file mode 100644 index 000000000000..456bee4f8382 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_1_over.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_2.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_2.svg new file mode 100644 index 000000000000..007697ff75d8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_2.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_2_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_2_over.svg new file mode 100644 index 000000000000..ba22b587375e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_2_over.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_3.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_3.svg new file mode 100644 index 000000000000..5d33c035800e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_3.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_3_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_3_over.svg new file mode 100644 index 000000000000..a0b583917f1f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_3_over.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_4.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_4.svg new file mode 100644 index 000000000000..9c74a4b3c8e8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_4.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_4_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_4_over.svg new file mode 100644 index 000000000000..0116cc023292 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_4_over.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_5.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_5.svg new file mode 100644 index 000000000000..980b22434ce5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_5.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_5_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_5_over.svg new file mode 100644 index 000000000000..bc6564208c6f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_5_over.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_6.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_6.svg new file mode 100644 index 000000000000..620c56b9a7f5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_6.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_6_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_6_over.svg new file mode 100644 index 000000000000..2b67cff04afb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_6_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_7.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_7.svg new file mode 100644 index 000000000000..6c24bf81f98b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_7.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_7_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_7_over.svg new file mode 100644 index 000000000000..2a58dc6edd54 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_7_over.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_8.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_8.svg new file mode 100644 index 000000000000..fac8e7e805c4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_8.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_hotcue_8_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_8_over.svg new file mode 100644 index 000000000000..3499a956e1db --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_hotcue_8_over.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_keylock.svg b/res/skins/DarkMetal/gfx_hifi/btn_keylock.svg new file mode 100644 index 000000000000..7b94b0987757 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_keylock.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_keylock_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_keylock_over.svg new file mode 100644 index 000000000000..4a2c8f34ad73 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_keylock_over.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_kill.svg b/res/skins/DarkMetal/gfx_hifi/btn_kill.svg new file mode 100644 index 000000000000..c3194a05712b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_kill.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_kill_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_kill_over.svg new file mode 100644 index 000000000000..febbb64e6375 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_kill_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease.svg b/res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease.svg new file mode 100644 index 000000000000..96efb98f780d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease_over.svg new file mode 100644 index 000000000000..078518f66359 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_library_font_decrease_over.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_library_font_increase.svg b/res/skins/DarkMetal/gfx_hifi/btn_library_font_increase.svg new file mode 100644 index 000000000000..490a34a87068 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_library_font_increase.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_library_font_increase_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_library_font_increase_over.svg new file mode 100644 index 000000000000..699c95e9187a --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_library_font_increase_over.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_library_less.svg b/res/skins/DarkMetal/gfx_hifi/btn_library_less.svg new file mode 100644 index 000000000000..c08a23907cc3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_library_less.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_library_more.svg b/res/skins/DarkMetal/gfx_hifi/btn_library_more.svg new file mode 100644 index 000000000000..24db7813d6e6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_library_more.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_link_type_left.svg b/res/skins/DarkMetal/gfx_hifi/btn_link_type_left.svg new file mode 100644 index 000000000000..20de6f098e3b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_link_type_left.svg @@ -0,0 +1,80 @@ + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_link_type_left_right.svg b/res/skins/DarkMetal/gfx_hifi/btn_link_type_left_right.svg new file mode 100644 index 000000000000..4ab347a7468a --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_link_type_left_right.svg @@ -0,0 +1,87 @@ + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_link_type_linked.svg b/res/skins/DarkMetal/gfx_hifi/btn_link_type_linked.svg new file mode 100644 index 000000000000..41eeb9b77e9e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_link_type_linked.svg @@ -0,0 +1,80 @@ + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_link_type_none.svg b/res/skins/DarkMetal/gfx_hifi/btn_link_type_none.svg new file mode 100644 index 000000000000..531e0969291e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_link_type_none.svg @@ -0,0 +1,73 @@ + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_link_type_right.svg b/res/skins/DarkMetal/gfx_hifi/btn_link_type_right.svg new file mode 100644 index 000000000000..c0365e7bebd7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_link_type_right.svg @@ -0,0 +1,80 @@ + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_1.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_1.svg new file mode 100644 index 000000000000..b0542c4dcfb0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_1.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_1_over.svg new file mode 100644 index 000000000000..aca9003664bb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_1_over.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_2.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_2.svg new file mode 100644 index 000000000000..4524b2edab50 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_2.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_2_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_2_over.svg new file mode 100644 index 000000000000..aa287d70dd42 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_2_over.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_3.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_3.svg new file mode 100644 index 000000000000..2832d36076ae --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_3.svg @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_3_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_3_over.svg new file mode 100644 index 000000000000..9941ee6228b2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_3_over.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_4.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_4.svg new file mode 100644 index 000000000000..ad24c07848b6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_4.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_4_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_4_over.svg new file mode 100644 index 000000000000..b575a2bdf26f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_4_over.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_end.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_end.svg new file mode 100644 index 000000000000..84f20b2abee5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_end.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_end_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_end_over.svg new file mode 100644 index 000000000000..e8e97f76f7a2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_end_over.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_forward.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_forward.svg new file mode 100644 index 000000000000..1a0d6c4d60ae --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_forward.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_forward_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_forward_over.svg new file mode 100644 index 000000000000..7387358fd9c3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_forward_over.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind.svg new file mode 100644 index 000000000000..1010783e2bec --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind_over.svg new file mode 100644 index 000000000000..af0729b01a21 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_rewind_over.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_start.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_start.svg new file mode 100644 index 000000000000..034dd9417d90 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_start.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_longwave_start_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_longwave_start_over.svg new file mode 100644 index 000000000000..28bca23eb3c0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_longwave_start_over.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_loop_in.svg b/res/skins/DarkMetal/gfx_hifi/btn_loop_in.svg new file mode 100644 index 000000000000..d0555971e7a2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_loop_in.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_loop_in_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_loop_in_over.svg new file mode 100644 index 000000000000..181c009342cf --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_loop_in_over.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_loop_out.svg b/res/skins/DarkMetal/gfx_hifi/btn_loop_out.svg new file mode 100644 index 000000000000..0040dd68961a --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_loop_out.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_loop_out_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_loop_out_over.svg new file mode 100644 index 000000000000..f856f84b9d4d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_loop_out_over.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_more_units.svg b/res/skins/DarkMetal/gfx_hifi/btn_more_units.svg new file mode 100644 index 000000000000..2bdaabcf610d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_more_units.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_mute_1.svg b/res/skins/DarkMetal/gfx_hifi/btn_mute_1.svg new file mode 100644 index 000000000000..99f84109f842 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_mute_1.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_mute_1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_mute_1_over.svg new file mode 100644 index 000000000000..f2300e1c5360 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_mute_1_over.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_mute_2.svg b/res/skins/DarkMetal/gfx_hifi/btn_mute_2.svg new file mode 100644 index 000000000000..537ffec6f189 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_mute_2.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_mute_2_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_mute_2_over.svg new file mode 100644 index 000000000000..22a0e3a264c7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_mute_2_over.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_mute_3.svg b/res/skins/DarkMetal/gfx_hifi/btn_mute_3.svg new file mode 100644 index 000000000000..82344b45c05d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_mute_3.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_mute_3_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_mute_3_over.svg new file mode 100644 index 000000000000..6e682f872a81 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_mute_3_over.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_next.svg b/res/skins/DarkMetal/gfx_hifi/btn_next.svg new file mode 100644 index 000000000000..975746ecd39b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_next.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_next_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_next_over.svg new file mode 100644 index 000000000000..ebb93fdbdd0b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_next_over.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_nudge_down.svg b/res/skins/DarkMetal/gfx_hifi/btn_nudge_down.svg new file mode 100644 index 000000000000..86cfa204ddbb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_nudge_down.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_nudge_down_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_nudge_down_over.svg new file mode 100644 index 000000000000..b61e37bd1543 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_nudge_down_over.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_nudge_up.svg b/res/skins/DarkMetal/gfx_hifi/btn_nudge_up.svg new file mode 100644 index 000000000000..72d0b52d9b2c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_nudge_up.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_nudge_up_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_nudge_up_over.svg new file mode 100644 index 000000000000..b44a4252ba8b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_nudge_up_over.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_off.svg b/res/skins/DarkMetal/gfx_hifi/btn_off.svg new file mode 100644 index 000000000000..235ce39da8ab --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_off.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_on.svg b/res/skins/DarkMetal/gfx_hifi/btn_on.svg new file mode 100644 index 000000000000..a99894eeb2c8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_on.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_orientation_left.svg b/res/skins/DarkMetal/gfx_hifi/btn_orientation_left.svg new file mode 100644 index 000000000000..296ad0bee5d3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_orientation_left.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_orientation_master.svg b/res/skins/DarkMetal/gfx_hifi/btn_orientation_master.svg new file mode 100644 index 000000000000..6d65a04b1982 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_orientation_master.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_orientation_right.svg b/res/skins/DarkMetal/gfx_hifi/btn_orientation_right.svg new file mode 100644 index 000000000000..2cd01fefb155 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_orientation_right.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_pitch_down.svg b/res/skins/DarkMetal/gfx_hifi/btn_pitch_down.svg new file mode 100644 index 000000000000..8a8d852076d7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_pitch_down.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_pitch_down_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_pitch_down_over.svg new file mode 100644 index 000000000000..a842aa52a1aa --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_pitch_down_over.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_pitch_up.svg b/res/skins/DarkMetal/gfx_hifi/btn_pitch_up.svg new file mode 100644 index 000000000000..987bcab8187f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_pitch_up.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_pitch_up_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_pitch_up_over.svg new file mode 100644 index 000000000000..8b59b23aad66 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_pitch_up_over.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_play.svg b/res/skins/DarkMetal/gfx_hifi/btn_play.svg new file mode 100644 index 000000000000..093eaee883f4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_play.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_play_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_play_over.svg new file mode 100644 index 000000000000..ec2d0c74e238 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_play_over.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_play_preview.svg b/res/skins/DarkMetal/gfx_hifi/btn_play_preview.svg new file mode 100644 index 000000000000..b5c2edf2e7e0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_play_preview.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + From 22076d6b5173d0e2f55384a8dec626e0d24a478c Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:13:48 +0000 Subject: [PATCH 06/46] Delete a --- res/skins/DarkMetal/gfx_hifi/a | 1 - 1 file changed, 1 deletion(-) delete mode 100644 res/skins/DarkMetal/gfx_hifi/a diff --git a/res/skins/DarkMetal/gfx_hifi/a b/res/skins/DarkMetal/gfx_hifi/a deleted file mode 100644 index 8b137891791f..000000000000 --- a/res/skins/DarkMetal/gfx_hifi/a +++ /dev/null @@ -1 +0,0 @@ - From 264493eaba2c3101a69336869c58ab057624b310 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:16:26 +0000 Subject: [PATCH 07/46] Add files via upload --- .../gfx_hifi/btn_play_preview_over.svg | 136 ++++ .../DarkMetal/gfx_hifi/btn_play_sampler.svg | 133 ++++ .../gfx_hifi/btn_play_sampler_over.svg | 147 ++++ res/skins/DarkMetal/gfx_hifi/btn_previous.svg | 136 ++++ .../DarkMetal/gfx_hifi/btn_previous_over.svg | 139 ++++ res/skins/DarkMetal/gfx_hifi/btn_quantize.svg | 115 +++ .../DarkMetal/gfx_hifi/btn_quantize_over.svg | 119 +++ res/skins/DarkMetal/gfx_hifi/btn_record.svg | 214 ++++++ .../DarkMetal/gfx_hifi/btn_record_over.svg | 214 ++++++ res/skins/DarkMetal/gfx_hifi/btn_reloop.svg | 133 ++++ .../DarkMetal/gfx_hifi/btn_reloop_over.svg | 140 ++++ res/skins/DarkMetal/gfx_hifi/btn_repeat.svg | 89 +++ .../DarkMetal/gfx_hifi/btn_repeat_over.svg | 89 +++ res/skins/DarkMetal/gfx_hifi/btn_reverse.svg | 127 ++++ .../DarkMetal/gfx_hifi/btn_reverse_over.svg | 134 ++++ res/skins/DarkMetal/gfx_hifi/btn_rewind.svg | 151 ++++ .../DarkMetal/gfx_hifi/btn_rewind_over.svg | 161 ++++ .../gfx_hifi/btn_samplers_eject_bank.svg | 212 ++++++ .../gfx_hifi/btn_samplers_load_bank.svg | 219 ++++++ .../gfx_hifi/btn_samplers_save_bank.svg | 212 ++++++ res/skins/DarkMetal/gfx_hifi/btn_slip.svg | 111 +++ .../DarkMetal/gfx_hifi/btn_slip_over.svg | 111 +++ res/skins/DarkMetal/gfx_hifi/btn_spinny.svg | 99 +++ .../DarkMetal/gfx_hifi/btn_spinny_over.svg | 103 +++ .../DarkMetal/gfx_hifi/btn_startplay.svg | 142 ++++ .../DarkMetal/gfx_hifi/btn_startplay_over.svg | 144 ++++ .../DarkMetal/gfx_hifi/btn_startstop1.svg | 152 ++++ .../DarkMetal/gfx_hifi/btn_startstop2.svg | 148 ++++ res/skins/DarkMetal/gfx_hifi/btn_sync.svg | 156 ++++ .../DarkMetal/gfx_hifi/btn_sync_over.svg | 156 ++++ .../DarkMetal/gfx_hifi/btn_sync_small.svg | 97 +++ .../gfx_hifi/btn_sync_small_over.svg | 104 +++ res/skins/DarkMetal/gfx_hifi/btn_talk.svg | 149 ++++ .../DarkMetal/gfx_hifi/btn_talk_over.svg | 156 ++++ res/skins/DarkMetal/gfx_hifi/btn_tap1.svg | 213 ++++++ .../DarkMetal/gfx_hifi/btn_tap1_over.svg | 212 ++++++ res/skins/DarkMetal/gfx_hifi/btn_tap3.svg | 189 +++++ .../DarkMetal/gfx_hifi/btn_tap3_over.svg | 186 +++++ res/skins/DarkMetal/gfx_hifi/btn_view.svg | 122 +++ res/skins/DarkMetal/gfx_hifi/btn_view1.svg | 127 ++++ .../DarkMetal/gfx_hifi/btn_view1_over.svg | 127 ++++ res/skins/DarkMetal/gfx_hifi/btn_view2.svg | 137 ++++ .../DarkMetal/gfx_hifi/btn_view2_over.svg | 137 ++++ .../DarkMetal/gfx_hifi/btn_view_over.svg | 122 +++ .../gfx_hifi/btn_vinylcontrol_cueing_hot.svg | 241 ++++++ .../gfx_hifi/btn_vinylcontrol_cueing_off.svg | 243 ++++++ .../gfx_hifi/btn_vinylcontrol_cueing_one.svg | 232 ++++++ ...btn_vinylcontrol_indicator_horizontal1.svg | 106 +++ ...btn_vinylcontrol_indicator_horizontal2.svg | 106 +++ ...btn_vinylcontrol_indicator_horizontal3.svg | 113 +++ .../btn_vinylcontrol_indicator_vertical1.svg | 113 +++ .../btn_vinylcontrol_indicator_vertical2.svg | 113 +++ .../btn_vinylcontrol_indicator_vertical3.svg | 113 +++ .../gfx_hifi/btn_vinylcontrol_mode_abs.svg | 247 +++++++ .../gfx_hifi/btn_vinylcontrol_mode_const.svg | 235 ++++++ .../gfx_hifi/btn_vinylcontrol_mode_rel.svg | 247 +++++++ .../DarkMetal/gfx_hifi/knob_crossfader.svg | 249 +++++++ res/skins/DarkMetal/gfx_hifi/knob_pitch.svg | 204 +++++ .../DarkMetal/gfx_hifi/knob_pitch_sampler.svg | 203 +++++ res/skins/DarkMetal/gfx_hifi/knob_volume.svg | 254 +++++++ .../gfx_hifi/knob_volume_preview.svg | 153 ++++ .../DarkMetal/gfx_hifi/latency_vumeter.svg | 127 ++++ .../gfx_hifi/latency_vumeter_back.svg | 127 ++++ .../DarkMetal/gfx_hifi/pointer_knob1.svg | 298 ++++++++ .../DarkMetal/gfx_hifi/pointer_knob2.svg | 298 ++++++++ .../DarkMetal/gfx_hifi/pointer_knob3.svg | 268 +++++++ .../DarkMetal/gfx_hifi/pointer_knob4.svg | 270 +++++++ res/skins/DarkMetal/gfx_hifi/pointer_vu1.svg | 124 ++++ res/skins/DarkMetal/gfx_hifi/rack_120.svg | 188 +++++ res/skins/DarkMetal/gfx_hifi/rack_150.svg | 188 +++++ res/skins/DarkMetal/gfx_hifi/rack_170.svg | 188 +++++ res/skins/DarkMetal/gfx_hifi/rack_25.svg | 152 ++++ res/skins/DarkMetal/gfx_hifi/rack_30.svg | 152 ++++ res/skins/DarkMetal/gfx_hifi/rack_300.svg | 187 +++++ res/skins/DarkMetal/gfx_hifi/rack_50.svg | 188 +++++ res/skins/DarkMetal/gfx_hifi/rack_500.svg | 104 +++ res/skins/DarkMetal/gfx_hifi/rack_75.svg | 188 +++++ res/skins/DarkMetal/gfx_hifi/rack_85.svg | 188 +++++ .../DarkMetal/gfx_hifi/slider_crossfader.svg | 531 +++++++++++++ res/skins/DarkMetal/gfx_hifi/slider_pitch.svg | 372 ++++++++++ .../gfx_hifi/slider_pitch_sampler.svg | 496 +++++++++++++ .../DarkMetal/gfx_hifi/slider_volume.svg | 490 ++++++++++++ .../gfx_hifi/slider_volume_preview.svg | 152 ++++ .../DarkMetal/gfx_hifi/spinny_bobine.svg | 698 ++++++++++++++++++ res/skins/DarkMetal/gfx_hifi/spinny_cd.svg | 661 +++++++++++++++++ res/skins/DarkMetal/gfx_hifi/spinny_vinyl.svg | 509 +++++++++++++ res/skins/DarkMetal/gfx_hifi/start.svg | 300 ++++++++ .../DarkMetal/gfx_hifi/tab_auxiliaries.svg | 176 +++++ .../gfx_hifi/tab_auxiliaries_over.svg | 169 +++++ res/skins/DarkMetal/gfx_hifi/tab_decks_ab.svg | 210 ++++++ .../DarkMetal/gfx_hifi/tab_decks_ab_over.svg | 199 +++++ res/skins/DarkMetal/gfx_hifi/tab_decks_cd.svg | 174 +++++ .../DarkMetal/gfx_hifi/tab_decks_cd_over.svg | 177 +++++ res/skins/DarkMetal/gfx_hifi/tab_effects1.svg | 175 +++++ .../DarkMetal/gfx_hifi/tab_effects1_over.svg | 186 +++++ res/skins/DarkMetal/gfx_hifi/tab_effects2.svg | 175 +++++ .../DarkMetal/gfx_hifi/tab_effects2_over.svg | 193 +++++ .../DarkMetal/gfx_hifi/tab_longwaves1.svg | 167 +++++ .../gfx_hifi/tab_longwaves1_over.svg | 170 +++++ .../DarkMetal/gfx_hifi/tab_longwaves2.svg | 170 +++++ 100 files changed, 19377 insertions(+) create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_play_preview_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_play_sampler.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_play_sampler_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_previous.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_previous_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_quantize.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_quantize_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_record.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_record_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_reloop.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_reloop_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_repeat.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_repeat_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_reverse.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_reverse_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_rewind.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_rewind_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_samplers_eject_bank.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_samplers_load_bank.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_samplers_save_bank.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_slip.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_slip_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_spinny.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_spinny_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_startplay.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_startplay_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_startstop1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_startstop2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_sync.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_sync_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_sync_small.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_sync_small_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_talk.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_talk_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_tap1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_tap1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_tap3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_tap3_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_view.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_view1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_view1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_view2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_view2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_view_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_hot.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_off.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_one.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_abs.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_const.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_rel.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/knob_crossfader.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/knob_pitch.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/knob_pitch_sampler.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/knob_volume.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/knob_volume_preview.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/latency_vumeter.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/latency_vumeter_back.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/pointer_knob3.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/pointer_vu1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_120.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_150.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_170.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_25.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_30.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_300.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_50.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_500.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_75.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/rack_85.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/slider_crossfader.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/slider_pitch.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/slider_pitch_sampler.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/slider_volume.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/slider_volume_preview.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/spinny_cd.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/spinny_vinyl.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/start.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_auxiliaries.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_auxiliaries_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_decks_ab.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_decks_ab_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_decks_cd.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_decks_cd_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_effects1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_effects1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_effects2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_effects2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_longwaves1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_longwaves1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_longwaves2.svg diff --git a/res/skins/DarkMetal/gfx_hifi/btn_play_preview_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_play_preview_over.svg new file mode 100644 index 000000000000..86db487e8052 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_play_preview_over.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_play_sampler.svg b/res/skins/DarkMetal/gfx_hifi/btn_play_sampler.svg new file mode 100644 index 000000000000..b98eeb883193 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_play_sampler.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_play_sampler_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_play_sampler_over.svg new file mode 100644 index 000000000000..70192852f2e8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_play_sampler_over.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_previous.svg b/res/skins/DarkMetal/gfx_hifi/btn_previous.svg new file mode 100644 index 000000000000..a50936e7803d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_previous.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_previous_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_previous_over.svg new file mode 100644 index 000000000000..ca983feb1586 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_previous_over.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_quantize.svg b/res/skins/DarkMetal/gfx_hifi/btn_quantize.svg new file mode 100644 index 000000000000..9096d4472731 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_quantize.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_quantize_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_quantize_over.svg new file mode 100644 index 000000000000..b0ba2133bbf7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_quantize_over.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_record.svg b/res/skins/DarkMetal/gfx_hifi/btn_record.svg new file mode 100644 index 000000000000..9e4a9b5991ce --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_record.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_record_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_record_over.svg new file mode 100644 index 000000000000..098173b82f26 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_record_over.svg @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_reloop.svg b/res/skins/DarkMetal/gfx_hifi/btn_reloop.svg new file mode 100644 index 000000000000..175619c9b3bb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_reloop.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_reloop_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_reloop_over.svg new file mode 100644 index 000000000000..3eecb7e7da0b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_reloop_over.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_repeat.svg b/res/skins/DarkMetal/gfx_hifi/btn_repeat.svg new file mode 100644 index 000000000000..f73cf5a4cdfd --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_repeat.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_repeat_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_repeat_over.svg new file mode 100644 index 000000000000..7ca2fbbecfc1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_repeat_over.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_reverse.svg b/res/skins/DarkMetal/gfx_hifi/btn_reverse.svg new file mode 100644 index 000000000000..986a74b77b7f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_reverse.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_reverse_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_reverse_over.svg new file mode 100644 index 000000000000..0ae2e98a4cd1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_reverse_over.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_rewind.svg b/res/skins/DarkMetal/gfx_hifi/btn_rewind.svg new file mode 100644 index 000000000000..a973ec4ec2d8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_rewind.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_rewind_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_rewind_over.svg new file mode 100644 index 000000000000..afba8ceef5e1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_rewind_over.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_samplers_eject_bank.svg b/res/skins/DarkMetal/gfx_hifi/btn_samplers_eject_bank.svg new file mode 100644 index 000000000000..582d128dbdb7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_samplers_eject_bank.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_samplers_load_bank.svg b/res/skins/DarkMetal/gfx_hifi/btn_samplers_load_bank.svg new file mode 100644 index 000000000000..89eb7a2245a1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_samplers_load_bank.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_samplers_save_bank.svg b/res/skins/DarkMetal/gfx_hifi/btn_samplers_save_bank.svg new file mode 100644 index 000000000000..57652edd3e82 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_samplers_save_bank.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_slip.svg b/res/skins/DarkMetal/gfx_hifi/btn_slip.svg new file mode 100644 index 000000000000..46c3ebbfa771 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_slip.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_slip_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_slip_over.svg new file mode 100644 index 000000000000..69b8ea45b019 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_slip_over.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_spinny.svg b/res/skins/DarkMetal/gfx_hifi/btn_spinny.svg new file mode 100644 index 000000000000..e210af1779ac --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_spinny.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_spinny_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_spinny_over.svg new file mode 100644 index 000000000000..da186f757ca8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_spinny_over.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_startplay.svg b/res/skins/DarkMetal/gfx_hifi/btn_startplay.svg new file mode 100644 index 000000000000..524037dca79c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_startplay.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_startplay_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_startplay_over.svg new file mode 100644 index 000000000000..a697f1fad02b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_startplay_over.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_startstop1.svg b/res/skins/DarkMetal/gfx_hifi/btn_startstop1.svg new file mode 100644 index 000000000000..4ec5b0af529f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_startstop1.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_startstop2.svg b/res/skins/DarkMetal/gfx_hifi/btn_startstop2.svg new file mode 100644 index 000000000000..ea08d9624923 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_startstop2.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_sync.svg b/res/skins/DarkMetal/gfx_hifi/btn_sync.svg new file mode 100644 index 000000000000..76cc6641ff72 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_sync.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_sync_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_sync_over.svg new file mode 100644 index 000000000000..d1e1869444e1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_sync_over.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_sync_small.svg b/res/skins/DarkMetal/gfx_hifi/btn_sync_small.svg new file mode 100644 index 000000000000..f14bf77e10e4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_sync_small.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_sync_small_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_sync_small_over.svg new file mode 100644 index 000000000000..e4a96c121ae1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_sync_small_over.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_talk.svg b/res/skins/DarkMetal/gfx_hifi/btn_talk.svg new file mode 100644 index 000000000000..5fcd6c8cc61f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_talk.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_talk_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_talk_over.svg new file mode 100644 index 000000000000..c81c95e98058 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_talk_over.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_tap1.svg b/res/skins/DarkMetal/gfx_hifi/btn_tap1.svg new file mode 100644 index 000000000000..4ef3b15c3f02 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_tap1.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_tap1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_tap1_over.svg new file mode 100644 index 000000000000..b775ff43f6da --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_tap1_over.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_tap3.svg b/res/skins/DarkMetal/gfx_hifi/btn_tap3.svg new file mode 100644 index 000000000000..6c6c3e840204 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_tap3.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_tap3_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_tap3_over.svg new file mode 100644 index 000000000000..0f04cb4c413e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_tap3_over.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_view.svg b/res/skins/DarkMetal/gfx_hifi/btn_view.svg new file mode 100644 index 000000000000..e096984a7957 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_view.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_view1.svg b/res/skins/DarkMetal/gfx_hifi/btn_view1.svg new file mode 100644 index 000000000000..b17fa800f384 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_view1.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_view1_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_view1_over.svg new file mode 100644 index 000000000000..0bf2ee00eea0 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_view1_over.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_view2.svg b/res/skins/DarkMetal/gfx_hifi/btn_view2.svg new file mode 100644 index 000000000000..82562f5404cf --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_view2.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_view2_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_view2_over.svg new file mode 100644 index 000000000000..cc46e7348ed4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_view2_over.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_view_over.svg b/res/skins/DarkMetal/gfx_hifi/btn_view_over.svg new file mode 100644 index 000000000000..c0c521f84e54 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_view_over.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_hot.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_hot.svg new file mode 100644 index 000000000000..2c3369999d11 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_hot.svg @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_off.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_off.svg new file mode 100644 index 000000000000..1ab438d19c80 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_off.svg @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_one.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_one.svg new file mode 100644 index 000000000000..4c6e258d0b8e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_cueing_one.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal1.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal1.svg new file mode 100644 index 000000000000..bff9a5ff3c3f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal1.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal2.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal2.svg new file mode 100644 index 000000000000..52334a0332dc --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal2.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal3.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal3.svg new file mode 100644 index 000000000000..3054fd232ab2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_horizontal3.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical1.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical1.svg new file mode 100644 index 000000000000..faa7ee6b3890 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical1.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical2.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical2.svg new file mode 100644 index 000000000000..b3377a73a7eb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical2.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical3.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical3.svg new file mode 100644 index 000000000000..c5574cbcd0cc --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_indicator_vertical3.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_abs.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_abs.svg new file mode 100644 index 000000000000..968306186d59 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_abs.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_const.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_const.svg new file mode 100644 index 000000000000..035959f81eb6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_const.svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_rel.svg b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_rel.svg new file mode 100644 index 000000000000..9ee06a198bf3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/btn_vinylcontrol_mode_rel.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/knob_crossfader.svg b/res/skins/DarkMetal/gfx_hifi/knob_crossfader.svg new file mode 100644 index 000000000000..c0e6d68d6db7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/knob_crossfader.svg @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/knob_pitch.svg b/res/skins/DarkMetal/gfx_hifi/knob_pitch.svg new file mode 100644 index 000000000000..f291812b5064 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/knob_pitch.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/knob_pitch_sampler.svg b/res/skins/DarkMetal/gfx_hifi/knob_pitch_sampler.svg new file mode 100644 index 000000000000..628d628615a9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/knob_pitch_sampler.svg @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/knob_volume.svg b/res/skins/DarkMetal/gfx_hifi/knob_volume.svg new file mode 100644 index 000000000000..56b0de4d8cc7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/knob_volume.svg @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/knob_volume_preview.svg b/res/skins/DarkMetal/gfx_hifi/knob_volume_preview.svg new file mode 100644 index 000000000000..deab4c7199e9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/knob_volume_preview.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/latency_vumeter.svg b/res/skins/DarkMetal/gfx_hifi/latency_vumeter.svg new file mode 100644 index 000000000000..21c475ca1a38 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/latency_vumeter.svg @@ -0,0 +1,127 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/latency_vumeter_back.svg b/res/skins/DarkMetal/gfx_hifi/latency_vumeter_back.svg new file mode 100644 index 000000000000..3ae9d52d1508 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/latency_vumeter_back.svg @@ -0,0 +1,127 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg b/res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg new file mode 100644 index 000000000000..468f6e565f2c --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg b/res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg new file mode 100644 index 000000000000..4a7527b593ca --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_knob3.svg b/res/skins/DarkMetal/gfx_hifi/pointer_knob3.svg new file mode 100644 index 000000000000..242239b7702d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/pointer_knob3.svg @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg b/res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg new file mode 100644 index 000000000000..c5d37e4b10d6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_vu1.svg b/res/skins/DarkMetal/gfx_hifi/pointer_vu1.svg new file mode 100644 index 000000000000..1a9fb2a00ce6 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/pointer_vu1.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_120.svg b/res/skins/DarkMetal/gfx_hifi/rack_120.svg new file mode 100644 index 000000000000..29ca666ad072 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_120.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_150.svg b/res/skins/DarkMetal/gfx_hifi/rack_150.svg new file mode 100644 index 000000000000..987df4be93e2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_150.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_170.svg b/res/skins/DarkMetal/gfx_hifi/rack_170.svg new file mode 100644 index 000000000000..87676308c025 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_170.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_25.svg b/res/skins/DarkMetal/gfx_hifi/rack_25.svg new file mode 100644 index 000000000000..a71013052ba5 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_25.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_30.svg b/res/skins/DarkMetal/gfx_hifi/rack_30.svg new file mode 100644 index 000000000000..071a38f26b6e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_30.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_300.svg b/res/skins/DarkMetal/gfx_hifi/rack_300.svg new file mode 100644 index 000000000000..2372ef38a6dc --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_300.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_50.svg b/res/skins/DarkMetal/gfx_hifi/rack_50.svg new file mode 100644 index 000000000000..194ad354ab88 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_50.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_500.svg b/res/skins/DarkMetal/gfx_hifi/rack_500.svg new file mode 100644 index 000000000000..08fbc426e136 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_500.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_75.svg b/res/skins/DarkMetal/gfx_hifi/rack_75.svg new file mode 100644 index 000000000000..dd3ee6b26f8d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_75.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/rack_85.svg b/res/skins/DarkMetal/gfx_hifi/rack_85.svg new file mode 100644 index 000000000000..4fe2672d3a27 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/rack_85.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/slider_crossfader.svg b/res/skins/DarkMetal/gfx_hifi/slider_crossfader.svg new file mode 100644 index 000000000000..cd2b73e85fa9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/slider_crossfader.svg @@ -0,0 +1,531 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/slider_pitch.svg b/res/skins/DarkMetal/gfx_hifi/slider_pitch.svg new file mode 100644 index 000000000000..5639f8b02aa7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/slider_pitch.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/slider_pitch_sampler.svg b/res/skins/DarkMetal/gfx_hifi/slider_pitch_sampler.svg new file mode 100644 index 000000000000..48c6d4cfedc2 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/slider_pitch_sampler.svg @@ -0,0 +1,496 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/slider_volume.svg b/res/skins/DarkMetal/gfx_hifi/slider_volume.svg new file mode 100644 index 000000000000..03bd405cee17 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/slider_volume.svg @@ -0,0 +1,490 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/slider_volume_preview.svg b/res/skins/DarkMetal/gfx_hifi/slider_volume_preview.svg new file mode 100644 index 000000000000..5c394f7657f8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/slider_volume_preview.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg b/res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg new file mode 100644 index 000000000000..b258230086d9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg @@ -0,0 +1,698 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/spinny_cd.svg b/res/skins/DarkMetal/gfx_hifi/spinny_cd.svg new file mode 100644 index 000000000000..1fead820a8af --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/spinny_cd.svg @@ -0,0 +1,661 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/spinny_vinyl.svg b/res/skins/DarkMetal/gfx_hifi/spinny_vinyl.svg new file mode 100644 index 000000000000..8c0f20441c44 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/spinny_vinyl.svg @@ -0,0 +1,509 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/start.svg b/res/skins/DarkMetal/gfx_hifi/start.svg new file mode 100644 index 000000000000..ebfc4cadaa04 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/start.svg @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_auxiliaries.svg b/res/skins/DarkMetal/gfx_hifi/tab_auxiliaries.svg new file mode 100644 index 000000000000..d3c0900d9c60 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_auxiliaries.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_auxiliaries_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_auxiliaries_over.svg new file mode 100644 index 000000000000..7cce1bc03e80 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_auxiliaries_over.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_decks_ab.svg b/res/skins/DarkMetal/gfx_hifi/tab_decks_ab.svg new file mode 100644 index 000000000000..3ce72192e686 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_decks_ab.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + Decks AB + Decks AB + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_decks_ab_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_decks_ab_over.svg new file mode 100644 index 000000000000..4db6740275ac --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_decks_ab_over.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + Decks AB + Decks AB + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_decks_cd.svg b/res/skins/DarkMetal/gfx_hifi/tab_decks_cd.svg new file mode 100644 index 000000000000..6e7bacb50885 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_decks_cd.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_decks_cd_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_decks_cd_over.svg new file mode 100644 index 000000000000..33964f5cc53d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_decks_cd_over.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_effects1.svg b/res/skins/DarkMetal/gfx_hifi/tab_effects1.svg new file mode 100644 index 000000000000..468a212c7d95 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_effects1.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_effects1_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_effects1_over.svg new file mode 100644 index 000000000000..c7d12207f9b8 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_effects1_over.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_effects2.svg b/res/skins/DarkMetal/gfx_hifi/tab_effects2.svg new file mode 100644 index 000000000000..3f3b0f5e190b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_effects2.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_effects2_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_effects2_over.svg new file mode 100644 index 000000000000..77569fc26a94 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_effects2_over.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_longwaves1.svg b/res/skins/DarkMetal/gfx_hifi/tab_longwaves1.svg new file mode 100644 index 000000000000..762aa07f7d63 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_longwaves1.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_longwaves1_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_longwaves1_over.svg new file mode 100644 index 000000000000..4129a0f1a6e4 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_longwaves1_over.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_longwaves2.svg b/res/skins/DarkMetal/gfx_hifi/tab_longwaves2.svg new file mode 100644 index 000000000000..e0831b7a6030 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_longwaves2.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + From 88e4d1637afd4cbee7e6f2ae71d3e68916df5a21 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:18:14 +0000 Subject: [PATCH 08/46] Add files via upload --- .../gfx_hifi/tab_longwaves2_over.svg | 170 ++++ .../DarkMetal/gfx_hifi/tab_microphones.svg | 176 ++++ .../gfx_hifi/tab_microphones_over.svg | 179 ++++ .../DarkMetal/gfx_hifi/tab_miniplayer1.svg | 163 ++++ .../gfx_hifi/tab_miniplayer1_over.svg | 166 ++++ .../DarkMetal/gfx_hifi/tab_miniplayer2.svg | 163 ++++ .../gfx_hifi/tab_miniplayer2_over.svg | 166 ++++ .../DarkMetal/gfx_hifi/tab_samplers_1.svg | 169 ++++ .../gfx_hifi/tab_samplers_1_over.svg | 172 ++++ .../DarkMetal/gfx_hifi/tab_samplers_2.svg | 169 ++++ .../gfx_hifi/tab_samplers_2_over.svg | 172 ++++ .../gfx_hifi/volume_clipping_big.svg | 155 ++++ .../gfx_hifi/volume_clipping_big_over.svg | 155 ++++ .../gfx_hifi/volume_clipping_microphone.svg | 125 +++ .../volume_clipping_microphone_over.svg | 125 +++ .../gfx_hifi/volume_clipping_preview.svg | 127 +++ .../gfx_hifi/volume_clipping_preview_over.svg | 127 +++ .../gfx_hifi/volume_clipping_sampler.svg | 148 +++ .../gfx_hifi/volume_clipping_sampler_over.svg | 148 +++ .../gfx_hifi/volume_clipping_small.svg | 137 +++ .../gfx_hifi/volume_clipping_small_over.svg | 137 +++ .../DarkMetal/gfx_hifi/volume_display_big.svg | 840 ++++++++++++++++++ .../gfx_hifi/volume_display_big_over.svg | 839 +++++++++++++++++ .../gfx_hifi/volume_display_microphone.svg | 540 +++++++++++ .../volume_display_microphone_over.svg | 539 +++++++++++ .../gfx_hifi/volume_display_preview.svg | 313 +++++++ .../gfx_hifi/volume_display_preview_over.svg | 312 +++++++ .../gfx_hifi/volume_display_sampler.svg | 620 +++++++++++++ .../gfx_hifi/volume_display_sampler_over.svg | 619 +++++++++++++ .../gfx_hifi/volume_display_small.svg | 288 ++++++ .../gfx_hifi/volume_display_small_over.svg | 287 ++++++ .../gfx_hifi/wave_background_big.svg | 105 +++ .../gfx_hifi/wave_background_medium.svg | 112 +++ 33 files changed, 8663 insertions(+) create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_longwaves2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_microphones.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_miniplayer1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_miniplayer1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_miniplayer2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_miniplayer2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_big.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_big_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_preview.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_preview_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_small.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_clipping_small_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_big.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_big_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_microphone.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_microphone_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_preview.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_preview_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_sampler.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_sampler_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_small.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/volume_display_small_over.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/wave_background_big.svg create mode 100644 res/skins/DarkMetal/gfx_hifi/wave_background_medium.svg diff --git a/res/skins/DarkMetal/gfx_hifi/tab_longwaves2_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_longwaves2_over.svg new file mode 100644 index 000000000000..3c24b951cf33 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_longwaves2_over.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_microphones.svg b/res/skins/DarkMetal/gfx_hifi/tab_microphones.svg new file mode 100644 index 000000000000..f15ccc74ee99 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_microphones.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg new file mode 100644 index 000000000000..cf949c503b87 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_miniplayer1.svg b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer1.svg new file mode 100644 index 000000000000..b90e31f0a7dd --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer1.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_miniplayer1_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer1_over.svg new file mode 100644 index 000000000000..bb0012b9dc00 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer1_over.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_miniplayer2.svg b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer2.svg new file mode 100644 index 000000000000..c1f7f7abfd71 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer2.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_miniplayer2_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer2_over.svg new file mode 100644 index 000000000000..27acb91e632f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_miniplayer2_over.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg new file mode 100644 index 000000000000..44ab9522e963 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg new file mode 100644 index 000000000000..d74964e406ef --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg new file mode 100644 index 000000000000..e6c2ad4bef2f --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg new file mode 100644 index 000000000000..19fe9ca66991 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + 8888888888888888888888888888888888888888888888888888888888888888888888888 + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_big.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_big.svg new file mode 100644 index 000000000000..a36858027ae9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_big.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_big_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_big_over.svg new file mode 100644 index 000000000000..a87245c3a33d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_big_over.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone.svg new file mode 100644 index 000000000000..4bfc751f2372 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone_over.svg new file mode 100644 index 000000000000..b8a942610c1d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_microphone_over.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_preview.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_preview.svg new file mode 100644 index 000000000000..5a82f7113a4d --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_preview.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_preview_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_preview_over.svg new file mode 100644 index 000000000000..971633379dbb --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_preview_over.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler.svg new file mode 100644 index 000000000000..4e6323c5c3f7 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + DECK B + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler_over.svg new file mode 100644 index 000000000000..8a5ac3dbe07e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_sampler_over.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + DECK B + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_small.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_small.svg new file mode 100644 index 000000000000..7ad840b6b219 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_small.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + DECK B + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_clipping_small_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_clipping_small_over.svg new file mode 100644 index 000000000000..ce7b49a388f1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_clipping_small_over.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + DECK B + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_big.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_big.svg new file mode 100644 index 000000000000..c4a8d164ef86 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_big.svg @@ -0,0 +1,840 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_big_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_big_over.svg new file mode 100644 index 000000000000..9a5a68d40de1 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_big_over.svg @@ -0,0 +1,839 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_microphone.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_microphone.svg new file mode 100644 index 000000000000..69d3ae5cd899 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_microphone.svg @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_microphone_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_microphone_over.svg new file mode 100644 index 000000000000..ef0060a95c89 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_microphone_over.svg @@ -0,0 +1,539 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_preview.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_preview.svg new file mode 100644 index 000000000000..86f66f512d5b --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_preview.svg @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_preview_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_preview_over.svg new file mode 100644 index 000000000000..8a1b87fc1ce3 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_preview_over.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_sampler.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_sampler.svg new file mode 100644 index 000000000000..498f7a7eb3de --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_sampler.svg @@ -0,0 +1,620 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_sampler_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_sampler_over.svg new file mode 100644 index 000000000000..f96d2936f38e --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_sampler_over.svg @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_small.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_small.svg new file mode 100644 index 000000000000..1c209cb68699 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_small.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/volume_display_small_over.svg b/res/skins/DarkMetal/gfx_hifi/volume_display_small_over.svg new file mode 100644 index 000000000000..39b41d206df9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/volume_display_small_over.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/wave_background_big.svg b/res/skins/DarkMetal/gfx_hifi/wave_background_big.svg new file mode 100644 index 000000000000..90fab47345b9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/wave_background_big.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/wave_background_medium.svg b/res/skins/DarkMetal/gfx_hifi/wave_background_medium.svg new file mode 100644 index 000000000000..db15d26211d9 --- /dev/null +++ b/res/skins/DarkMetal/gfx_hifi/wave_background_medium.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + + + + + From cdcee4cee365c2e19be793493a7cac6b92b5291b Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:19:39 +0000 Subject: [PATCH 09/46] Update README.md --- res/skins/DarkMetal/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index bd2c34e7d26c..97db33497264 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -3,11 +3,6 @@ =================================================================================================== -LICENCE: -- Creative Commons - Attribution 3.0 Unported - https://creativecommons.org/licenses/by/3.0 - -=================================================================================================== - INSTALLING: - 1 • Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. From 83e8a00c6ea351e44c59e343c11dd0194047ca3e Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:20:07 +0000 Subject: [PATCH 10/46] Delete README(2).txt --- res/skins/DarkMetal/README(2).txt | 39 ------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 res/skins/DarkMetal/README(2).txt diff --git a/res/skins/DarkMetal/README(2).txt b/res/skins/DarkMetal/README(2).txt deleted file mode 100644 index b080ad595fda..000000000000 --- a/res/skins/DarkMetal/README(2).txt +++ /dev/null @@ -1,39 +0,0 @@ - - DARK METAL skin by: Jorge Rosa (Portugal) - With love to ASCR - Email: jorge.bigarte@gmail.com - Portfolio: http://sites.google.com/site/jorgerosaportfolio - - DARK METAL skin, at Mixxx forums: - http://www.mixxx.org/forums/viewtopic.php?t=6052 - - ####################################################################################################################################### - - LICENCE: - Creative Commons - Attribution 3.0 Unported - https://creativecommons.org/licenses/by/3.0 - - ####################################################################################################################################### - - - INSTALLING: - 1 • Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. - 2 • Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) - 3 • Move the new folder (with all contents), to your Mixxx skins folder. - ( An path example, in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal ) - 4 • Double click in the included "digital.otf" to install that font. - 5 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. - 6 • Done!... - - HOW-TO: Change between the three available spinning "discs" (vinyl/cd/bobine). - 1 • Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). - 2 • Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... - 3 • Done!... - - HOW-TO: Select one from the many available color schemes. - 1 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Color scheme" > select a color from that list. - 2 • Done!... - - ####################################################################################################################################### - - - From 4a88dfbaadd76d27d5fcfb4a646f85f7c6fc9d98 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:22:53 +0000 Subject: [PATCH 11/46] Update README.md --- res/skins/DarkMetal/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index 97db33497264..2df26b027c7e 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -3,7 +3,7 @@ =================================================================================================== -INSTALLING: +HOW-TO: Install. - 1 • Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. - 2 • Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) @@ -13,6 +13,17 @@ INSTALLING: - 5 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. - 6 • Done!... +HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine). + +- 1 • Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). +- 2 • Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... +- 3 • Done!... + +HOW-TO: Select one from the many available color schemes. + +- 1 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Color scheme" > select a color from that list. +- 2 • Done!... + Tutorial Video: https://www.youtube.com/watch?v=-FIc3iiHDeU&index=40&list=PLnhzSMPecj1HXo5IGrNFYiGyy6fHZYPTL -------------------------------------------------------------------------------------------------- From 7a292a4a0b226fc20d8269a0556606bda767ac6e Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:23:42 +0000 Subject: [PATCH 12/46] Update README.md --- res/skins/DarkMetal/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index 2df26b027c7e..c4209e54ee1f 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -3,7 +3,7 @@ =================================================================================================== -HOW-TO: Install. +# HOW-TO: Install. - 1 • Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. - 2 • Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) @@ -13,21 +13,21 @@ HOW-TO: Install. - 5 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. - 6 • Done!... -HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine). +# HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine). - 1 • Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). - 2 • Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... - 3 • Done!... -HOW-TO: Select one from the many available color schemes. +# HOW-TO: Select one from the many available color schemes. - 1 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Color scheme" > select a color from that list. - 2 • Done!... -Tutorial Video: https://www.youtube.com/watch?v=-FIc3iiHDeU&index=40&list=PLnhzSMPecj1HXo5IGrNFYiGyy6fHZYPTL - -------------------------------------------------------------------------------------------------- +- Tutorial Video: https://www.youtube.com/watch?v=-FIc3iiHDeU&index=40&list=PLnhzSMPecj1HXo5IGrNFYiGyy6fHZYPTL + - Project CLONED at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile/ - Developed by: Jorge Rosa (Portugal - With love to ASCR) - Developer Email: jorge.bigarte@gmail.com From 28288553080475cd6a6096b19aba74b4c283abd9 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:24:29 +0000 Subject: [PATCH 13/46] Update README.md --- res/skins/DarkMetal/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index c4209e54ee1f..5f174717d764 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -3,7 +3,7 @@ =================================================================================================== -# HOW-TO: Install. +HOW-TO: Install... - 1 • Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. - 2 • Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) @@ -13,13 +13,13 @@ - 5 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. - 6 • Done!... -# HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine). +HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine)... - 1 • Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). - 2 • Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... - 3 • Done!... -# HOW-TO: Select one from the many available color schemes. +HOW-TO: Select one color scheme... - 1 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Color scheme" > select a color from that list. - 2 • Done!... From a2a2898a38e51ccd23ba6041e1db58516fbcf158 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:25:55 +0000 Subject: [PATCH 14/46] Update README.md --- res/skins/DarkMetal/README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index 5f174717d764..b1a438f366e4 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -5,24 +5,23 @@ HOW-TO: Install... -- 1 • Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. -- 2 • Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) -- 3 • Move the new folder (with all contents), to your Mixxx skins folder. -- ( An path example, in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal ) -- 4 • Double click in the included "digital.otf" to install that font. -- 5 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. -- 6 • Done!... +- 1) Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. +- 2) Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) +- 3) Move the new folder (with all contents), to your Mixxx skins folder. ( As an path example, in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal ) +- 4) Double click in the included "digital.otf" to install that font. +- 5) Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. +- 6) Done!... HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine)... -- 1 • Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). -- 2 • Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... -- 3 • Done!... +- 1) Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). +- 2) Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... +- 3) Done!... HOW-TO: Select one color scheme... -- 1 • Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Color scheme" > select a color from that list. -- 2 • Done!... +- 1) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Color scheme" --> Select a color from that list. +- 2) Done!... -------------------------------------------------------------------------------------------------- From 11db85a5ac95d68fbeaee328571c7ff64a21b135 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Thu, 9 Feb 2017 13:40:34 +0000 Subject: [PATCH 15/46] Update README.md --- res/skins/DarkMetal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index b1a438f366e4..1b1ffbfa59f4 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -9,7 +9,7 @@ HOW-TO: Install... - 2) Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) - 3) Move the new folder (with all contents), to your Mixxx skins folder. ( As an path example, in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal ) - 4) Double click in the included "digital.otf" to install that font. -- 5) Start your Mixxx, then go to "Options" > "Preferences" > "Interface" > "Skin" > select the "DarkMetal" option. +- 5) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Skin" --> select the "DarkMetal" option. - 6) Done!... HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine)... From 648d12539dbee141c72e4ece62c38f298c7f002c Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 13:55:41 +0000 Subject: [PATCH 16/46] Delete empty.txt --- res/skins/DarkMetal/empty.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 res/skins/DarkMetal/empty.txt diff --git a/res/skins/DarkMetal/empty.txt b/res/skins/DarkMetal/empty.txt deleted file mode 100644 index 8b137891791f..000000000000 --- a/res/skins/DarkMetal/empty.txt +++ /dev/null @@ -1 +0,0 @@ - From bf8d8d5685c979ae0ed1bb75f50f7d948f4a6375 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 13:56:14 +0000 Subject: [PATCH 17/46] Add files via upload --- res/skins/DarkMetal/README.md | 72 ++++++++++++++++++++++-------- res/skins/DarkMetal/skin.xml | 84 ++++++++++++++++++++--------------- 2 files changed, 101 insertions(+), 55 deletions(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index 1b1ffbfa59f4..751809a1da86 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -1,36 +1,72 @@ # Mixxx skin: Dark Metal -(Color schemes + SVG + Resizable) -=================================================================================================== +![mixxx_dark_metal_thumb](https://cloud.githubusercontent.com/assets/5511928/22786461/937bac60-eed0-11e6-866a-d2e5b9fa17f6.jpg) -HOW-TO: Install... +**FEATURES:** -- 1) Remove any older version of "DarkMetal" (Just delete the "DarkMetal" folder), if you already have one. -- 2) Download and unzip the "DarkMetal.zip" archive. (~1Mb only file size) -- 3) Move the new folder (with all contents), to your Mixxx skins folder. ( As an path example, in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal ) +- 1) 100% Scalable Vector Graphics (SVG) - 100% Quality lossless graphics - Not even one bitmat anywhere. +- 2) Fully resizable - Small screen users can use it too - All elements must fit nicely in all resolutions. Please note that If your resolution is too small, some racks (rows) may overlap, but even so you still can disable their visibility (there are lots of buttons, in the top bar, for that. These buttons are always visible, no matter what, even you "enable" everything). Ready from 980x350, to... infinity and beyound. +- 3) Mixxx features - Contains the lattest Mixxx features - But... I´m sure that not all tasks arent done, so I´m always sharping the graphics, correcting issues, adding forgotten and/or new stuff, etc... +- 4) Unique features - Contains original and unique features - I´ll try to add features not available (yet!...) anywhere else, they must be functional too, of course. Like the analog VUs, the digital font, a grey only color scheme (A tribute to 1927´s Metropolis film), etc... Our imagination versus the code will be the limit... + +-------------------------------------------------------------------------------------------------- + +**HOW-TO: Install ?...** + +- 1) Remove any older version of "DarkMetal". *(Just delete the "DarkMetal" folder... IF you already have one)* +- 2) Download and unzip the "DarkMetal.zip" archive. *(~1Mb only file size)* +- 3) Move the new folder (with all contents), to your Mixxx skins folder. *(An path example in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal)* - 4) Double click in the included "digital.otf" to install that font. -- 5) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Skin" --> select the "DarkMetal" option. +- 5) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Skin" --> Select "DarkMetal" option. - 6) Done!... -HOW-TO: Change between the available spinning "discs" (vinyl/cd/bobine)... +================================================================================================== + +**HOW-TO: Select one from the many available color schemes ?...** + +- 1) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Color scheme" --> Select a scheme. +- 2) Done!... + + +================================================================================================== + +**HOW-TO: Change between the available visual spinning discs ?... (vinyl/cd/bobine)** -- 1) Open the "deck_left.xml" and "deck_right.xml" files (inside "row03_decksmixer_ab" and "row04_decksmixer_cd" directories). -- 2) Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the files... +- 1) Open the "deck_left.xml" and "deck_right.xml" files. +- 2) Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the file. - 3) Done!... -HOW-TO: Select one color scheme... +================================================================================================== -- 1) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Color scheme" --> Select a color from that list. -- 2) Done!... +**HOW-TO: Create my own color scheme ?...** + +- 1) Open the "skinl.xml" file. +- 2) Search and write between the `` `` tags, something similar to this: `My own color scheme0-600` Save the file. +- 3) Done!... + +-------------------------------------------------------------------------------------------------- + +Skin Developer Tools: +- Notepad++ *(To open and edit the XML, MD, QSS files)* - https://notepad-plus-plus.org +- Inkscape *(To open and edit the SVG files)* - https://inkscape.org/en +- SVG Explorer Extension *(To have SVG thumbnais in the explorer)* - https://svgextension.codeplex.com -------------------------------------------------------------------------------------------------- -- Tutorial Video: https://www.youtube.com/watch?v=-FIc3iiHDeU&index=40&list=PLnhzSMPecj1HXo5IGrNFYiGyy6fHZYPTL +LICENCE: Creative Commons - Attribution 3.0 Unported - https://creativecommons.org/licenses/by/3.0 + +-------------------------------------------------------------------------------------------------- -- Project CLONED at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile/ -- Developed by: Jorge Rosa (Portugal - With love to ASCR) -- Developer Email: jorge.bigarte@gmail.com -- Developer Portfolio: http://sites.google.com/site/jorgerosaportfolio (Many more stuff there) +Tutorial Video: https://www.youtube.com/watch?v=-FIc3iiHDeU&index=40&list=PLnhzSMPecj1HXo5IGrNFYiGyy6fHZYPTL +DARK METAL skin at MIXXX forums: http://www.mixxx.org/forums/viewtopic.php?t=6052 + -------------------------------------------------------------------------------------------------- +- This project at GITHUB: https://github.com/jorgerosa/Mixxx-Dark-Metal +- This project CLONED at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile +- Developer: Jorge Rosa *(Portugal - With love to ASCR)* +- Email: jorge.bigarte@gmail.com +- Portfolio: http://sites.google.com/site/jorgerosaportfolio *(Many more stuff there...)* + +-------------------------------------------------------------------------------------------------- diff --git a/res/skins/DarkMetal/skin.xml b/res/skins/DarkMetal/skin.xml index fe451ac00efd..04391ce7e90b 100644 --- a/res/skins/DarkMetal/skin.xml +++ b/res/skins/DarkMetal/skin.xml @@ -6,7 +6,7 @@ - 0 0 0 0 + + + - + - LaunchImage { qproperty-layoutAlignment: AlignCenter; background-color: #000000; } - QLabel { image: url(skin:/gfx_hifi/start.svg); padding:0; margin:0; border:none; min-width: 400px; max-width: 400px; min-height: 50px; max-height: 50px; } - QProgressBar { background-color: #000000; border:none; min-width: 400px; max-width: 400px; min-height: 3px; max-height: 3px; } - QProgressBar::chunk { background-color: #a1a1a1; } + LaunchImage { qproperty-layoutAlignment:AlignCenter; background-color:#000000; } + QLabel { image:url(skin:/gfx_hifi/start.svg); padding:0; margin:0; border:none; min-width:400px; max-width:400px; min-height:50px; max-height:50px; } + QProgressBar { background-color: #000000; border:none; min-width:400px; max-width:400px; min-height:3px; max-height:3px; } + QProgressBar::chunk { background-color:#a1a1a1; } @@ -172,7 +182,7 @@ - Purple 2 (Pale) + Purple 2 - Pale 0-600 @@ -181,7 +191,7 @@ - Purple 3 (Glow) + Purple 3 - Glow 20500 @@ -190,16 +200,16 @@ - Grey 1 (Metal) + Grey 1 - Dark Metal - Metropolis - 0-3650 + -3-365-3 - + - Orange 1 (Normal/Devs/Pick) + Orange 1 - Normal -2401400 @@ -208,7 +218,7 @@ - Orange 2 (Dark) + Orange 2 - Dark -2422100 @@ -217,7 +227,7 @@ - Blue 1 (Normal) + Blue 1 - Normal -492100 @@ -226,7 +236,7 @@ - Blue 2 (Jeans) + Blue 2 - Jeans -68480 @@ -235,7 +245,7 @@ - Blue 3 (Dark) + Blue 3 - Dark -602500 @@ -244,7 +254,7 @@ - Blue 4 (Soft) + Blue 4 - Soft -701200 @@ -253,7 +263,7 @@ - Red 1 (Normal) + Red 1 - Normal -2652100 @@ -262,7 +272,7 @@ - Red 2 (Pale) + Red 2 - Pale 802000 @@ -271,7 +281,7 @@ - Red 3 (Wine) + Red 3 - Wine -290100 @@ -280,7 +290,7 @@ - Red 4 (Bright) + Red 4 - Bright -2601200 @@ -289,7 +299,7 @@ - Brown 1 (Soft) + Brown 1 - Soft 100300 @@ -298,7 +308,7 @@ - Brown 2 (Chocolatte) + Brown 2 - Chocolatte -260500 @@ -307,7 +317,7 @@ - Brown 3 (Dark) + Brown 3 - Dark -2402100 @@ -316,7 +326,7 @@ - Pink 1 (Normal) + Pink 1 - Normal 36460 @@ -325,7 +335,7 @@ - Pink 2 (Pale) + Pink 2 - Pale 55-200 @@ -334,7 +344,7 @@ - Pink 3 (Dark) + Pink 3 - Dark 40100 @@ -343,7 +353,7 @@ - Yellow 1 (Normal) + Yellow 1 - Normal -225850 @@ -352,7 +362,7 @@ - Yellow 2 (Dark) + Yellow 2 - Dark -2301200 @@ -361,7 +371,7 @@ - Green 1 (Normal) + Green 1 - Normal -1592100 @@ -370,7 +380,7 @@ - Green 2 (Lime) + Green 2 - Lime -190850 @@ -379,7 +389,7 @@ - Green 3 (Pale) + Green 3 - Pale 25500 @@ -388,7 +398,7 @@ - Green 4 (Glow) + Green 4 - Glow 200300 @@ -397,7 +407,7 @@ - Green 5 (Olive) + Green 5 - Olive 15050 From 1f893c3de37cb16cb3ca94a0e460a48f7c2acda9 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:01:02 +0000 Subject: [PATCH 18/46] Add files via upload From 42abc50a552000b9d58dc4034476b1992a2eb792 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:04:39 +0000 Subject: [PATCH 19/46] Add files via upload --- .../gfx_hifi/background_analogvu_1.svg | 33 +- .../gfx_hifi/background_analogvu_2.svg | 56 +- .../gfx_hifi/background_analogvu_3.svg | 56 +- .../gfx_hifi/background_analogvu_4.svg | 56 +- .../gfx_hifi/background_effects_settings.svg | 91 +- .../DarkMetal/gfx_hifi/background_knob1.svg | 9 +- .../DarkMetal/gfx_hifi/background_knob2.svg | 11 +- .../DarkMetal/gfx_hifi/background_knob3.svg | 11 +- .../DarkMetal/gfx_hifi/background_knob4.svg | 11 +- .../gfx_hifi/background_library_settings.svg | 89 +- .../gfx_hifi/background_microphone.svg | 54 +- .../DarkMetal/gfx_hifi/background_mixer1.svg | 4672 ++++++++++++++--- .../DarkMetal/gfx_hifi/background_mixer2.svg | 4672 ++++++++++++++--- .../gfx_hifi/background_samplers_options.svg | 91 +- .../DarkMetal/gfx_hifi/background_spinny.svg | 8 +- .../gfx_hifi/background_toolbar2.svg | 50 +- 16 files changed, 8042 insertions(+), 1928 deletions(-) diff --git a/res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg b/res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg index c1e2f8474250..fa9dcc86cdae 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_analogvu_1.svg @@ -15,7 +15,7 @@ viewBox="0 0 50 50" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="background_analogvu_1.svg"> @@ -35,11 +35,11 @@ inkscape:collect="always" id="linearGradient4235"> @@ -76,12 +76,12 @@ inkscape:collect="always" xlink:href="#linearGradient4235" id="radialGradient4242" - cx="24.884363" - cy="1024.6848" - fx="24.884363" - fy="1024.6848" + cx="24.968983" + cy="1026.1323" + fx="24.968983" + fy="1026.1323" r="22.627417" - gradientTransform="matrix(1.8824015,-4.1445217e-8,1.9773692e-8,0.89810188,-21.939462,102.23524)" + gradientTransform="matrix(1.1050772,0.02734375,-0.01692859,0.68415626,14.769615,316.54732)" gradientUnits="userSpaceOnUse" /> + transform="translate(7.3339618,1013.8494)" /> @@ -31,18 +31,6 @@ offset="1" id="stop4254" /> - - - - - + + + + + image/svg+xml - + Jorge Rosa @@ -152,8 +152,8 @@ Site:https://sites.google.com/site/jorgerosaportfolio transform="translate(7.3339618,1013.8494)" /> @@ -31,18 +31,6 @@ offset="1" id="stop4254" /> - - - - - + + + + + image/svg+xml - + Jorge Rosa @@ -152,8 +152,8 @@ Site:https://sites.google.com/site/jorgerosaportfolio transform="translate(7.3339618,1013.8494)" /> @@ -31,18 +31,6 @@ offset="1" id="stop4254" /> - - - - - + + + + + image/svg+xml - + Jorge Rosa @@ -152,8 +152,8 @@ Site:https://sites.google.com/site/jorgerosaportfolio transform="translate(7.3339618,1013.8494)" /> + inkscape:version="0.92.0 r15299" + sodipodi:docname="background_effects_settings.svg"> + + + + + image/svg+xml - + Jorge Rosa @@ -151,60 +174,12 @@ Site:https://sites.google.com/site/jorgerosaportfolio id="rect4183-9-1" d="m 99.999999,1022.1386 0,30.4472 -100,0 0,-30.4472 z" style="opacity:1;fill:url(#radialGradient4196-1-5);fill-opacity:1;stroke:none;stroke-width:1.114061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - - - - - - - - - - - - + diff --git a/res/skins/DarkMetal/gfx_hifi/background_knob1.svg b/res/skins/DarkMetal/gfx_hifi/background_knob1.svg index 968dcd3876ae..b0a9099238b7 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_knob1.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_knob1.svg @@ -15,7 +15,7 @@ viewBox="0 0 40 40.000001" id="svg4222" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="background_knob1.svg"> @@ -227,7 +227,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="12.842657" - inkscape:cx="14.882099" + inkscape:cx="2.2289541" inkscape:cy="9.7572468" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -243,7 +243,8 @@ + id="guide4179" + inkscape:locked="false" /> @@ -268,7 +269,7 @@ id="path4744-33-0" inkscape:connector-curvature="0" /> @@ -227,7 +227,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="12.842657" - inkscape:cx="14.882099" + inkscape:cx="2.2289541" inkscape:cy="9.7572468" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -243,7 +243,8 @@ + id="guide4179" + inkscape:locked="false" /> @@ -253,7 +254,7 @@ image/svg+xml - + @@ -268,7 +269,7 @@ id="path4744-33-0" inkscape:connector-curvature="0" /> @@ -227,8 +227,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="12.842657" - inkscape:cx="-3.3975482" - inkscape:cy="17.028483" + inkscape:cx="8.0876141" + inkscape:cy="16.483424" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -243,7 +243,8 @@ + id="guide4179" + inkscape:locked="false" /> @@ -273,7 +274,7 @@ id="path4770-7-5" inkscape:connector-curvature="0" /> @@ -245,7 +245,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="25.685314" - inkscape:cx="14.269399" + inkscape:cx="7.9428265" inkscape:cy="10.138479" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -261,7 +261,8 @@ + id="guide4179" + inkscape:locked="false" /> @@ -271,7 +272,7 @@ image/svg+xml - + @@ -291,7 +292,7 @@ id="path4770-7-5" inkscape:connector-curvature="0" /> @@ -98,6 +98,29 @@ width="6" patternUnits="userSpaceOnUse" id="EMFhbasepattern-2" /> + + + + + image/svg+xml - + Jorge Rosa @@ -151,60 +174,12 @@ Site:https://sites.google.com/site/jorgerosaportfolio id="rect4183-9-1" d="m 99.999999,1022.1386 0,30.4472 -100,0 0,-30.4472 z" style="opacity:1;fill:url(#radialGradient4196-1-5);fill-opacity:1;stroke:none;stroke-width:1.114061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - - - - - - - - - - - - + diff --git a/res/skins/DarkMetal/gfx_hifi/background_microphone.svg b/res/skins/DarkMetal/gfx_hifi/background_microphone.svg index 076462eb126e..f541862d519d 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_microphone.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_microphone.svg @@ -15,7 +15,7 @@ viewBox="0 0 210 45" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="background_microphone.svg"> @@ -192,7 +192,7 @@ fx="111.76286" fy="1023.435" r="29.787664" - gradientTransform="matrix(0.78469549,0,0,0.25152595,65.036517,766.06014)" + gradientTransform="matrix(0.78469549,0,0,0.25152595,51.947998,724.84899)" gradientUnits="userSpaceOnUse" /> sodipodi:nodetypes="ccccc" /> + transform="matrix(0.96533207,0,0,0.96533207,8.4414787,34.907568)"> style="fill:#000000" inkscape:connector-curvature="0" id="path4223-8" - d="m 142.67097,1027.137 -0.80216,0 -0.18071,-3.7288 q -0.004,-0.053 -0.009,-0.1454 0,-0.093 -0.004,-0.1939 0,-0.1058 -0.004,-0.2072 0,-0.1014 0,-0.1675 -0.0264,0.1014 -0.0617,0.216 -0.0309,0.1102 -0.0617,0.2116 -0.0308,0.097 -0.0573,0.1763 -0.022,0.075 -0.0353,0.1101 l -1.43684,3.7288 -0.77571,0 -1.46328,-3.7288 q -0.0176,-0.044 -0.0485,-0.119 -0.0264,-0.079 -0.0573,-0.1763 -0.0308,-0.1013 -0.0661,-0.2071 -0.0308,-0.1102 -0.0529,-0.2116 0,0.075 -0.004,0.1763 0,0.097 -0.004,0.2028 -0.004,0.1058 -0.009,0.2071 -0.004,0.097 -0.009,0.1719 l -0.238,3.6847 -0.80216,0 0.39667,-5.7033 0.92998,0 1.64398,4.2047 q 0.022,0.062 0.0485,0.1455 0.0264,0.079 0.0485,0.1675 0.022,0.088 0.0397,0.1763 0.022,0.088 0.0353,0.1586 0.0132,-0.071 0.0353,-0.1631 0.022,-0.092 0.0441,-0.1851 0.0264,-0.092 0.0529,-0.1763 0.0264,-0.084 0.0485,-0.141 l 1.63517,-4.1871 0.96524,0 0.26004,5.7033 z" /> + d="m 142.67097,1027.137 h -0.80216 l -0.18071,-3.7288 q -0.004,-0.053 -0.009,-0.1454 0,-0.093 -0.004,-0.1939 0,-0.1058 -0.004,-0.2072 0,-0.1014 0,-0.1675 -0.0264,0.1014 -0.0617,0.216 -0.0309,0.1102 -0.0617,0.2116 -0.0308,0.097 -0.0573,0.1763 -0.022,0.075 -0.0353,0.1101 l -1.43684,3.7288 h -0.77571 l -1.46328,-3.7288 q -0.0176,-0.044 -0.0485,-0.119 -0.0264,-0.079 -0.0573,-0.1763 -0.0308,-0.1013 -0.0661,-0.2071 -0.0308,-0.1102 -0.0529,-0.2116 0,0.075 -0.004,0.1763 0,0.097 -0.004,0.2028 -0.004,0.1058 -0.009,0.2071 -0.004,0.097 -0.009,0.1719 l -0.238,3.6847 h -0.80216 l 0.39667,-5.7033 h 0.92998 l 1.64398,4.2047 q 0.022,0.062 0.0485,0.1455 0.0264,0.079 0.0485,0.1675 0.022,0.088 0.0397,0.1763 0.022,0.088 0.0353,0.1586 0.0132,-0.071 0.0353,-0.1631 0.022,-0.092 0.0441,-0.1851 0.0264,-0.092 0.0529,-0.1763 0.0264,-0.084 0.0485,-0.141 l 1.63517,-4.1871 h 0.96524 l 0.26004,5.7033 z" /> + d="m 145.02896,1027.137 h -0.86827 v -5.7033 h 0.86827 z" /> - - + d="m 147.20625,1024.347 q 0,0.4805 0.13663,0.8771 0.14104,0.3923 0.39226,0.6744 0.25564,0.282 0.60823,0.4363 0.35701,0.1543 0.78894,0.1543 0.40108,0 0.79335,-0.1058 0.39667,-0.1058 0.75808,-0.3041 v 0.7801 q -0.33056,0.1763 -0.74045,0.2688 -0.4099,0.088 -0.89472,0.088 -0.60382,0 -1.11068,-0.2116 -0.50245,-0.2115 -0.86827,-0.5906 -0.36141,-0.379 -0.56416,-0.9035 -0.19833,-0.5289 -0.19833,-1.1636 0,-0.6523 0.21596,-1.1988 0.21597,-0.5509 0.59501,-0.9476 0.38345,-0.3967 0.90353,-0.617 0.52449,-0.2248 1.13713,-0.2248 0.20715,0 0.41871,0.026 0.21155,0.022 0.4143,0.066 0.20274,0.04 0.38345,0.097 0.18511,0.053 0.33496,0.119 v 0.7757 q -0.15426,-0.066 -0.34378,-0.1322 -0.18952,-0.066 -0.39226,-0.1146 -0.20275,-0.053 -0.4143,-0.084 -0.21156,-0.031 -0.4099,-0.031 -0.4143,0 -0.77131,0.1631 -0.35259,0.1586 -0.61263,0.4539 -0.26004,0.2953 -0.4099,0.7141 -0.14985,0.4187 -0.14985,0.9343 z" /> - - @@ -354,15 +334,9 @@ Site:https://sites.google.com/site/jorgerosaportfolio id="rect4183-9-9-3" d="m 64,1007.3622 0,45 -64,0 0,-44.9999 z" style="opacity:1;fill:url(#radialGradient4196-1-7);fill-opacity:1;stroke:none;stroke-width:0.79799998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - + transform="matrix(1.4409242,0,0,1.4409242,-64.041539,-451.30814)"> + + + + + + + + + + + + @@ -229,7 +265,7 @@ + style="stop-color:#505050;stop-opacity:1" /> - - - - - - image/svg+xml - - - - - Jorge Rosa - - - Email: jorge.bigarte@gmail.com -Site:https://sites.google.com/site/jorgerosaportfolio - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + @@ -2044,10 +4862,15 @@ Site:https://sites.google.com/site/jorgerosaportfolio style="opacity:1;fill:url(#radialGradient4196-5-9-8-5-1);fill-opacity:1;stroke:none;stroke-width:1.01419711;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + height="317.5607" width="34.343578" id="rect5244-0" - style="opacity:1;fill:url(#linearGradient5324);fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - - + style="opacity:1;fill:url(#linearGradient5324);fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + + transform="matrix(1.223789,0,0,1.223789,-49.978002,-185.67557)"> @@ -2466,53 +5284,53 @@ Site:https://sites.google.com/site/jorgerosaportfolio id="text7148-5-66-8-1-9-2-8-0-1-7-8-5-4"> id="text7148-5-66-8-1-9-2-8-0-1-7-89-0"> @@ -2640,106 +5458,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio d="m 212,840.3622 25,0 0,138 -25,0 z" id="rect4183-1-8-3" inkscape:connector-curvature="0" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + transform="matrix(1.3753823,0,0,1.3753823,-93.755395,-193.14596)"> - - - + id="g654"> + + + + + + + + + + + transform="matrix(0.90753242,0,0,0.95602355,-135.93431,-218.99005)" + style="fill:#865ac9;fill-opacity:0.62814069"> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3522234px;line-height:125%;font-family:'Estrangelo Edessa';-inkscape-font-specification:'Estrangelo Edessa, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#865ac9;fill-opacity:0.62814069;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 240.99432,984.7196 q -0.0572,0 -0.12704,-0.0635 -0.0572,-0.0635 -0.0381,-0.1461 l 0.12705,-0.51453 -0.31126,0.51453 q -0.0381,0.0699 -0.12069,0.1334 -0.0826,0.0635 -0.16516,0.0762 h -0.7051 q -0.22868,0 -0.38113,-0.17151 -0.0635,-0.0826 -0.10164,-0.20962 -0.0381,-0.1334 -0.0381,-0.29855 0,-0.38114 0.17786,-0.91472 0.17786,-0.53994 0.27315,-0.57806 0.0254,-0.0889 0.20962,-0.13974 0.0953,-0.0191 0.19057,-0.0318 0.10163,-0.0127 0.22233,-0.0127 h 0.95283 0.1461 q 0.12069,-0.0191 0.12069,-0.25409 0,-0.22233 -0.20962,-0.22233 h -0.97824 q -0.15246,0 -0.21598,-0.0635 -0.0445,-0.0699 -0.0381,-0.15245 l 0.0572,-0.38749 h 1.70875 q 0.3049,0 0.45736,0.1334 0.15245,0.1334 0.15245,0.35572 0,0.0953 -0.0381,0.20963 l -0.47642,2.22327 q -0.0445,0.17787 -0.0445,0.2668 0,0.20327 0.0762,0.23503 l 0.0953,0.0127 h -0.97824 z m -0.99094,-1.01635 q 0,0.10163 0.0508,0.1588 0.0572,0.0572 0.12705,0.0572 h 0.78767 l 0.21598,-0.92742 h -0.66698 q -0.26045,0 -0.39384,0.22868 -0.12069,0.22868 -0.12069,0.48277 z" /> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 242.82952,982.68054 q 0,-0.60346 0.26679,-1.00365 0.2668,-0.40019 0.76227,-0.40019 h 1.48642 l -0.0889,0.39384 q -0.0318,0.1461 -0.25409,0.1461 h -0.69239 q -0.2795,0 -0.4129,0.0889 -0.13339,0.0889 -0.13339,0.37478 0,0.20962 0.67333,0.36208 0.67969,0.15245 0.67969,0.69874 0,0.67334 -0.29856,1.02906 -0.2922,0.34937 -0.78132,0.34937 h -1.61982 q -0.0572,0 -0.12069,-0.0699 -0.0572,-0.0762 -0.0381,-0.17151 l 0.17151,-0.59076 h 0.0381 q -0.0191,0.1334 0.0508,0.19692 0.0762,0.0572 0.2922,0.0572 l 0.25409,0.0127 0.53359,-0.0191 q 0.2795,0 0.3049,-0.0508 0.0889,0 0.17787,-0.15245 0.0699,-0.13975 0.10163,-0.30491 0.0381,-0.22868 -0.66063,-0.40019 -0.69239,-0.17151 -0.69239,-0.54629 z" /> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 245.25537,983.82394 q 0,-0.22233 0.0127,-0.40654 0.0127,-0.18422 0.0572,-0.49547 0.0762,-0.53359 0.41924,-1.08623 0.34302,-0.55265 1.06718,-0.55265 h 1.36573 l -0.0889,0.50183 q -0.0191,0.10799 -0.10164,0.16516 -0.0889,0.0445 -0.19692,0.0445 h -0.78768 q -0.50817,0 -0.67333,0.55264 -0.0699,0.25409 -0.11434,0.50818 -0.0445,0.25409 -0.0445,0.43831 0,0.29855 0.1334,0.40654 0.1334,0.0953 0.37478,0.0953 h 0.1334 q 0.54629,0 0.7305,-0.0572 0.19057,-0.0572 0.2668,-0.20962 l -0.16516,0.72415 q -0.0508,0.26679 -0.31761,0.26679 h -1.14975 q -0.58441,0 -0.75592,-0.26679 -0.16516,-0.27314 -0.16516,-0.62887 z" /> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 248.0036,984.50363 0.6924,-2.96014 0.0127,-0.11434 q 0,-0.15245 -0.10799,-0.15245 h 0.81309 q 0.13339,0 0.18421,0.0699 0.0508,0.0635 0.0508,0.17151 l -0.0127,0.10799 0.12705,-0.23503 q 0.0318,-0.0572 0.0762,-0.0889 l 0.12069,-0.0254 h 0.84484 l -0.11434,0.45101 q 0,0.0826 -0.0826,0.15245 -0.0762,0.0699 -0.17151,0.0826 h -0.60981 q -0.31761,0 -0.38113,0.25409 l -0.52724,2.24233 q -0.019,0.0826 0.0254,0.17151 0.0508,0.0826 0.15246,0.0889 h -0.86391 q -0.12069,0 -0.18421,-0.0572 -0.0635,-0.0572 -0.0445,-0.1588 z" /> + d="m 274.75195,723.67114 h -1.27441 v -13.3374 h 1.27441 z" /> style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:100%;font-family:'Estrangelo Edessa';-inkscape-font-specification:'Estrangelo Edessa, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"> + d="m 274.75195,723.67114 h -1.27441 v -13.3374 h 1.27441 z" /> @@ -3678,5 +6399,366 @@ Site:https://sites.google.com/site/jorgerosaportfolio id="path5101-0-1-4" style="fill:#4d4d4d" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg b/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg index 25ca75a418d5..1a6f885f1131 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg @@ -15,10 +15,46 @@ viewBox="0 0 450 300" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="background_mixer2.svg"> + + + + + + + + + + + + @@ -229,7 +265,7 @@ + style="stop-color:#505050;stop-opacity:1" /> - - - - - - image/svg+xml - - - - - Jorge Rosa - - - Email: jorge.bigarte@gmail.com -Site:https://sites.google.com/site/jorgerosaportfolio - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jorge Rosa + + + Email: jorge.bigarte@gmail.com +Site:https://sites.google.com/site/jorgerosaportfolio + + + + + + + @@ -2044,10 +4862,15 @@ Site:https://sites.google.com/site/jorgerosaportfolio style="opacity:1;fill:url(#radialGradient4196-5-9-8-5-1);fill-opacity:1;stroke:none;stroke-width:1.01419711;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + height="317.5607" width="34.343578" id="rect5244-0" - style="opacity:1;fill:url(#linearGradient5324);fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - - + style="opacity:1;fill:url(#linearGradient5324);fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + + transform="matrix(1.223789,0,0,1.223789,-49.978002,-185.67557)"> @@ -2466,53 +5284,53 @@ Site:https://sites.google.com/site/jorgerosaportfolio id="text7148-5-66-8-1-9-2-8-0-1-7-8-5-4"> id="text7148-5-66-8-1-9-2-8-0-1-7-89-0"> @@ -2640,106 +5458,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio d="m 212,840.3622 25,0 0,138 -25,0 z" id="rect4183-1-8-3" inkscape:connector-curvature="0" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + transform="matrix(1.3753823,0,0,1.3753823,-93.755395,-293.14596)"> - - - + id="g654"> + + + + + + + + + + + transform="matrix(0.90753242,0,0,0.95602355,-135.93431,-218.99005)" + style="fill:#865ac9;fill-opacity:0.62814069"> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3522234px;line-height:125%;font-family:'Estrangelo Edessa';-inkscape-font-specification:'Estrangelo Edessa, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#865ac9;fill-opacity:0.62814069;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 240.99432,984.7196 q -0.0572,0 -0.12704,-0.0635 -0.0572,-0.0635 -0.0381,-0.1461 l 0.12705,-0.51453 -0.31126,0.51453 q -0.0381,0.0699 -0.12069,0.1334 -0.0826,0.0635 -0.16516,0.0762 h -0.7051 q -0.22868,0 -0.38113,-0.17151 -0.0635,-0.0826 -0.10164,-0.20962 -0.0381,-0.1334 -0.0381,-0.29855 0,-0.38114 0.17786,-0.91472 0.17786,-0.53994 0.27315,-0.57806 0.0254,-0.0889 0.20962,-0.13974 0.0953,-0.0191 0.19057,-0.0318 0.10163,-0.0127 0.22233,-0.0127 h 0.95283 0.1461 q 0.12069,-0.0191 0.12069,-0.25409 0,-0.22233 -0.20962,-0.22233 h -0.97824 q -0.15246,0 -0.21598,-0.0635 -0.0445,-0.0699 -0.0381,-0.15245 l 0.0572,-0.38749 h 1.70875 q 0.3049,0 0.45736,0.1334 0.15245,0.1334 0.15245,0.35572 0,0.0953 -0.0381,0.20963 l -0.47642,2.22327 q -0.0445,0.17787 -0.0445,0.2668 0,0.20327 0.0762,0.23503 l 0.0953,0.0127 h -0.97824 z m -0.99094,-1.01635 q 0,0.10163 0.0508,0.1588 0.0572,0.0572 0.12705,0.0572 h 0.78767 l 0.21598,-0.92742 h -0.66698 q -0.26045,0 -0.39384,0.22868 -0.12069,0.22868 -0.12069,0.48277 z" /> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 242.82952,982.68054 q 0,-0.60346 0.26679,-1.00365 0.2668,-0.40019 0.76227,-0.40019 h 1.48642 l -0.0889,0.39384 q -0.0318,0.1461 -0.25409,0.1461 h -0.69239 q -0.2795,0 -0.4129,0.0889 -0.13339,0.0889 -0.13339,0.37478 0,0.20962 0.67333,0.36208 0.67969,0.15245 0.67969,0.69874 0,0.67334 -0.29856,1.02906 -0.2922,0.34937 -0.78132,0.34937 h -1.61982 q -0.0572,0 -0.12069,-0.0699 -0.0572,-0.0762 -0.0381,-0.17151 l 0.17151,-0.59076 h 0.0381 q -0.0191,0.1334 0.0508,0.19692 0.0762,0.0572 0.2922,0.0572 l 0.25409,0.0127 0.53359,-0.0191 q 0.2795,0 0.3049,-0.0508 0.0889,0 0.17787,-0.15245 0.0699,-0.13975 0.10163,-0.30491 0.0381,-0.22868 -0.66063,-0.40019 -0.69239,-0.17151 -0.69239,-0.54629 z" /> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 245.25537,983.82394 q 0,-0.22233 0.0127,-0.40654 0.0127,-0.18422 0.0572,-0.49547 0.0762,-0.53359 0.41924,-1.08623 0.34302,-0.55265 1.06718,-0.55265 h 1.36573 l -0.0889,0.50183 q -0.0191,0.10799 -0.10164,0.16516 -0.0889,0.0445 -0.19692,0.0445 h -0.78768 q -0.50817,0 -0.67333,0.55264 -0.0699,0.25409 -0.11434,0.50818 -0.0445,0.25409 -0.0445,0.43831 0,0.29855 0.1334,0.40654 0.1334,0.0953 0.37478,0.0953 h 0.1334 q 0.54629,0 0.7305,-0.0572 0.19057,-0.0572 0.2668,-0.20962 l -0.16516,0.72415 q -0.0508,0.26679 -0.31761,0.26679 h -1.14975 q -0.58441,0 -0.75592,-0.26679 -0.16516,-0.27314 -0.16516,-0.62887 z" /> + style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Biathlon;-inkscape-font-specification:'Biathlon Thin';fill:#865ac9;fill-opacity:0.62814069;stroke:none" + d="m 248.0036,984.50363 0.6924,-2.96014 0.0127,-0.11434 q 0,-0.15245 -0.10799,-0.15245 h 0.81309 q 0.13339,0 0.18421,0.0699 0.0508,0.0635 0.0508,0.17151 l -0.0127,0.10799 0.12705,-0.23503 q 0.0318,-0.0572 0.0762,-0.0889 l 0.12069,-0.0254 h 0.84484 l -0.11434,0.45101 q 0,0.0826 -0.0826,0.15245 -0.0762,0.0699 -0.17151,0.0826 h -0.60981 q -0.31761,0 -0.38113,0.25409 l -0.52724,2.24233 q -0.019,0.0826 0.0254,0.17151 0.0508,0.0826 0.15246,0.0889 h -0.86391 q -0.12069,0 -0.18421,-0.0572 -0.0635,-0.0572 -0.0445,-0.1588 z" /> + d="m 274.75195,723.67114 h -1.27441 v -13.3374 h 1.27441 z" /> style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:100%;font-family:'Estrangelo Edessa';-inkscape-font-specification:'Estrangelo Edessa, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"> + d="m 274.75195,723.67114 h -1.27441 v -13.3374 h 1.27441 z" /> @@ -3678,5 +6399,366 @@ Site:https://sites.google.com/site/jorgerosaportfolio id="path5101-0-1-4" style="fill:#4d4d4d" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg b/res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg index 6e942a0608d7..98cb40229dc0 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_samplers_options.svg @@ -15,10 +15,22 @@ viewBox="0 0 100 30" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="background_samplers_options.svg"> + + + + @@ -98,6 +110,17 @@ width="6" patternUnits="userSpaceOnUse" id="EMFhbasepattern-2" /> + id="rect4183-9-1" d="m 99.999999,1022.1386 0,30.4472 -100,0 0,-30.4472 z" style="opacity:1;fill:url(#radialGradient4196-1-5);fill-opacity:1;stroke:none;stroke-width:1.114061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - - - - - - - - - - - - + diff --git a/res/skins/DarkMetal/gfx_hifi/background_spinny.svg b/res/skins/DarkMetal/gfx_hifi/background_spinny.svg index 23f5e4d70d02..ace034d7e833 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_spinny.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_spinny.svg @@ -15,7 +15,7 @@ viewBox="0 0 118 118" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="background_spinny.svg"> @@ -113,7 +113,7 @@ fy="993.13348" r="59.148" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.0892551,6.1814042e-8,-8.6896288e-8,1.5312415,-1057.628,-1579.7269)" /> + gradientTransform="matrix(1.0434328,-2.2141091e-7,3.5166025e-7,1.6572527,-1054.9248,-1704.8729)" /> + + + + @@ -85,7 +97,7 @@ + style="stop-color:#505050;stop-opacity:1" /> + + id="rect4183-9" d="m 204.81453,1002.3622 0,50 -209.6290547,0 0,-50 z" style="opacity:1;fill:url(#radialGradient4196-1);fill-opacity:1;stroke:none;stroke-width:0.7866683;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + @@ -165,12 +201,12 @@ Site:https://sites.google.com/site/jorgerosaportfolio inkscape:connector-curvature="0" id="path4185" d="m -7.6864671,991.86226 215.2210771,0" - style="fill:none;fill-rule:evenodd;stroke:#141414;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-rule:evenodd;stroke:#050505;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#dedede;fill-rule:evenodd;stroke:#6e6e6e;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" /> From c6362a05a3868469fa539cf76422ca6c612ac7c7 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:07:41 +0000 Subject: [PATCH 20/46] Add files via upload From a00e1fcad50faa629b05e1bd3d9e8400b6fc683b Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:11:41 +0000 Subject: [PATCH 21/46] Update README.md --- res/skins/DarkMetal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index 751809a1da86..7aeec20e1622 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -63,7 +63,7 @@ DARK METAL skin at MIXXX forums: http://www.mixxx.org/forums/viewtopic.php?t=605 -------------------------------------------------------------------------------------------------- -- This project at GITHUB: https://github.com/jorgerosa/Mixxx-Dark-Metal +- This project at GITHUB: https://github.com/jorgerosa/mixxx/tree/DarkMetal/res/skins/DarkMetal - This project CLONED at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile - Developer: Jorge Rosa *(Portugal - With love to ASCR)* - Email: jorge.bigarte@gmail.com From f5e177f7eb73883fc40e4849dc16acd9b10cfbe5 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:35:11 +0000 Subject: [PATCH 22/46] Add files via upload From 9e5c883a2e03258b3ee416719a91295a9e4f7633 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:39:03 +0000 Subject: [PATCH 23/46] Add files via upload From 2b529797d508b416fc0c055decef034beaca259b Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:42:25 +0000 Subject: [PATCH 24/46] Add files via upload --- .../DarkMetal/gfx_hifi/pointer_knob1.svg | 49 +-- .../DarkMetal/gfx_hifi/pointer_knob2.svg | 51 +-- .../DarkMetal/gfx_hifi/pointer_knob4.svg | 67 ++-- .../DarkMetal/gfx_hifi/spinny_bobine.svg | 290 ++++++++++++------ 4 files changed, 281 insertions(+), 176 deletions(-) diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg b/res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg index 468f6e565f2c..a06a69b5e615 100644 --- a/res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg +++ b/res/skins/DarkMetal/gfx_hifi/pointer_knob1.svg @@ -15,7 +15,7 @@ viewBox="0 0 40 40.000001" id="svg4222" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="pointer_knob1.svg"> @@ -205,7 +205,7 @@ x2="19.9865" y2="1028.1428" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.1373459,0,0,1.0215733,-2.7469187,-22.014358)" /> + gradientTransform="matrix(1.1759244,0,0,1.1462193,-3.5184876,-149.20841)" /> + gradientTransform="matrix(1.2449039,0,0,1.1354538,-4.8980782,-138.12796)" /> + id="guide4179" + inkscape:locked="false" /> + id="guide4272" + inkscape:locked="false" /> + id="guide4274" + inkscape:locked="false" /> + id="guide4166" + inkscape:locked="false" /> + id="guide4182" + inkscape:locked="false" /> @@ -277,22 +282,22 @@ id="layer1" transform="translate(0,-1012.3622)"> + rx="0.58950019" + ry="0.81200749" /> + width="3.5" + height="9" + x="18.25" + y="1019.9622" + rx="0.51714194" + ry="0.56935042" /> diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg b/res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg index 4a7527b593ca..097ec90860fc 100644 --- a/res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg +++ b/res/skins/DarkMetal/gfx_hifi/pointer_knob2.svg @@ -15,7 +15,7 @@ viewBox="0 0 40 40.000001" id="svg4222" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="pointer_knob2.svg"> @@ -205,7 +205,7 @@ x2="19.9865" y2="1028.1428" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.1373459,0,0,1.0215733,-2.7469187,-22.014358)" /> + gradientTransform="matrix(1.1759244,0,0,1.1462193,-3.5184876,-149.20841)" /> + gradientTransform="matrix(1.2449039,0,0,1.1354538,-4.8980782,-138.12796)" /> + id="guide4179" + inkscape:locked="false" /> + id="guide4272" + inkscape:locked="false" /> + id="guide4274" + inkscape:locked="false" /> + id="guide4166" + inkscape:locked="false" /> + id="guide4182" + inkscape:locked="false" /> @@ -267,7 +272,7 @@ image/svg+xml - + @@ -277,22 +282,22 @@ id="layer1" transform="translate(0,-1012.3622)"> + rx="0.58950019" + ry="0.81200749" /> + width="3.5" + height="9" + x="18.25" + y="1019.9622" + rx="0.51714194" + ry="0.56935042" /> diff --git a/res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg b/res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg index c5d37e4b10d6..62c560e09cf0 100644 --- a/res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg +++ b/res/skins/DarkMetal/gfx_hifi/pointer_knob4.svg @@ -15,21 +15,21 @@ viewBox="0 0 25 25.000001" id="svg4222" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="pointer_knob4.svg"> + id="linearGradient857"> + id="stop853" /> + id="stop855" /> - + xlink:href="#linearGradient857" + id="linearGradient859" + x1="12.450951" + y1="1034.9835" + x2="12.450951" + y2="1030.976" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-2.0193054e-5)" /> + id="guide4179" + inkscape:locked="false" /> + + @@ -248,7 +258,7 @@ image/svg+xml - + @@ -257,14 +267,11 @@ inkscape:groupmode="layer" id="layer1" transform="translate(0,-1027.3622)"> - + diff --git a/res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg b/res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg index b258230086d9..37c73746110a 100644 --- a/res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg +++ b/res/skins/DarkMetal/gfx_hifi/spinny_bobine.svg @@ -15,10 +15,34 @@ viewBox="0 0 118 118" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="spinny_bobine.svg"> + + + + + + + + @@ -27,7 +51,7 @@ offset="0" id="stop4394" /> @@ -101,7 +125,7 @@ + style="stop-color:#4d4d4d;stop-opacity:1" /> + + + @@ -302,21 +359,27 @@ Site:https://sites.google.com/site/jorgerosaportfolio inkscape:groupmode="layer" id="layer1" transform="translate(0,-934.3622)"> + + id="g4020" + transform="matrix(1.0408385,0,0,1.0408385,80.857608,-40.567412)" + style="opacity:0.7"> inkscape:connector-curvature="0" /> + d="m 58.722473,993.24206 -2.518571,-43.7436 h 5.434811 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> inkscape:transform-center-y="20.064673" sodipodi:nodetypes="cccc" /> inkscape:transform-center-y="-19.265327" sodipodi:nodetypes="cccccc" /> inkscape:transform-center-y="24.615208" sodipodi:nodetypes="cccccc" /> sodipodi:nodetypes="cccccc" /> + - @@ -548,12 +611,12 @@ Site:https://sites.google.com/site/jorgerosaportfolio inkscape:connector-curvature="0" /> + transform="matrix(1.059415,0,0,1.059415,-3.5054989,-59.020571)"> id="path4187-3-8" /> + style="font-style:normal;font-weight:normal;font-size:3.04108071px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + transform="matrix(1.0247978,0,0,1.0247978,-84.592263,-25.250788)"> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 151.84847,1000.8788 0.24007,-0.4942 1.7751,-0.181 -1.36503,-0.66309 0.22839,-0.47015 1.98877,0.96614 -0.29781,0.613 -1.49163,0.1718 1.13931,0.5535 -0.2284,0.4701 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 151.97047,1003.8041 0.40408,-0.5599 -1.44608,-1.0437 0.33369,-0.4623 1.44609,1.0436 0.40408,-0.5599 0.34677,0.2503 -1.14186,1.5822 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 148.84392,1004.4593 0.41843,-0.4153 0.4234,0.2095 0.5818,-0.5773 -0.20628,-0.425 0.4079,-0.4048 0.97775,2.1447 -0.46587,0.4623 z m 1.2254,-0.015 0.75142,0.3714 -0.36566,-0.7542 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 147.6053,1005.3428 1.04421,-0.7657 0.2318,0.3162 -0.29219,0.2142 0.8438,1.1508 0.29219,-0.2143 0.23181,0.3162 -1.04421,0.7656 -0.23181,-0.3161 0.29219,-0.2143 -0.8438,-1.1507 -0.29219,0.2142 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 145.43212,1006.5345 0.48857,-0.2513 1.52868,0.9202 -0.69414,-1.3495 0.4648,-0.2391 1.01133,1.9662 -0.6061,0.3117 -1.29636,-0.7575 0.57935,1.1264 -0.4648,0.239 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 139.84008,1007.717 q 0.14551,-0.065 0.38743,-0.1348 0.24199,-0.068 0.48523,-0.08 0.5636,-0.027 0.89729,0.2628 0.33377,0.2915 0.35995,0.8314 0.025,0.5146 -0.28165,0.8447 -0.30652,0.3315 -0.88199,0.3594 -0.21802,0.011 -0.41723,-0.02 -0.19913,-0.029 -0.44656,-0.1344 l -0.0251,-0.5177 h 0.0638 q 0.043,0.029 0.12587,0.082 0.0829,0.054 0.15899,0.091 0.0883,0.043 0.20567,0.072 0.11585,0.029 0.24489,0.022 0.15128,-0.01 0.27223,-0.058 0.12094,-0.05 0.21437,-0.1472 0.0891,-0.093 0.13731,-0.2341 0.0468,-0.1391 0.0381,-0.3185 -0.0178,-0.3664 -0.22148,-0.5512 -0.20372,-0.1849 -0.58341,-0.1665 -0.0326,0 -0.0711,0 -0.04,0 -0.0725,0.01 l 0.021,0.4331 0.44049,-0.021 0.0202,0.4168 -1.01893,0.049 -0.0529,-1.0901 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 135.437,1006.7272 1.52947,0.4672 -0.64594,2.1146 -1.52947,-0.4672 0.12494,-0.409 0.98698,0.3015 0.11149,-0.365 -0.91598,-0.2798 0.12494,-0.409 0.91598,0.2798 0.15964,-0.5226 -0.98698,-0.3015 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 133.15809,1005.6407 0.52755,0.263 -0.0626,0.4683 0.73352,0.3658 0.33633,-0.3318 0.51426,0.2565 -1.71757,1.6142 -0.58735,-0.2929 z m 0.40762,1.1557 -0.11069,0.8308 0.59705,-0.5883 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 130.4498,1005.8725 0.55893,0.4054 1.0471,-1.4436 0.46157,0.3348 -1.0471,1.4436 0.55893,0.4054 -0.2511,0.3462 -1.57942,-1.1456 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 129.00701,1001.693 0.35811,0.4399 -1.14811,0.9346 1.0038,-0.2887 0.24843,0.3052 -0.48633,0.9243 1.14811,-0.9346 0.33936,0.4169 -1.71469,1.3958 -0.4181,-0.5136 0.54617,-1.086 -1.17333,0.3156 -0.4181,-0.5136 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 126.80652,995.73826 0.21709,1.27651 -0.38646,0.0657 -0.0607,-0.35718 -1.40679,0.23925 0.0607,0.35719 -0.38647,0.0657 -0.2171,-1.27651 0.38647,-0.0657 0.0607,0.35718 1.40679,-0.23925 -0.0607,-0.35719 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 128.30644,987.68772 -0.22479,0.50133 -1.76871,0.23539 1.38473,0.62092 -0.21386,0.47693 -2.01748,-0.90465 0.27887,-0.62191 1.48565,-0.21748 -1.15575,-0.51824 0.21386,-0.47693 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 129.49319,985.87609 -0.88677,1.32551 -1.8377,-1.22943 0.31706,-0.47392 1.48225,0.99163 0.56972,-0.85158 z" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#b3b3b3" + d="m 129.40187,982.68013 0.44517,1.51802 0.62922,0.57933 -0.38623,0.41948 -0.60955,-0.56123 -1.57825,-0.32684 0.43853,-0.47629 0.95308,0.22759 -0.31642,-0.91907 z" /> inkscape:connector-curvature="0" /> + + + + + + + From f4e65a2994bafb435b22c702e6c9308526a54c62 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 14:44:09 +0000 Subject: [PATCH 25/46] Add files via upload --- .../DarkMetal/gfx_hifi/tab_microphones.svg | 45 +++++-------- .../gfx_hifi/tab_microphones_over.svg | 63 +++++++++---------- .../DarkMetal/gfx_hifi/tab_samplers_1.svg | 60 ++++++------------ .../gfx_hifi/tab_samplers_1_over.svg | 54 ++++------------ .../DarkMetal/gfx_hifi/tab_samplers_2.svg | 49 +++++---------- .../gfx_hifi/tab_samplers_2_over.svg | 50 +++++---------- 6 files changed, 106 insertions(+), 215 deletions(-) diff --git a/res/skins/DarkMetal/gfx_hifi/tab_microphones.svg b/res/skins/DarkMetal/gfx_hifi/tab_microphones.svg index f15ccc74ee99..740ddcc4bef1 100644 --- a/res/skins/DarkMetal/gfx_hifi/tab_microphones.svg +++ b/res/skins/DarkMetal/gfx_hifi/tab_microphones.svg @@ -15,7 +15,7 @@ viewBox="0 0 60 30" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="tab_microphones.svg"> @@ -79,7 +79,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="10.572439" - inkscape:cx="36.564415" + inkscape:cx="24.883099" inkscape:cy="13.296159" inkscape:document-units="px" inkscape:current-layer="g5160" @@ -100,7 +100,7 @@ image/svg+xml - + Jorge Rosa @@ -122,7 +122,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio x="-64.373627" y="823.29761" id="text6116-5" - sodipodi:linespacing="125%" transform="scale(1.0112873,0.98883868)"> inkscape:connector-curvature="0" /> + id="g41" + transform="translate(105.1407,37.359835)"> + id="path4199-3" + d="m -77.869425,1003.8539 h -1.098772 l -0.247526,-5.1075 q -0.006,-0.0724 -0.01207,-0.19922 0,-0.12679 -0.006,-0.26564 0,-0.14489 -0.006,-0.28375 0,-0.13886 0,-0.22941 -0.03622,0.13885 -0.08452,0.29582 -0.04226,0.15093 -0.08452,0.28979 -0.04226,0.13281 -0.07848,0.24148 -0.03019,0.10264 -0.0483,0.15093 l -1.968129,5.1075 h -1.062549 l -2.004353,-5.1075 q -0.02415,-0.0604 -0.06641,-0.163 -0.03622,-0.10867 -0.07848,-0.24149 -0.04226,-0.13885 -0.09056,-0.28375 -0.04226,-0.15093 -0.07245,-0.28978 0,0.10263 -0.006,0.24148 0,0.13282 -0.006,0.27772 -0.006,0.14489 -0.01207,0.28375 -0.006,0.13281 -0.01207,0.23545 l -0.326009,5.04712 h -1.098772 l 0.543349,-7.81217 h 1.273851 l 2.251878,5.75947 q 0.03019,0.085 0.06641,0.1993 0.03622,0.1086 0.06641,0.2294 0.03019,0.1207 0.05434,0.2415 0.03019,0.1207 0.0483,0.2173 0.01811,-0.097 0.0483,-0.2234 0.03019,-0.1268 0.06037,-0.2535 0.03622,-0.1268 0.07245,-0.2415 0.03622,-0.1147 0.06641,-0.1932 l 2.239804,-5.73537 h 1.322149 l 0.356195,7.81217 z" /> + id="path4201-8" + d="m -74.651593,997.48463 q 0,0.14489 -0.06037,0.2596 -0.06037,0.1147 -0.163004,0.19923 -0.09659,0.0785 -0.229414,0.12074 -0.132819,0.0423 -0.277712,0.0423 -0.30186,0 -0.513162,-0.15697 -0.205265,-0.163 -0.205265,-0.46486 0,-0.28979 0.205265,-0.45279 0.211302,-0.16301 0.513162,-0.16301 0.144893,0 0.277712,0.0423 0.132819,0.0423 0.229414,0.12678 0.102632,0.0785 0.163004,0.19319 0.06037,0.10867 0.06037,0.25357 z m -0.163005,6.36927 h -1.159144 v -4.95657 h 1.159144 z" /> + id="path4203-6" + d="m -72.128041,1001.433 q 0,0.4226 0.114707,0.7305 0.120744,0.3018 0.313935,0.5011 0.19319,0.1931 0.446753,0.2837 0.2596,0.091 0.531274,0.091 0.537312,0 0.947842,-0.151 0.416567,-0.1569 0.796911,-0.3803 v 0.9478 q -0.362232,0.2476 -0.815023,0.3804 -0.45279,0.1268 -1.038399,0.1268 -0.543349,0 -1.002177,-0.1691 -0.452791,-0.1751 -0.7788,-0.5011 -0.326009,-0.332 -0.513162,-0.8029 -0.181117,-0.4709 -0.181117,-1.0686 0,-0.652 0.21734,-1.141 0.217339,-0.4951 0.585609,-0.82714 0.36827,-0.33205 0.863321,-0.50109 0.495051,-0.16904 1.044437,-0.16904 0.398455,0 0.827097,0.10263 0.434679,0.0966 0.790874,0.31997 v 1.00217 q -0.380344,-0.24148 -0.784837,-0.36826 -0.398455,-0.12678 -0.833134,-0.12678 -0.307898,0 -0.591647,0.0966 -0.277711,0.0906 -0.489014,0.30184 -0.205265,0.2053 -0.332046,0.5313 -0.120744,0.326 -0.120744,0.7909 z" /> - - + id="path4219-9" + d="m -63.941944,1002.4593 q 0,0.32 -0.114707,0.5977 -0.10867,0.2716 -0.338084,0.4769 -0.223376,0.1992 -0.567497,0.3139 -0.338084,0.1148 -0.796912,0.1148 -0.446753,0 -0.845209,-0.1087 -0.398455,-0.1147 -0.676167,-0.32 v -1.0022 q 0.156967,0.1087 0.344121,0.2113 0.19319,0.1027 0.392418,0.1812 0.199228,0.072 0.392419,0.1207 0.19319,0.042 0.356195,0.042 0.392419,0 0.573535,-0.1691 0.181116,-0.169 0.181116,-0.4105 0,-0.1268 -0.03622,-0.2234 -0.03622,-0.1026 -0.138856,-0.1871 -0.0966,-0.091 -0.277712,-0.1751 -0.175079,-0.085 -0.45279,-0.1811 -0.380344,-0.1389 -0.639944,-0.2898 -0.253563,-0.157 -0.41053,-0.3381 -0.15093,-0.1872 -0.21734,-0.3985 -0.06641,-0.2173 -0.06641,-0.4709 0,-0.32598 0.138856,-0.59161 0.144893,-0.27168 0.386381,-0.46487 0.247526,-0.19319 0.573535,-0.29582 0.332046,-0.10867 0.706353,-0.10867 0.338084,0 0.664093,0.0664 0.326009,0.0664 0.633907,0.22941 v 0.90558 q -0.295823,-0.13282 -0.62787,-0.21734 -0.326009,-0.0906 -0.645981,-0.0906 -0.374307,0 -0.567498,0.15697 -0.187153,0.15697 -0.187153,0.39855 0,0.1026 0.03622,0.193 0.04226,0.091 0.138856,0.1752 0.0966,0.085 0.265637,0.1751 0.169042,0.085 0.428642,0.1751 0.362232,0.1268 0.621832,0.2717 0.265637,0.1388 0.434679,0.3139 0.175079,0.1751 0.253563,0.4045 0.08452,0.2234 0.08452,0.5192 z" /> diff --git a/res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg index cf949c503b87..38a43d839152 100644 --- a/res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg +++ b/res/skins/DarkMetal/gfx_hifi/tab_microphones_over.svg @@ -15,7 +15,7 @@ viewBox="0 0 60 30" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="tab_microphones_over.svg"> @@ -79,10 +79,10 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="10.572439" - inkscape:cx="45.485128" + inkscape:cx="33.567348" inkscape:cy="13.071072" inkscape:document-units="px" - inkscape:current-layer="g5160" + inkscape:current-layer="text4161-8-8-1" showgrid="false" units="px" inkscape:window-width="1920" @@ -100,7 +100,7 @@ image/svg+xml - + Jorge Rosa @@ -122,7 +122,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio x="-64.373627" y="823.29761" id="text6116-5" - sodipodi:linespacing="125%" transform="scale(1.0112873,0.98883868)"> style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.36420155px;line-height:100%;font-family:'Estrangelo Edessa';-inkscape-font-specification:'Estrangelo Edessa, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#e5d5ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="text4161-8-8-1" transform="translate(100.04052,37.359835)"> - - - - - - + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg index 44ab9522e963..95c0aeef44ff 100644 --- a/res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1.svg @@ -15,7 +15,7 @@ viewBox="0 0 60 30" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="tab_samplers_1.svg"> @@ -63,6 +63,13 @@ width="6" patternUnits="userSpaceOnUse" id="EMFhbasepattern" /> + + guidetolerance="9" + showguides="true" + inkscape:guide-bbox="true" /> @@ -115,7 +124,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio x="-64.373627" y="823.29761" id="text6116-5" - sodipodi:linespacing="125%" transform="scale(1.0112873,0.98883868)"> d="m 2.5,1048.1965 0,-21.6686 55,0 0,21.6686 z" id="rect5489-1" inkscape:connector-curvature="0" /> - - - - - - - - + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg index d74964e406ef..703d93d67216 100644 --- a/res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_1_over.svg @@ -15,7 +15,7 @@ viewBox="0 0 60 30" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="tab_samplers_1_over.svg"> @@ -71,9 +71,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="7.4758433" - inkscape:cx="-4.3892262" - inkscape:cy="8.6684924" + inkscape:zoom="14.951687" + inkscape:cx="39.617835" + inkscape:cy="9.7359487" inkscape:document-units="px" inkscape:current-layer="g5160" showgrid="false" @@ -84,7 +84,9 @@ inkscape:window-y="-8" inkscape:window-maximized="1" objecttolerance="10" - guidetolerance="9" /> + guidetolerance="9" + showguides="true" + inkscape:guide-bbox="true" /> @@ -115,7 +117,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio x="-64.373627" y="823.29761" id="text6116-5" - sodipodi:linespacing="125%" transform="scale(1.0112873,0.98883868)"> d="m 2.5,1048.1965 0,-21.6685 55,0 0,21.6685 z" style="opacity:1;fill:url(#radialGradient5497);fill-opacity:1;stroke:none;stroke-width:1.45692945;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - - - - - - - - + diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg index e6c2ad4bef2f..e7ebf3a6584b 100644 --- a/res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2.svg @@ -15,7 +15,7 @@ viewBox="0 0 60 30" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="tab_samplers_2.svg"> @@ -72,8 +72,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="10.572439" - inkscape:cx="20.296643" - inkscape:cy="2.0458623" + inkscape:cx="21.478962" + inkscape:cy="-0.224191" inkscape:document-units="px" inkscape:current-layer="g5160" showgrid="false" @@ -115,7 +115,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio x="-64.373627" y="823.29761" id="text6116-5" - sodipodi:linespacing="125%" transform="scale(1.0112873,0.98883868)"> id="rect5489-1" inkscape:connector-curvature="0" /> + id="g868" + transform="translate(8.2086431,-19.8418)"> + sodipodi:nodetypes="scccscscccscscccscssccscsscscsccsccccssccscccccsscccccsccccsccsscscccsccccccccccsssscccssccccccccccccscscccsccccscsccscscscccssccccccccssccscccsscccscccscccscssccsccscccsscccccscccccccccscccsscccssccsscccccccscscccccsscccsccsccccscsccccsscccscccsccccccccssccccssccccscscccs" + inkscape:connector-curvature="0" + style="fill:#8d5fd3;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -0.93267163,1053.3541 c -0.31999797,0 -0.71999497,0.08 -0.95999327,0.16 -0.3199975,0.08 -0.6399953,0.24 -0.8799933,0.48 -0.239998,0.16 -0.399997,0.4 -0.559996,0.64 -0.08,0.24 -0.159999,0.56 -0.159999,0.88 0,0.32 0.08,0.64 0.159999,0.8 0.08,0.24 0.239998,0.48 0.399997,0.64 0.159999,0.16 0.399997,0.32 0.6399954,0.4 0.2399982,0.16 0.5599959,0.32 0.8799942,0.4 0.239998,0.08 0.399997,0.24 0.63999497,0.32 l 0.479996,0.24 c 0.159999,0.08 0.239999,0.24 0.319998,0.4 0.08,0.16 0.159999,0.32 0.159999,0.48 0,0.24 -0.08,0.4 -0.159999,0.56 0,0.16 -0.08,0.24 -0.239998,0.3999 -0.08,0.08 -0.239998,0.16 -0.399997,0.24 -0.239999,0 -0.39999697,0.08 -0.63999597,0.08 -0.159998,0 -0.319997,0 -0.5599953,-0.08 -0.159999,-0.08 -0.3999975,-0.08 -0.5599963,-0.16 -0.159999,-0.08 -0.399997,-0.1599 -0.559996,-0.2399 -0.159999,-0.08 -0.319997,-0.24 -0.479996,-0.32 v 1.2799 c 0.159999,0.08 0.239998,0.08 0.399997,0.16 0.159999,0.08 0.399997,0.16 0.5599956,0.24 0.1599988,0 0.399997,0.08 0.5599957,0.08 h 0.6399953 c 0.39999697,0 0.79999497,0 1.11999197,-0.16 0.319998,-0.08 0.559996,-0.24 0.799994,-0.48 0.239998,-0.24 0.39999753,-0.48 0.47999753,-0.7199 0.1599976,-0.32 0.1599976,-0.64 0.1599976,-0.96 0,-0.24 0,-0.56 -0.08,-0.8 -0.08,-0.16 -0.23999763,-0.4 -0.39999713,-0.56 -0.159998,-0.16 -0.399997,-0.32 -0.639995,-0.48 -0.239998,-0.16 -0.559996,-0.24 -0.879993,-0.4 -0.239999,-0.08 -0.47999697,-0.16 -0.63999597,-0.24 -0.239998,-0.16 -0.3999973,-0.24 -0.5599953,-0.32 -0.1599993,-0.08 -0.2399987,-0.24 -0.3199981,-0.32 -0.079999,-0.16 -0.079999,-0.32 -0.079999,-0.48 0,-0.16 0,-0.32 0.079999,-0.48 0.079999,-0.16 0.1599988,-0.24 0.2399981,-0.32 0.159999,-0.16 0.239998,-0.24 0.3999973,-0.24 0.159999,-0.08 0.399997,-0.08 0.63999497,-0.08 h 0.479997 c 0.159999,0.08 0.319998,0.08 0.479996,0.08 0.159999,0.08 0.319998,0.16 0.479997,0.16 0.159999,0.08 0.319997,0.16 0.399997,0.16 v -1.04 c -0.239998,-0.16 -0.479997,-0.24 -0.799994,-0.32 -0.319998,-0.08 -0.639995,-0.08 -1.039992,-0.08 z m 24.63981763,0.08 v 7.9199 h 1.199991 v -7.9199 z m -18.9598595,2.8 c -0.319998,0 -0.559996,0 -0.879993,0.08 l -0.719995,0.24 v 0.96 c 0.239998,-0.16 0.479996,-0.24 0.719995,-0.32 0.319997,0 0.559995,-0.08 0.799994,-0.08 0.399997,0 0.639995,0.16 0.799994,0.32 0.159998,0.16 0.239998,0.48 0.239998,0.88 -0.159999,-0.08 -0.319998,-0.08 -0.399997,-0.08 h -0.399997 c -0.799994,0 -1.43999,0.16 -1.839987,0.48 -0.399997,0.24 -0.639995,0.64 -0.639995,1.2 0,0.2399 0.08,0.4799 0.08,0.6399 0.08,0.16 0.239998,0.32 0.319998,0.48 0.159999,0.16 0.319997,0.24 0.559996,0.32 0.239998,0.08 0.479996,0.08 0.719994,0.08 0.399997,0 0.719995,0 0.959993,-0.16 0.319998,-0.08 0.479997,-0.24 0.719995,-0.48 0,0.16 0.08,0.24 0.159999,0.32 0,0.08 0.08,0.16 0.159998,0.16 0.08,0.08 0.159999,0.08 0.319998,0.16 h 0.3999976 0.479996 c 0.159999,-0.08 0.239998,-0.08 0.319998,-0.16 v -0.72 h -0.239999 -0.159998 c -0.08,0 -0.159999,0 -0.239999,-0.08 -0.08,-0.08 -0.159998,-0.16 -0.159998,-0.32 v -1.9199 c 0,-0.4 0,-0.72 -0.08,-0.96 -0.159999,-0.24 -0.2399986,-0.48 -0.3999966,-0.64 -0.239999,-0.16 -0.399997,-0.24 -0.719995,-0.32 -0.239998,-0.08 -0.559996,-0.08 -0.879994,-0.08 z m 6.6399505,0 c -0.159999,0 -0.319998,0 -0.479997,0.08 -0.159998,0 -0.239998,0.08 -0.399997,0.08 -0.159999,0.08 -0.239998,0.16 -0.319997,0.24 -0.159999,0.08 -0.2399989,0.16 -0.3199979,0.24 v -0.56 h -1.119992 v 5.0399 h 1.119992 v -3.5999 l 0.2399979,-0.24 c 0.08,0 0.159999,-0.08 0.319998,-0.16 0.08,-0.08 0.239998,-0.08 0.319998,-0.16 h 0.399997 c 0.239998,0 0.479996,0.08 0.559995,0.24 0.159999,0.16 0.239999,0.48 0.239999,0.8 v 3.1199 h 1.199991 v -3.1199 -0.24 c 0,-0.08 -0.08,-0.16 -0.08,-0.16 l 0.239999,-0.24 c 0.08,-0.08 0.159998,-0.16 0.319997,-0.24 0.08,0 0.239998,-0.08 0.319998,-0.16 h 0.399997 c 0.319997,0 0.479996,0.08 0.639995,0.24 0.08,0.16 0.159999,0.48 0.159999,0.8 v 3.1199 H 16.3472 v -3.1199 c 0,-0.64 -0.159999,-1.12 -0.399997,-1.44 -0.319998,-0.4 -0.719995,-0.56 -1.35999,-0.56 -0.159999,0 -0.319998,0 -0.479996,0.08 -0.159999,0 -0.319998,0.08 -0.479997,0.16 -0.159999,0.08 -0.239998,0.16 -0.399997,0.32 -0.159999,0.08 -0.239998,0.16 -0.319997,0.24 -0.159999,-0.24 -0.319998,-0.4 -0.639996,-0.56 -0.239998,-0.16 -0.559996,-0.24 -0.879993,-0.24 z m 8.879934,0 c -0.399997,0 -0.639995,0.08 -0.959993,0.16 -0.239998,0.16 -0.479996,0.24 -0.639995,0.4 v -0.48 h -1.199991 v 7.9199 h 1.199991 v -3.12 c 0.159999,0.16 0.399997,0.24 0.639995,0.24 0.239998,0.08 0.479997,0.08 0.719995,0.08 0.399997,0 0.719994,0 1.039992,-0.16 0.319998,-0.16 0.639995,-0.32 0.799994,-0.56 0.239998,-0.24 0.399997,-0.48 0.559996,-0.7999 0.08,-0.32 0.159999,-0.72 0.159999,-1.12 0,-0.4 -0.08,-0.8 -0.159999,-1.12 -0.159999,-0.32 -0.319998,-0.56 -0.479996,-0.8 -0.239999,-0.16 -0.479997,-0.32 -0.799995,-0.48 -0.239998,-0.08 -0.559995,-0.16 -0.879993,-0.16 z m 8.479937,0 c -0.399997,0 -0.799994,0.08 -1.119992,0.16 -0.319997,0.16 -0.559995,0.32 -0.799994,0.56 -0.239998,0.24 -0.399997,0.48 -0.559995,0.8 -0.08,0.32 -0.159999,0.72 -0.159999,1.04 0,0.48 0.08,0.8 0.159999,1.12 0.159998,0.3199 0.319997,0.6399 0.559995,0.8799 0.239999,0.24 0.479997,0.4 0.799994,0.48 0.319998,0.16 0.719995,0.16 1.119992,0.16 0.399997,0 0.799994,0 1.199991,-0.08 0.319998,-0.16 0.639996,-0.24 0.959993,-0.4 v -0.9599 c -0.159999,0.08 -0.319997,0.1599 -0.479996,0.2399 -0.159999,0.08 -0.319998,0.16 -0.559996,0.24 -0.159999,0 -0.319998,0.08 -0.479997,0.08 -0.159998,0 -0.319997,0.08 -0.399997,0.08 -0.239998,0 -0.479996,-0.08 -0.719994,-0.16 l -0.479997,-0.24 c -0.159999,-0.1599 -0.319997,-0.3199 -0.399997,-0.4799 -0.08,-0.16 -0.08,-0.4 -0.159999,-0.56 h 3.839972 v -0.56 c 0,-0.32 0,-0.72 -0.159999,-0.96 -0.08,-0.32 -0.239998,-0.56 -0.399997,-0.8 -0.239998,-0.24 -0.479996,-0.32 -0.799994,-0.48 -0.239998,-0.08 -0.559996,-0.16 -0.959993,-0.16 z m 5.999956,0 c -0.159999,0 -0.319998,0 -0.399997,0.08 -0.08,0.08 -0.239999,0.16 -0.319998,0.24 -0.08,0.08 -0.159999,0.24 -0.239998,0.32 0,0.08 -0.08,0.24 -0.159999,0.32 0,-0.08 0,-0.16 -0.08,-0.24 v -0.24 c 0,-0.08 -0.08,-0.16 -0.08,-0.24 0,0 0,-0.08 -0.08,-0.16 h -0.959993 c 0,0.08 0,0.24 0.08,0.32 0,0.16 0,0.32 0.08,0.4 v 0.56 0.4 3.3599 h 1.199991 v -2.8799 c 0,-0.16 0,-0.32 0.08,-0.48 0,-0.16 0,-0.24 0.08,-0.4 l 0.239998,-0.24 c 0.159999,-0.08 0.319998,-0.08 0.399997,-0.08 h 0.479996 c 0.159999,0 0.319998,0.08 0.399997,0.08 v -0.96 c -0.08,-0.08 -0.239998,-0.08 -0.319997,-0.08 -0.159999,-0.08 -0.319998,-0.08 -0.399997,-0.08 z m 3.359975,0 c -0.239998,0 -0.479997,0 -0.719995,0.08 -0.159999,0.08 -0.399997,0.16 -0.559996,0.32 -0.159998,0.16 -0.319997,0.32 -0.399997,0.48 -0.08,0.16 -0.159999,0.4 -0.159999,0.56 0,0.24 0.08,0.4 0.08,0.48 0.08,0.16 0.159999,0.32 0.239998,0.4 0.08,0.16 0.239998,0.24 0.399997,0.4 0.159999,0.08 0.399997,0.16 0.639995,0.24 0.239999,0.08 0.399997,0.16 0.479997,0.24 0.159999,0 0.239998,0.08 0.319997,0.16 0,0.08 0.08,0.08 0.08,0.16 0.08,0.08 0.08,0.16 0.08,0.24 0,0.1599 -0.08,0.3199 -0.239998,0.3999 -0.08,0.16 -0.239998,0.16 -0.559996,0.16 h -0.319997 c -0.159999,-0.08 -0.319998,-0.08 -0.399997,-0.16 -0.159999,0 -0.319998,-0.08 -0.399997,-0.16 -0.159999,-0.08 -0.239999,-0.1599 -0.399998,-0.2399 v 1.0399 c 0.239999,0.16 0.479997,0.24 0.719995,0.32 0.239998,0.08 0.559996,0.08 0.879994,0.08 0.319997,0 0.559995,0 0.799994,-0.08 0.239998,-0.08 0.399997,-0.16 0.559996,-0.32 0.159998,-0.16 0.239998,-0.32 0.319997,-0.48 0.08,-0.16 0.159999,-0.4 0.159999,-0.6399 0,-0.16 -0.08,-0.32 -0.08,-0.48 -0.08,-0.16 -0.159999,-0.32 -0.319998,-0.4 -0.08,-0.16 -0.239998,-0.24 -0.399997,-0.32 -0.159999,-0.08 -0.399997,-0.24 -0.639995,-0.32 -0.159999,0 -0.319998,-0.08 -0.399997,-0.16 -0.159999,-0.08 -0.239999,-0.08 -0.319998,-0.16 -0.08,-0.08 -0.08,-0.16 -0.159999,-0.16 v -0.24 c 0,-0.16 0.08,-0.24 0.159999,-0.4 0.159999,-0.08 0.319998,-0.16 0.639995,-0.16 0.159999,0 0.399997,0.08 0.639996,0.08 0.239998,0.08 0.399997,0.16 0.639995,0.24 v -0.88 c -0.239998,-0.16 -0.479997,-0.24 -0.639995,-0.24 -0.239999,-0.08 -0.479997,-0.08 -0.719995,-0.08 z m -18.079866,0.88 c 0.239998,0 0.399997,0.08 0.559996,0.16 0.159998,0.08 0.319997,0.16 0.399997,0.32 0.159998,0.16 0.239998,0.32 0.319997,0.48 0.08,0.24 0.08,0.48 0.08,0.72 0,0.32 0,0.56 -0.08,0.8 -0.08,0.16 -0.159999,0.4 -0.319997,0.5599 -0.159999,0.16 -0.319998,0.24 -0.479997,0.32 -0.239998,0.08 -0.479996,0.16 -0.719994,0.16 -0.159999,0 -0.239999,0 -0.399997,-0.08 -0.08,0 -0.159999,0 -0.319998,-0.08 -0.08,0 -0.159999,-0.08 -0.239998,-0.08 l -0.159999,-0.16 v -2.5599 c 0.08,0 0.159999,-0.08 0.239998,-0.16 0.08,-0.08 0.239998,-0.16 0.319998,-0.24 0.08,0 0.239998,-0.08 0.399997,-0.08 0.08,-0.08 0.239998,-0.08 0.399997,-0.08 z m 8.719935,0 c 0.319998,0 0.639995,0.16 0.799994,0.32 0.239998,0.24 0.319998,0.48 0.399997,0.88 h -2.63998 c 0.08,-0.4 0.239998,-0.64 0.479996,-0.88 0.239999,-0.16 0.559996,-0.32 0.959993,-0.32 z m -23.7598235,1.92 h 0.399997 0.319998 v 0.96 c -0.239998,0.2399 -0.399997,0.3199 -0.639995,0.4799 -0.239999,0.08 -0.479997,0.08 -0.719995,0.08 -0.239998,0 -0.399997,0 -0.559996,-0.16 -0.08,-0.16 -0.159999,-0.3199 -0.159999,-0.4799 0,-0.16 0,-0.24 0.08,-0.32 0,-0.16 0.08,-0.24 0.239999,-0.32 0.08,-0.08 0.239998,-0.16 0.399997,-0.16 0.159998,-0.08 0.399997,-0.08 0.639994,-0.08 z" + id="path833" /> - - - - + inkscape:connector-curvature="0" + id="path4173-1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.36420155px;line-height:100%;font-family:'Estrangelo Edessa';-inkscape-font-specification:'Estrangelo Edessa, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#8d5fd3;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 45.55399,1055.7644 q 0,-0.5976 -0.295823,-0.9297 -0.289786,-0.332 -0.851246,-0.332 -0.247526,0 -0.525237,0.078 -0.277712,0.072 -0.549386,0.1992 -0.265637,0.1268 -0.513163,0.2898 -0.241488,0.163 -0.416567,0.338 v -1.0927 q 0.175079,-0.163 0.41053,-0.3079 0.235451,-0.1449 0.507126,-0.2535 0.277711,-0.1087 0.585609,-0.1751 0.307897,-0.066 0.633907,-0.066 0.525237,0 0.947841,0.1509 0.422605,0.1449 0.712391,0.4226 0.295823,0.2777 0.45279,0.6701 0.163005,0.3864 0.163005,0.8694 0,0.5011 -0.126781,0.9116 -0.120745,0.4045 -0.344121,0.7788 -0.21734,0.3683 -0.5192,0.7365 -0.295823,0.3623 -0.652019,0.7909 l -1.322148,1.6059 h 3.223869 v 0.978 h -4.64865 v -0.8512 l 1.841348,-2.276 q 0.289786,-0.3623 0.525237,-0.6641 0.241489,-0.3019 0.41053,-0.5917 0.169042,-0.2898 0.2596,-0.5977 0.09056,-0.3078 0.09056,-0.6822 z" /> diff --git a/res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg index 19fe9ca66991..6e96c5c94d6b 100644 --- a/res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg +++ b/res/skins/DarkMetal/gfx_hifi/tab_samplers_2_over.svg @@ -15,7 +15,7 @@ viewBox="0 0 60 30" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="tab_samplers_2_over.svg"> @@ -72,8 +72,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="10.572439" - inkscape:cx="3.1889494" - inkscape:cy="12.829769" + inkscape:cx="22.153353" + inkscape:cy="10.181373" inkscape:document-units="px" inkscape:current-layer="g4257" showgrid="false" @@ -115,7 +115,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio x="-64.373627" y="823.29761" id="text6116-5" - sodipodi:linespacing="125%" transform="scale(1.0112873,0.98883868)"> d="m 2.5,1048.1965 0,-21.6685 55,0 0,21.6685 z" style="opacity:1;fill:url(#radialGradient5497);fill-opacity:1;stroke:none;stroke-width:1.45692945;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + id="g868" + transform="translate(8.2086431,-19.8418)" + style="fill:#e5d5ff;fill-opacity:1"> + sodipodi:nodetypes="scccscscccscscccscssccscsscscsccsccccssccscccccsscccccsccccsccsscscccsccccccccccsssscccssccccccccccccscscccsccccscsccscscscccssccccccccssccscccsscccscccscccscssccsccscccsscccccscccccccccscccsscccssccsscccccccscscccccsscccsccsccccscsccccsscccscccsccccccccssccccssccccscscccs" + inkscape:connector-curvature="0" + style="fill:#e5d5ff;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -0.93267163,1053.3541 c -0.31999797,0 -0.71999497,0.08 -0.95999327,0.16 -0.3199975,0.08 -0.6399953,0.24 -0.8799933,0.48 -0.239998,0.16 -0.399997,0.4 -0.559996,0.64 -0.08,0.24 -0.159999,0.56 -0.159999,0.88 0,0.32 0.08,0.64 0.159999,0.8 0.08,0.24 0.239998,0.48 0.399997,0.64 0.159999,0.16 0.399997,0.32 0.6399954,0.4 0.2399982,0.16 0.5599959,0.32 0.8799942,0.4 0.239998,0.08 0.399997,0.24 0.63999497,0.32 l 0.479996,0.24 c 0.159999,0.08 0.239999,0.24 0.319998,0.4 0.08,0.16 0.159999,0.32 0.159999,0.48 0,0.24 -0.08,0.4 -0.159999,0.56 0,0.16 -0.08,0.24 -0.239998,0.3999 -0.08,0.08 -0.239998,0.16 -0.399997,0.24 -0.239999,0 -0.39999697,0.08 -0.63999597,0.08 -0.159998,0 -0.319997,0 -0.5599953,-0.08 -0.159999,-0.08 -0.3999975,-0.08 -0.5599963,-0.16 -0.159999,-0.08 -0.399997,-0.1599 -0.559996,-0.2399 -0.159999,-0.08 -0.319997,-0.24 -0.479996,-0.32 v 1.2799 c 0.159999,0.08 0.239998,0.08 0.399997,0.16 0.159999,0.08 0.399997,0.16 0.5599956,0.24 0.1599988,0 0.399997,0.08 0.5599957,0.08 h 0.6399953 c 0.39999697,0 0.79999497,0 1.11999197,-0.16 0.319998,-0.08 0.559996,-0.24 0.799994,-0.48 0.239998,-0.24 0.39999753,-0.48 0.47999753,-0.7199 0.1599976,-0.32 0.1599976,-0.64 0.1599976,-0.96 0,-0.24 0,-0.56 -0.08,-0.8 -0.08,-0.16 -0.23999763,-0.4 -0.39999713,-0.56 -0.159998,-0.16 -0.399997,-0.32 -0.639995,-0.48 -0.239998,-0.16 -0.559996,-0.24 -0.879993,-0.4 -0.239999,-0.08 -0.47999697,-0.16 -0.63999597,-0.24 -0.239998,-0.16 -0.3999973,-0.24 -0.5599953,-0.32 -0.1599993,-0.08 -0.2399987,-0.24 -0.3199981,-0.32 -0.079999,-0.16 -0.079999,-0.32 -0.079999,-0.48 0,-0.16 0,-0.32 0.079999,-0.48 0.079999,-0.16 0.1599988,-0.24 0.2399981,-0.32 0.159999,-0.16 0.239998,-0.24 0.3999973,-0.24 0.159999,-0.08 0.399997,-0.08 0.63999497,-0.08 h 0.479997 c 0.159999,0.08 0.319998,0.08 0.479996,0.08 0.159999,0.08 0.319998,0.16 0.479997,0.16 0.159999,0.08 0.319997,0.16 0.399997,0.16 v -1.04 c -0.239998,-0.16 -0.479997,-0.24 -0.799994,-0.32 -0.319998,-0.08 -0.639995,-0.08 -1.039992,-0.08 z m 24.63981763,0.08 v 7.9199 h 1.199991 v -7.9199 z m -18.9598595,2.8 c -0.319998,0 -0.559996,0 -0.879993,0.08 l -0.719995,0.24 v 0.96 c 0.239998,-0.16 0.479996,-0.24 0.719995,-0.32 0.319997,0 0.559995,-0.08 0.799994,-0.08 0.399997,0 0.639995,0.16 0.799994,0.32 0.159998,0.16 0.239998,0.48 0.239998,0.88 -0.159999,-0.08 -0.319998,-0.08 -0.399997,-0.08 h -0.399997 c -0.799994,0 -1.43999,0.16 -1.839987,0.48 -0.399997,0.24 -0.639995,0.64 -0.639995,1.2 0,0.2399 0.08,0.4799 0.08,0.6399 0.08,0.16 0.239998,0.32 0.319998,0.48 0.159999,0.16 0.319997,0.24 0.559996,0.32 0.239998,0.08 0.479996,0.08 0.719994,0.08 0.399997,0 0.719995,0 0.959993,-0.16 0.319998,-0.08 0.479997,-0.24 0.719995,-0.48 0,0.16 0.08,0.24 0.159999,0.32 0,0.08 0.08,0.16 0.159998,0.16 0.08,0.08 0.159999,0.08 0.319998,0.16 h 0.3999976 0.479996 c 0.159999,-0.08 0.239998,-0.08 0.319998,-0.16 v -0.72 h -0.239999 -0.159998 c -0.08,0 -0.159999,0 -0.239999,-0.08 -0.08,-0.08 -0.159998,-0.16 -0.159998,-0.32 v -1.9199 c 0,-0.4 0,-0.72 -0.08,-0.96 -0.159999,-0.24 -0.2399986,-0.48 -0.3999966,-0.64 -0.239999,-0.16 -0.399997,-0.24 -0.719995,-0.32 -0.239998,-0.08 -0.559996,-0.08 -0.879994,-0.08 z m 6.6399505,0 c -0.159999,0 -0.319998,0 -0.479997,0.08 -0.159998,0 -0.239998,0.08 -0.399997,0.08 -0.159999,0.08 -0.239998,0.16 -0.319997,0.24 -0.159999,0.08 -0.2399989,0.16 -0.3199979,0.24 v -0.56 h -1.119992 v 5.0399 h 1.119992 v -3.5999 l 0.2399979,-0.24 c 0.08,0 0.159999,-0.08 0.319998,-0.16 0.08,-0.08 0.239998,-0.08 0.319998,-0.16 h 0.399997 c 0.239998,0 0.479996,0.08 0.559995,0.24 0.159999,0.16 0.239999,0.48 0.239999,0.8 v 3.1199 h 1.199991 v -3.1199 -0.24 c 0,-0.08 -0.08,-0.16 -0.08,-0.16 l 0.239999,-0.24 c 0.08,-0.08 0.159998,-0.16 0.319997,-0.24 0.08,0 0.239998,-0.08 0.319998,-0.16 h 0.399997 c 0.319997,0 0.479996,0.08 0.639995,0.24 0.08,0.16 0.159999,0.48 0.159999,0.8 v 3.1199 H 16.3472 v -3.1199 c 0,-0.64 -0.159999,-1.12 -0.399997,-1.44 -0.319998,-0.4 -0.719995,-0.56 -1.35999,-0.56 -0.159999,0 -0.319998,0 -0.479996,0.08 -0.159999,0 -0.319998,0.08 -0.479997,0.16 -0.159999,0.08 -0.239998,0.16 -0.399997,0.32 -0.159999,0.08 -0.239998,0.16 -0.319997,0.24 -0.159999,-0.24 -0.319998,-0.4 -0.639996,-0.56 -0.239998,-0.16 -0.559996,-0.24 -0.879993,-0.24 z m 8.879934,0 c -0.399997,0 -0.639995,0.08 -0.959993,0.16 -0.239998,0.16 -0.479996,0.24 -0.639995,0.4 v -0.48 h -1.199991 v 7.9199 h 1.199991 v -3.12 c 0.159999,0.16 0.399997,0.24 0.639995,0.24 0.239998,0.08 0.479997,0.08 0.719995,0.08 0.399997,0 0.719994,0 1.039992,-0.16 0.319998,-0.16 0.639995,-0.32 0.799994,-0.56 0.239998,-0.24 0.399997,-0.48 0.559996,-0.7999 0.08,-0.32 0.159999,-0.72 0.159999,-1.12 0,-0.4 -0.08,-0.8 -0.159999,-1.12 -0.159999,-0.32 -0.319998,-0.56 -0.479996,-0.8 -0.239999,-0.16 -0.479997,-0.32 -0.799995,-0.48 -0.239998,-0.08 -0.559995,-0.16 -0.879993,-0.16 z m 8.479937,0 c -0.399997,0 -0.799994,0.08 -1.119992,0.16 -0.319997,0.16 -0.559995,0.32 -0.799994,0.56 -0.239998,0.24 -0.399997,0.48 -0.559995,0.8 -0.08,0.32 -0.159999,0.72 -0.159999,1.04 0,0.48 0.08,0.8 0.159999,1.12 0.159998,0.3199 0.319997,0.6399 0.559995,0.8799 0.239999,0.24 0.479997,0.4 0.799994,0.48 0.319998,0.16 0.719995,0.16 1.119992,0.16 0.399997,0 0.799994,0 1.199991,-0.08 0.319998,-0.16 0.639996,-0.24 0.959993,-0.4 v -0.9599 c -0.159999,0.08 -0.319997,0.1599 -0.479996,0.2399 -0.159999,0.08 -0.319998,0.16 -0.559996,0.24 -0.159999,0 -0.319998,0.08 -0.479997,0.08 -0.159998,0 -0.319997,0.08 -0.399997,0.08 -0.239998,0 -0.479996,-0.08 -0.719994,-0.16 l -0.479997,-0.24 c -0.159999,-0.1599 -0.319997,-0.3199 -0.399997,-0.4799 -0.08,-0.16 -0.08,-0.4 -0.159999,-0.56 h 3.839972 v -0.56 c 0,-0.32 0,-0.72 -0.159999,-0.96 -0.08,-0.32 -0.239998,-0.56 -0.399997,-0.8 -0.239998,-0.24 -0.479996,-0.32 -0.799994,-0.48 -0.239998,-0.08 -0.559996,-0.16 -0.959993,-0.16 z m 5.999956,0 c -0.159999,0 -0.319998,0 -0.399997,0.08 -0.08,0.08 -0.239999,0.16 -0.319998,0.24 -0.08,0.08 -0.159999,0.24 -0.239998,0.32 0,0.08 -0.08,0.24 -0.159999,0.32 0,-0.08 0,-0.16 -0.08,-0.24 v -0.24 c 0,-0.08 -0.08,-0.16 -0.08,-0.24 0,0 0,-0.08 -0.08,-0.16 h -0.959993 c 0,0.08 0,0.24 0.08,0.32 0,0.16 0,0.32 0.08,0.4 v 0.56 0.4 3.3599 h 1.199991 v -2.8799 c 0,-0.16 0,-0.32 0.08,-0.48 0,-0.16 0,-0.24 0.08,-0.4 l 0.239998,-0.24 c 0.159999,-0.08 0.319998,-0.08 0.399997,-0.08 h 0.479996 c 0.159999,0 0.319998,0.08 0.399997,0.08 v -0.96 c -0.08,-0.08 -0.239998,-0.08 -0.319997,-0.08 -0.159999,-0.08 -0.319998,-0.08 -0.399997,-0.08 z m 3.359975,0 c -0.239998,0 -0.479997,0 -0.719995,0.08 -0.159999,0.08 -0.399997,0.16 -0.559996,0.32 -0.159998,0.16 -0.319997,0.32 -0.399997,0.48 -0.08,0.16 -0.159999,0.4 -0.159999,0.56 0,0.24 0.08,0.4 0.08,0.48 0.08,0.16 0.159999,0.32 0.239998,0.4 0.08,0.16 0.239998,0.24 0.399997,0.4 0.159999,0.08 0.399997,0.16 0.639995,0.24 0.239999,0.08 0.399997,0.16 0.479997,0.24 0.159999,0 0.239998,0.08 0.319997,0.16 0,0.08 0.08,0.08 0.08,0.16 0.08,0.08 0.08,0.16 0.08,0.24 0,0.1599 -0.08,0.3199 -0.239998,0.3999 -0.08,0.16 -0.239998,0.16 -0.559996,0.16 h -0.319997 c -0.159999,-0.08 -0.319998,-0.08 -0.399997,-0.16 -0.159999,0 -0.319998,-0.08 -0.399997,-0.16 -0.159999,-0.08 -0.239999,-0.1599 -0.399998,-0.2399 v 1.0399 c 0.239999,0.16 0.479997,0.24 0.719995,0.32 0.239998,0.08 0.559996,0.08 0.879994,0.08 0.319997,0 0.559995,0 0.799994,-0.08 0.239998,-0.08 0.399997,-0.16 0.559996,-0.32 0.159998,-0.16 0.239998,-0.32 0.319997,-0.48 0.08,-0.16 0.159999,-0.4 0.159999,-0.6399 0,-0.16 -0.08,-0.32 -0.08,-0.48 -0.08,-0.16 -0.159999,-0.32 -0.319998,-0.4 -0.08,-0.16 -0.239998,-0.24 -0.399997,-0.32 -0.159999,-0.08 -0.399997,-0.24 -0.639995,-0.32 -0.159999,0 -0.319998,-0.08 -0.399997,-0.16 -0.159999,-0.08 -0.239999,-0.08 -0.319998,-0.16 -0.08,-0.08 -0.08,-0.16 -0.159999,-0.16 v -0.24 c 0,-0.16 0.08,-0.24 0.159999,-0.4 0.159999,-0.08 0.319998,-0.16 0.639995,-0.16 0.159999,0 0.399997,0.08 0.639996,0.08 0.239998,0.08 0.399997,0.16 0.639995,0.24 v -0.88 c -0.239998,-0.16 -0.479997,-0.24 -0.639995,-0.24 -0.239999,-0.08 -0.479997,-0.08 -0.719995,-0.08 z m -18.079866,0.88 c 0.239998,0 0.399997,0.08 0.559996,0.16 0.159998,0.08 0.319997,0.16 0.399997,0.32 0.159998,0.16 0.239998,0.32 0.319997,0.48 0.08,0.24 0.08,0.48 0.08,0.72 0,0.32 0,0.56 -0.08,0.8 -0.08,0.16 -0.159999,0.4 -0.319997,0.5599 -0.159999,0.16 -0.319998,0.24 -0.479997,0.32 -0.239998,0.08 -0.479996,0.16 -0.719994,0.16 -0.159999,0 -0.239999,0 -0.399997,-0.08 -0.08,0 -0.159999,0 -0.319998,-0.08 -0.08,0 -0.159999,-0.08 -0.239998,-0.08 l -0.159999,-0.16 v -2.5599 c 0.08,0 0.159999,-0.08 0.239998,-0.16 0.08,-0.08 0.239998,-0.16 0.319998,-0.24 0.08,0 0.239998,-0.08 0.399997,-0.08 0.08,-0.08 0.239998,-0.08 0.399997,-0.08 z m 8.719935,0 c 0.319998,0 0.639995,0.16 0.799994,0.32 0.239998,0.24 0.319998,0.48 0.399997,0.88 h -2.63998 c 0.08,-0.4 0.239998,-0.64 0.479996,-0.88 0.239999,-0.16 0.559996,-0.32 0.959993,-0.32 z m -23.7598235,1.92 h 0.399997 0.319998 v 0.96 c -0.239998,0.2399 -0.399997,0.3199 -0.639995,0.4799 -0.239999,0.08 -0.479997,0.08 -0.719995,0.08 -0.239998,0 -0.399997,0 -0.559996,-0.16 -0.08,-0.16 -0.159999,-0.3199 -0.159999,-0.4799 0,-0.16 0,-0.24 0.08,-0.32 0,-0.16 0.08,-0.24 0.239999,-0.32 0.08,-0.08 0.239998,-0.16 0.399997,-0.16 0.159998,-0.08 0.399997,-0.08 0.639994,-0.08 z" + id="path833" /> - - - - + inkscape:connector-curvature="0" + id="path4173-1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.36420155px;line-height:100%;font-family:'Estrangelo Edessa';-inkscape-font-specification:'Estrangelo Edessa, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#e5d5ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 45.55399,1055.7644 q 0,-0.5976 -0.295823,-0.9297 -0.289786,-0.332 -0.851246,-0.332 -0.247526,0 -0.525237,0.078 -0.277712,0.072 -0.549386,0.1992 -0.265637,0.1268 -0.513163,0.2898 -0.241488,0.163 -0.416567,0.338 v -1.0927 q 0.175079,-0.163 0.41053,-0.3079 0.235451,-0.1449 0.507126,-0.2535 0.277711,-0.1087 0.585609,-0.1751 0.307897,-0.066 0.633907,-0.066 0.525237,0 0.947841,0.1509 0.422605,0.1449 0.712391,0.4226 0.295823,0.2777 0.45279,0.6701 0.163005,0.3864 0.163005,0.8694 0,0.5011 -0.126781,0.9116 -0.120745,0.4045 -0.344121,0.7788 -0.21734,0.3683 -0.5192,0.7365 -0.295823,0.3623 -0.652019,0.7909 l -1.322148,1.6059 h 3.223869 v 0.978 h -4.64865 v -0.8512 l 1.841348,-2.276 q 0.289786,-0.3623 0.525237,-0.6641 0.241489,-0.3019 0.41053,-0.5917 0.169042,-0.2898 0.2596,-0.5977 0.09056,-0.3078 0.09056,-0.6822 z" /> From 1f165b02a5c5cf1580cd89f46cdd44188320cb45 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 16:21:13 +0000 Subject: [PATCH 26/46] Add files via upload --- res/skins/DarkMetal/README.txt | 70 ++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 res/skins/DarkMetal/README.txt diff --git a/res/skins/DarkMetal/README.txt b/res/skins/DarkMetal/README.txt new file mode 100644 index 000000000000..3ab1be4f6f26 --- /dev/null +++ b/res/skins/DarkMetal/README.txt @@ -0,0 +1,70 @@ +Mixxx skin: Dark Metal + +FEATURES: + +- 1) 100% Scalable Vector Graphics (SVG) - 100% Quality lossless graphics - Not even one bitmat anywhere. +- 2) Fully resizable - Small screen users can use it too - All elements must fit nicely in all resolutions. Please note that If your resolution is too small, some racks (rows) may overlap, but even so you still can disable their visibility (there are lots of buttons, in the top bar, for that. These buttons are always visible, no matter what, even you "enable" everything). Ready from 980x350, to... infinity and beyound. +- 3) Mixxx features - Contains the lattest Mixxx features - But... I´m sure that not all tasks arent done, so I´m always sharping the graphics, correcting issues, adding forgotten and/or new stuff, etc... +- 4) Unique features - Contains original and unique features - I´ll try to add features not available (yet!...) anywhere else, they must be functional too, of course. Like the analog VUs, the digital font, a grey only color scheme (A tribute to 1927´s Metropolis film), etc... Our imagination versus the code will be the limit... + +-------------------------------------------------------------------------------------------------- + +HOW-TO: Install ?... + +- 1) Remove any older version of "DarkMetal". *(Just delete the "DarkMetal" folder... IF you already have one)* +- 2) Download and unzip the "DarkMetal.zip" archive. *(~1Mb only file size)* +- 3) Move the new folder (with all contents), to your Mixxx skins folder. *(An path example in Windows OS: C:\Program Files\Mixxx\skins\DarkMetal)* +- 4) Double click in the included "digital.otf" to install that font. +- 5) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Skin" --> Select "DarkMetal" option. +- 6) Done!... + +================================================================================================== + +HOW-TO: Select one from the many available color schemes ?... + +- 1) Start your Mixxx, then go to "Options" --> "Preferences" --> "Interface" --> "Color scheme" --> Select a scheme. +- 2) Done!... + + +================================================================================================== + +HOW-TO: Change between the available visual spinning discs ?... (vinyl/cd/bobine) + +- 1) Open the "deck_left.xml" and "deck_right.xml" files. +- 2) Search for the "spinny_bobine.svg" texts, and replace them all by "spinny_cd.svg" or "spinny_vinyl.svg". Save the file. +- 3) Done!... + +================================================================================================== + +HOW-TO: Create my own color scheme ?... + +- 1) Open the "skinl.xml" file. +- 2) Search and write between the `` `` tags, something similar to this: `My own color scheme0-600` Save the file. +- 3) Done!... + +-------------------------------------------------------------------------------------------------- + +Skin Developer Tools: +- Notepad++ *(To open and edit the XML, TXT, MD, QSS files)* - https://notepad-plus-plus.org +- Inkscape *(To open and edit the SVG files)* - https://inkscape.org/en +- SVG Explorer Extension *(To have SVG thumbnais in the explorer)* - https://svgextension.codeplex.com + +-------------------------------------------------------------------------------------------------- + +LICENCE: Creative Commons - Attribution 3.0 Unported - https://creativecommons.org/licenses/by/3.0 + +-------------------------------------------------------------------------------------------------- + +Tutorial Video: https://www.youtube.com/watch?v=-FIc3iiHDeU&index=40&list=PLnhzSMPecj1HXo5IGrNFYiGyy6fHZYPTL + +DARK METAL skin at MIXXX forums: http://www.mixxx.org/forums/viewtopic.php?t=6052 + +-------------------------------------------------------------------------------------------------- + +- This project at GITHUB: https://github.com/jorgerosa/mixxx/tree/master/res/skins/DarkMetal +- This project at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile +- Developer: Jorge Rosa *(Portugal - With love to ASCR)* +- Email: jorge.bigarte@gmail.com +- Portfolio: http://sites.google.com/site/jorgerosaportfolio *(Many more stuff there...)* + +-------------------------------------------------------------------------------------------------- From e3131e0d3d7d7a1654e12d5ea2a269660341f642 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 16:21:49 +0000 Subject: [PATCH 27/46] Add files via upload --- res/skins/DarkMetal/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/skins/DarkMetal/README.md b/res/skins/DarkMetal/README.md index 7aeec20e1622..a36be3b7f68d 100644 --- a/res/skins/DarkMetal/README.md +++ b/res/skins/DarkMetal/README.md @@ -47,7 +47,7 @@ -------------------------------------------------------------------------------------------------- Skin Developer Tools: -- Notepad++ *(To open and edit the XML, MD, QSS files)* - https://notepad-plus-plus.org +- Notepad++ *(To open and edit the XML, TXT, MD, QSS files)* - https://notepad-plus-plus.org - Inkscape *(To open and edit the SVG files)* - https://inkscape.org/en - SVG Explorer Extension *(To have SVG thumbnais in the explorer)* - https://svgextension.codeplex.com @@ -63,8 +63,8 @@ DARK METAL skin at MIXXX forums: http://www.mixxx.org/forums/viewtopic.php?t=605 -------------------------------------------------------------------------------------------------- -- This project at GITHUB: https://github.com/jorgerosa/mixxx/tree/DarkMetal/res/skins/DarkMetal -- This project CLONED at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile +- This project at GITHUB: https://github.com/jorgerosa/mixxx/tree/master/res/skins/DarkMetal +- This project at SOURCEFORGE.NET: https://sourceforge.net/u/jorgerosa/profile - Developer: Jorge Rosa *(Portugal - With love to ASCR)* - Email: jorge.bigarte@gmail.com - Portfolio: http://sites.google.com/site/jorgerosaportfolio *(Many more stuff there...)* From 7adb3d33ed7156e8018ab045fa0b60d9ebe51fc9 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 16:27:03 +0000 Subject: [PATCH 28/46] Add files via upload From ba864a447f206fdc1dc56c60c371cca5bb91e46a Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 16:29:49 +0000 Subject: [PATCH 29/46] Add files via upload From 585c8021456b9df04a875215edb84da16fc889e8 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 16:32:54 +0000 Subject: [PATCH 30/46] Add files via upload From a368a296f303e86d1d0a2412df345ef478eea0f6 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Mon, 13 Feb 2017 16:34:16 +0000 Subject: [PATCH 31/46] Add files via upload From bb5fac40ee792faa1a3d0031030fc79c8e765873 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Tue, 14 Feb 2017 00:07:19 +0000 Subject: [PATCH 32/46] Add files via upload --- .../DarkMetal/gfx_hifi/background_mixer1.svg | 425 ++++++++++++------ .../DarkMetal/gfx_hifi/background_mixer2.svg | 423 +++++++++++------ res/skins/DarkMetal/gfx_hifi/start.svg | 41 +- 3 files changed, 596 insertions(+), 293 deletions(-) diff --git a/res/skins/DarkMetal/gfx_hifi/background_mixer1.svg b/res/skins/DarkMetal/gfx_hifi/background_mixer1.svg index cc6fb4f5494b..4d1ac1d2fcf5 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_mixer1.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_mixer1.svg @@ -684,7 +684,7 @@ fx="767.78143" fy="228.60611" r="32.034878" - gradientTransform="matrix(17.248132,-1.8035983e-6,0,2.7207282,-13018.306,287.28072)" + gradientTransform="matrix(17.247731,-2.0104471e-6,0,3.0327598,-13018.001,205.53154)" gradientUnits="userSpaceOnUse" /> + image/svg+xml - + Jorge Rosa @@ -4834,19 +4845,29 @@ Site:https://sites.google.com/site/jorgerosaportfolio d="m 0,752.36894 450,0 0,299.99356 -450,0 z" id="rect4183-1-5" inkscape:connector-curvature="0" /> - + transform="rotate(90)" /> + + + @@ -4861,16 +4882,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio d="m -0.17082535,1052.3622 449.13217535,0 0,-41.0264 -449.13217535,0 z" style="opacity:1;fill:url(#radialGradient4196-5-9-8-5-1);fill-opacity:1;stroke:none;stroke-width:1.01419711;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - - style="opacity:1;fill:url(#linearGradient5324);fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - - - - - - - - - - - - - - - - - - - - - - - - - + id="g5405"> - - - - - - + id="rect4183-1-8-0" + d="m 146.79523,980.4509 156.34806,0 0,19 -156.34806,0 z" + style="opacity:1;fill:url(#radialGradient4196-5-94-83);fill-opacity:1;stroke:none;stroke-width:0.88158977;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.49983859px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg b/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg index 1a6f885f1131..2b05152d591f 100644 --- a/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg +++ b/res/skins/DarkMetal/gfx_hifi/background_mixer2.svg @@ -684,7 +684,7 @@ fx="767.78143" fy="228.60611" r="32.034878" - gradientTransform="matrix(17.248132,-1.8035983e-6,0,2.7207282,-13018.306,287.28072)" + gradientTransform="matrix(17.247731,-2.0104471e-6,0,3.0327598,-13018.001,205.53154)" gradientUnits="userSpaceOnUse" /> + d="m 0,752.36894 450,0 0,299.99356 -450,0 z" id="rect4183-1-5" inkscape:connector-curvature="0" /> - + transform="rotate(90)" /> + + + @@ -4861,16 +4882,6 @@ Site:https://sites.google.com/site/jorgerosaportfolio d="m -0.17082535,1052.3622 449.13217535,0 0,-41.0264 -449.13217535,0 z" style="opacity:1;fill:url(#radialGradient4196-5-9-8-5-1);fill-opacity:1;stroke:none;stroke-width:1.01419711;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - - style="opacity:1;fill:url(#linearGradient5324);fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - - - - - - - - - - - - - - - - - - - - - - - - - + id="g5405"> - - - - - - + id="rect4183-1-8-0" + d="m 146.79523,980.4509 156.34806,0 0,19 -156.34806,0 z" + style="opacity:1;fill:url(#radialGradient4196-5-94-83);fill-opacity:1;stroke:none;stroke-width:0.88158977;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.49983859px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/skins/DarkMetal/gfx_hifi/start.svg b/res/skins/DarkMetal/gfx_hifi/start.svg index ebfc4cadaa04..21a3e820f48c 100644 --- a/res/skins/DarkMetal/gfx_hifi/start.svg +++ b/res/skins/DarkMetal/gfx_hifi/start.svg @@ -15,7 +15,7 @@ viewBox="0 0 400 50" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.0 r15299" sodipodi:docname="start.svg"> @@ -136,7 +136,7 @@ fx="767.85956" fy="234.06589" r="32.034878" - gradientTransform="matrix(5.5179398,-1.2121617e-5,0,0.43103943,-4036.6574,927.12481)" + gradientTransform="matrix(6.1323677,8.2763262e-6,-3.2897636e-6,0.6522354,-4508.451,875.33473)" gradientUnits="userSpaceOnUse" /> + + + + + image/svg+xml - + Jorge Rosa @@ -203,6 +226,12 @@ Site:https://sites.google.com/site/jorgerosaportfolio d="m 0,1002.3622 400,0 0,50 -400,0 z" id="rect4183-1-5-0" inkscape:connector-curvature="0" /> + From 4085bee3ec057bfb3e176beb34eeaa31c2f251c0 Mon Sep 17 00:00:00 2001 From: Jorge Rosa Date: Tue, 14 Feb 2017 00:08:29 +0000 Subject: [PATCH 33/46] Add files via upload From bf640aef8430198bc92b917ef9814de08398bf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Wed, 8 Mar 2017 00:01:02 +0100 Subject: [PATCH 34/46] remove Library font from style sheed to folow preferences setting --- res/skins/DarkMetal/styles.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/skins/DarkMetal/styles.qss b/res/skins/DarkMetal/styles.qss index 26086cebf00e..80fa15e6b07b 100644 --- a/res/skins/DarkMetal/styles.qss +++ b/res/skins/DarkMetal/styles.qss @@ -396,7 +396,7 @@ QTableView::item:hover, QTextBrowser::item:hover, QTreeView::item:hover { color: #ffffff; } /* File Browser ROWS: */ - QTableView, QTextBrowser, QTreeView { border: 1px solid #656565; font: "Arial"; font-family: "Arial"; background: transparent; color: #707070; alternate-background-color: #0c0c0c; } + QTableView, QTextBrowser, QTreeView { border: 1px solid #656565; background: transparent; color: #707070; alternate-background-color: #0c0c0c; } /* we use "background: transparent" as workaround, else "alternate-background-color" wont work, QT 4.7.x bug? */ /* checkbox in library "Played" column */ From 5a19a1e9f18c256f8eb065f840791d7ffa580446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Wed, 8 Mar 2017 00:05:07 +0100 Subject: [PATCH 35/46] Move digital font to fonts dir --- .../FONT (to install) => fonts}/digital.otf | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename res/{skins/DarkMetal/FONT (to install) => fonts}/digital.otf (100%) diff --git a/res/skins/DarkMetal/FONT (to install)/digital.otf b/res/fonts/digital.otf similarity index 100% rename from res/skins/DarkMetal/FONT (to install)/digital.otf rename to res/fonts/digital.otf From ced16682319bafe2a24da47dbb2881c1340f60e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 7 May 2017 22:48:01 +0200 Subject: [PATCH 36/46] Move background definition from qss to XML to allow sacling the skin --- res/skins/DarkMetal/skin.xml | 1 + res/skins/DarkMetal/styles.qss | 371 +++++++++++------- .../DarkMetal/templates/00_toolbar/start.xml | 16 + .../DarkMetal/templates/01_globals/start.xml | 20 + .../templates/03_decksmixer_ab/deck_left.xml | 5 + .../templates/03_decksmixer_ab/deck_right.xml | 4 + .../templates/04_decksmixer_cd/deck_left.xml | 4 + .../templates/04_decksmixer_cd/deck_right.xml | 4 + .../DarkMetal/templates/06_effects/start.xml | 4 + .../DarkMetal/templates/07_effects/start.xml | 4 + .../DarkMetal/templates/08_samplers/start.xml | 4 + .../DarkMetal/templates/09_samplers/start.xml | 4 + .../DarkMetal/templates/10_library/start.xml | 6 + .../templates/11_microphones/start.xml | 7 + .../templates/12_auxiliaries/start.xml | 7 + .../13_miniplayer_ab/minideck_left.xml | 7 + .../13_miniplayer_ab/minideck_right.xml | 9 +- .../templates/13_miniplayer_ab/start.xml | 1 + .../14_miniplayer_cd/minideck_left.xml | 9 +- .../14_miniplayer_cd/minideck_right.xml | 7 + .../templates/14_miniplayer_cd/start.xml | 2 + .../templates/15_longwaves_ab/start.xml | 2 + .../templates/16_longwaves_cd/start.xml | 2 + .../DarkMetal/templates/99_tests/start.xml | 4 + res/skins/Deere/deck_inner_column.xml | 1 + 25 files changed, 356 insertions(+), 149 deletions(-) diff --git a/res/skins/DarkMetal/skin.xml b/res/skins/DarkMetal/skin.xml index 04391ce7e90b..cd48c1f2bbbd 100644 --- a/res/skins/DarkMetal/skin.xml +++ b/res/skins/DarkMetal/skin.xml @@ -420,6 +420,7 @@ Mixxx #000000 + gfx_hifi/background_main.svg + Vinyl Controls + + + + + + + + 120,16 + f,f + + + + 3 + + 0 + skin:graphics/btn_vinylcontrol_cueing_off.svg + skin:graphics/btn_vinylcontrol_cueing_off.svg + + + 1 + skin:graphics/btn_vinylcontrol_cueing_one.svg + skin:graphics/btn_vinylcontrol_cueing_one.svg + + + 2 + skin:graphics/btn_vinylcontrol_cueing_hot.svg + skin:graphics/btn_vinylcontrol_cueing_hot.svg + + + [Channel],vinylcontrol_cueing + + + + + 3 + + 0 + skin:graphics/btn_vinylcontrol_cueing_off.svg + skin:graphics/btn_vinylcontrol_cueing_off.svg + + + 1 + skin:graphics/btn_vinylcontrol_cueing_one.svg + skin:graphics/btn_vinylcontrol_cueing_one.svg + + + 2 + skin:graphics/btn_vinylcontrol_cueing_hot.svg + skin:graphics/btn_vinylcontrol_cueing_hot.svg + + + [Channel],vinylcontrol_cueing + + + + + + + + + + 26,16 + f,f + + + + 2 + + 0 + skin:graphics/btn_on.svg + skin:graphics/btn_off.svg + + + 1 + skin:graphics/btn_on.svg + skin:graphics/btn_on.svg + + + [Channel],vinylcontrol_enabled + + + + + + + + + [VinylControlsDeck],show + + visible + + + + + HorizontalLine + 10,1 + me,f + horizontal + + + HorizontalSmallButtons 0,170 - 50,35 + 290,35 me,f horizontal @@ -635,13 +656,13 @@ 2 0 - gfx_hifi/btn_expand_deck_.svg - gfx_hifi/btn_expand_deck_.svg + skin:graphics/btn_expand_deck__pressed.svg + skin:graphics/btn_expand_deck__pressed.svg 1 - gfx_hifi/btn_expand_deck_.svg - gfx_hifi/btn_expand_deck_.svg + skin:graphics/btn_expand_deck_.svg + skin:graphics/btn_expand_deck_.svg [Deck],show @@ -658,11 +679,13 @@ - 10,35 + -1,-1 + -1,-1 me,me horizontal + VerticalLineDarker30 @@ -682,13 +705,13 @@ 2 0 - gfx_hifi/btn_buttons_row.svg - gfx_hifi/btn_buttons_row.svg + skin:graphics/btn_buttons_row.svg + skin:graphics/btn_buttons_row.svg 1 - gfx_hifi/btn_buttons_row_over.svg - gfx_hifi/btn_buttons_row_over.svg + skin:graphics/btn_buttons_row_pressed.svg + skin:graphics/btn_buttons_row_pressed.svg [ButtonsRowDeck],show @@ -702,28 +725,53 @@ ********************************************** --> + + 2 + + 0 + skin:graphics/btn_coverart_pressed.svg + skin:graphics/btn_coverart.svg + + + 1 + skin:graphics/btn_coverart_pressed.svg + skin:graphics/btn_coverart_pressed.svg + + + [CoverArtBigDeck],show + true + LeftButton + + + + + 2 0 - gfx_hifi/btn_coverart_over.svg - gfx_hifi/btn_coverart.svg + skin:graphics/btn_spinny.svg + skin:graphics/btn_spinny.svg 1 - gfx_hifi/btn_coverart_over.svg - gfx_hifi/btn_coverart_over.svg + skin:graphics/btn_spinny_pressed.svg + skin:graphics/btn_spinny_pressed.svg - [CoverArtBigDeck],show + [Spinny],show_spinny true LeftButton - + @@ -731,16 +779,16 @@ 2 0 - gfx_hifi/btn_spinny.svg - gfx_hifi/btn_spinny.svg + skin:graphics/btn_vinyl.svg + skin:graphics/btn_vinyl.svg 1 - gfx_hifi/btn_spinny_over.svg - gfx_hifi/btn_spinny_over.svg + skin:graphics/btn_vinyl_pressed.svg + skin:graphics/btn_vinyl_pressed.svg - [Spinny],show_spinny + [VinylControlsDeck],show true LeftButton @@ -764,13 +812,13 @@ 2 0 - gfx_hifi/btn_slip.svg - gfx_hifi/btn_slip.svg + skin:graphics/btn_slip.svg + skin:graphics/btn_slip.svg 1 - gfx_hifi/btn_slip_over.svg - gfx_hifi/btn_slip_over.svg + skin:graphics/btn_slip_pressed.svg + skin:graphics/btn_slip_pressed.svg [Channel],slip_enabled @@ -789,8 +837,8 @@ 1 0 - gfx_hifi/btn_beatgrid_over.svg - gfx_hifi/btn_beatgrid.svg + skin:graphics/btn_beatgrid_pressed.svg + skin:graphics/btn_beatgrid.svg [Channel],beats_translate_curpos @@ -809,13 +857,13 @@ 2 0 - gfx_hifi/btn_keylock.svg - gfx_hifi/btn_keylock.svg + skin:graphics/btn_keylock.svg + skin:graphics/btn_keylock.svg 1 - gfx_hifi/btn_keylock_over.svg - gfx_hifi/btn_keylock_over.svg + skin:graphics/btn_keylock_pressed.svg + skin:graphics/btn_keylock_pressed.svg [Channel],keylock @@ -832,13 +880,13 @@ 2 0 - gfx_hifi/btn_quantize.svg - gfx_hifi/btn_quantize.svg + skin:graphics/btn_quantize.svg + skin:graphics/btn_quantize.svg 1 - gfx_hifi/btn_quantize_over.svg - gfx_hifi/btn_quantize_over.svg + skin:graphics/btn_quantize_pressed.svg + skin:graphics/btn_quantize_pressed.svg [Channel],quantize @@ -857,13 +905,13 @@ 2 0 - gfx_hifi/btn_repeat.svg - gfx_hifi/btn_repeat.svg + skin:graphics/btn_repeat.svg + skin:graphics/btn_repeat.svg 1 - gfx_hifi/btn_repeat_over.svg - gfx_hifi/btn_repeat_over.svg + skin:graphics/btn_repeat_pressed.svg + skin:graphics/btn_repeat_pressed.svg [Channel],repeat @@ -880,8 +928,8 @@ 1 0 - gfx_hifi/btn_eject_over.svg - gfx_hifi/btn_eject.svg + skin:graphics/btn_eject_pressed.svg + skin:graphics/btn_eject.svg [Channel],eject @@ -889,10 +937,31 @@ LeftButton false - - - - + + + + + + CoverArtTinny + 24,24 + f,f + horizontal + + + 24,24 + f,f + [Channel] + + + + + + + @@ -900,7 +969,8 @@ 10,1 me,f - + + - SetAnFixedArea + HorizontalMainButtons -1,70 -1,70 me,f @@ -928,13 +998,14 @@ ButtonsRowDeck - 113,70 + 113,70 + 113,70 f,f horizontal - Box + PosButtonsBox 105,70 f,f @@ -950,8 +1021,8 @@ 1 0 - gfx_hifi/btn_startstop2.svg - gfx_hifi/btn_startstop1.svg + skin:graphics/btn_startstop2.svg + skin:graphics/btn_startstop1.svg [Channel],start_stop @@ -976,8 +1047,8 @@ 1 0 - gfx_hifi/btn_rewind_over.svg - gfx_hifi/btn_rewind.svg + skin:graphics/btn_rewind_pressed.svg + skin:graphics/btn_rewind.svg [Channel],back @@ -1002,8 +1073,8 @@ 1 0 - gfx_hifi/btn_forward_over.svg - gfx_hifi/btn_forward.svg + skin:graphics/btn_forward_pressed.svg + skin:graphics/btn_forward.svg [Channel],fwd @@ -1028,8 +1099,8 @@ 1 0 - gfx_hifi/btn_endstop_over.svg - gfx_hifi/btn_endstop.svg + skin:graphics/btn_endstop_pressed.svg + skin:graphics/btn_endstop.svg [Channel],end @@ -1054,8 +1125,8 @@ 1 0 - gfx_hifi/btn_startplay_over.svg - gfx_hifi/btn_startplay.svg + skin:graphics/btn_startplay_pressed.svg + skin:graphics/btn_startplay.svg [Channel],start_play @@ -1075,8 +1146,8 @@ 1 0 - gfx_hifi/btn_reverse_over.svg - gfx_hifi/btn_reverse.svg + skin:graphics/btn_reverse_pressed.svg + skin:graphics/btn_reverse.svg [Channel],reverse @@ -1088,12 +1159,14 @@ - - - 8,70 - f,f - - + + + 8,-1 + 8,-1 + f,me + + + @@ -1107,13 +1180,14 @@ ButtonsRowDeck - 335,70 - f,f + 452,70 + 452,70 + f,me horizontal - Box + CuesButtonsBox 105,70 f,f @@ -1125,13 +1199,13 @@ true 0 - gfx_hifi/btn_hotcue_1.svg - gfx_hifi/btn_hotcue_1.svg + skin:graphics/btn_hotcue_1.svg + skin:graphics/btn_hotcue_1.svg 1 - gfx_hifi/btn_hotcue_1_over.svg - gfx_hifi/btn_hotcue_1_over.svg + skin:graphics/btn_hotcue_1_pressed.svg + skin:graphics/btn_hotcue_1_pressed.svg [Channel],hotcue_1_activate @@ -1158,13 +1232,13 @@ true 0 - gfx_hifi/btn_hotcue_2.svg - gfx_hifi/btn_hotcue_2.svg + skin:graphics/btn_hotcue_2.svg + skin:graphics/btn_hotcue_2.svg 1 - gfx_hifi/btn_hotcue_2_over.svg - gfx_hifi/btn_hotcue_2_over.svg + skin:graphics/btn_hotcue_2_pressed.svg + skin:graphics/btn_hotcue_2_pressed.svg [Channel],hotcue_2_activate @@ -1191,13 +1265,13 @@ true 0 - gfx_hifi/btn_hotcue_3.svg - gfx_hifi/btn_hotcue_3.svg + skin:graphics/btn_hotcue_3.svg + skin:graphics/btn_hotcue_3.svg 1 - gfx_hifi/btn_hotcue_3_over.svg - gfx_hifi/btn_hotcue_3_over.svg + skin:graphics/btn_hotcue_3_pressed.svg + skin:graphics/btn_hotcue_3_pressed.svg [Channel],hotcue_3_activate @@ -1224,13 +1298,13 @@ true 0 - gfx_hifi/btn_hotcue_4.svg - gfx_hifi/btn_hotcue_4.svg + skin:graphics/btn_hotcue_4.svg + skin:graphics/btn_hotcue_4.svg 1 - gfx_hifi/btn_hotcue_4_over.svg - gfx_hifi/btn_hotcue_4_over.svg + skin:graphics/btn_hotcue_4_pressed.svg + skin:graphics/btn_hotcue_4_pressed.svg [Channel],hotcue_4_activate @@ -1257,13 +1331,13 @@ true 0 - gfx_hifi/btn_hotcue_5.svg - gfx_hifi/btn_hotcue_5.svg + skin:graphics/btn_hotcue_5.svg + skin:graphics/btn_hotcue_5.svg 1 - gfx_hifi/btn_hotcue_5_over.svg - gfx_hifi/btn_hotcue_5_over.svg + skin:graphics/btn_hotcue_5_pressed.svg + skin:graphics/btn_hotcue_5_pressed.svg [Channel],hotcue_5_activate @@ -1290,13 +1364,13 @@ true 0 - gfx_hifi/btn_hotcue_6.svg - gfx_hifi/btn_hotcue_6.svg + skin:graphics/btn_hotcue_6.svg + skin:graphics/btn_hotcue_6.svg 1 - gfx_hifi/btn_hotcue_6_over.svg - gfx_hifi/btn_hotcue_6_over.svg + skin:graphics/btn_hotcue_6_pressed.svg + skin:graphics/btn_hotcue_6_pressed.svg [Channel],hotcue_6_activate @@ -1323,13 +1397,13 @@ true 0 - gfx_hifi/btn_hotcue_7.svg - gfx_hifi/btn_hotcue_7.svg + skin:graphics/btn_hotcue_7.svg + skin:graphics/btn_hotcue_7.svg 1 - gfx_hifi/btn_hotcue_7_over.svg - gfx_hifi/btn_hotcue_7_over.svg + skin:graphics/btn_hotcue_7_pressed.svg + skin:graphics/btn_hotcue_7_pressed.svg [Channel],hotcue_7_activate @@ -1356,13 +1430,13 @@ true 0 - gfx_hifi/btn_hotcue_8.svg - gfx_hifi/btn_hotcue_8.svg + skin:graphics/btn_hotcue_8.svg + skin:graphics/btn_hotcue_8.svg 1 - gfx_hifi/btn_hotcue_8_over.svg - gfx_hifi/btn_hotcue_8_over.svg + skin:graphics/btn_hotcue_8_pressed.svg + skin:graphics/btn_hotcue_8_pressed.svg [Channel],hotcue_8_activate @@ -1385,15 +1459,17 @@ - - - 8,70 - f,f - - + + + 8,-1 + 8,-1 + f,me + + + - Box + LoopsButtonsBox1 54,70 f,f @@ -1403,8 +1479,8 @@ 1 0 - gfx_hifi/btn_loop_in_over.svg - gfx_hifi/btn_loop_in.svg + skin:graphics/btn_loop_in_pressed.svg + skin:graphics/btn_loop_in.svg [Channel],loop_in @@ -1418,8 +1494,8 @@ 1 0 - gfx_hifi/btn_loop_out_over.svg - gfx_hifi/btn_loop_out.svg + skin:graphics/btn_loop_out_pressed.svg + skin:graphics/btn_loop_out.svg [Channel],loop_out @@ -1434,13 +1510,13 @@ true 0 - gfx_hifi/btn_reloop.svg - gfx_hifi/btn_reloop.svg + skin:graphics/btn_reloop.svg + skin:graphics/btn_reloop.svg 1 - gfx_hifi/btn_reloop_over.svg - gfx_hifi/btn_reloop_over.svg + skin:graphics/btn_reloop_pressed.svg + skin:graphics/btn_reloop_pressed.svg [Channel],reloop_exit @@ -1457,26 +1533,30 @@ - - - 8,70 - f,f - - + + + 8,-1 + 8,-1 + f,me + + + + - - Box + + LoopsButtonsBox2 152,70 f,f + 0,10 1 0 - gfx_hifi/btn_beatloop_halve_over.svg - gfx_hifi/btn_beatloop_halve.svg + skin:graphics/btn_beatloop_halve_pressed.svg + skin:graphics/btn_beatloop_halve.svg [Channel],loop_halve @@ -1492,13 +1572,13 @@ true 0 - gfx_hifi/btn_beatloop_0125.svg - gfx_hifi/btn_beatloop_0125.svg + skin:graphics/btn_beatloop_0125.svg + skin:graphics/btn_beatloop_0125.svg 1 - gfx_hifi/btn_beatloop_0125.svg - gfx_hifi/btn_beatloop_0125_over.svg + skin:graphics/btn_beatloop_0125.svg + skin:graphics/btn_beatloop_0125_pressed.svg [Channel],beatloop_0.125_toggle @@ -1523,13 +1603,13 @@ true 0 - gfx_hifi/btn_beatloop_0250.svg - gfx_hifi/btn_beatloop_0250.svg + skin:graphics/btn_beatloop_0250.svg + skin:graphics/btn_beatloop_0250.svg 1 - gfx_hifi/btn_beatloop_0250.svg - gfx_hifi/btn_beatloop_0250_over.svg + skin:graphics/btn_beatloop_0250.svg + skin:graphics/btn_beatloop_0250_pressed.svg [Channel],beatloop_0.25_toggle @@ -1554,13 +1634,13 @@ true 0 - gfx_hifi/btn_beatloop_0500.svg - gfx_hifi/btn_beatloop_0500.svg + skin:graphics/btn_beatloop_0500.svg + skin:graphics/btn_beatloop_0500.svg 1 - gfx_hifi/btn_beatloop_0500.svg - gfx_hifi/btn_beatloop_0500_over.svg + skin:graphics/btn_beatloop_0500.svg + skin:graphics/btn_beatloop_0500_pressed.svg [Channel],beatloop_0.5_toggle @@ -1585,13 +1665,13 @@ true 0 - gfx_hifi/btn_beatloop_1.svg - gfx_hifi/btn_beatloop_1.svg + skin:graphics/btn_beatloop_1.svg + skin:graphics/btn_beatloop_1.svg 1 - gfx_hifi/btn_beatloop_1.svg - gfx_hifi/btn_beatloop_1_over.svg + skin:graphics/btn_beatloop_1.svg + skin:graphics/btn_beatloop_1_pressed.svg [Channel],beatloop_1_toggle @@ -1616,13 +1696,13 @@ true 0 - gfx_hifi/btn_beatloop_2.svg - gfx_hifi/btn_beatloop_2.svg + skin:graphics/btn_beatloop_2.svg + skin:graphics/btn_beatloop_2.svg 1 - gfx_hifi/btn_beatloop_2.svg - gfx_hifi/btn_beatloop_2_over.svg + skin:graphics/btn_beatloop_2.svg + skin:graphics/btn_beatloop_2_pressed.svg [Channel],beatloop_2_toggle @@ -1647,13 +1727,13 @@ true 0 - gfx_hifi/btn_beatloop_4.svg - gfx_hifi/btn_beatloop_4.svg + skin:graphics/btn_beatloop_4.svg + skin:graphics/btn_beatloop_4.svg 1 - gfx_hifi/btn_beatloop_4.svg - gfx_hifi/btn_beatloop_4_over.svg + skin:graphics/btn_beatloop_4.svg + skin:graphics/btn_beatloop_4_pressed.svg [Channel],beatloop_4_toggle @@ -1678,13 +1758,13 @@ true 0 - gfx_hifi/btn_beatloop_8.svg - gfx_hifi/btn_beatloop_8.svg + skin:graphics/btn_beatloop_8.svg + skin:graphics/btn_beatloop_8.svg 1 - gfx_hifi/btn_beatloop_8.svg - gfx_hifi/btn_beatloop_8_over.svg + skin:graphics/btn_beatloop_8.svg + skin:graphics/btn_beatloop_8_pressed.svg [Channel],beatloop_8_toggle @@ -1709,13 +1789,13 @@ true 0 - gfx_hifi/btn_beatloop_16.svg - gfx_hifi/btn_beatloop_16.svg + skin:graphics/btn_beatloop_16.svg + skin:graphics/btn_beatloop_16.svg 1 - gfx_hifi/btn_beatloop_16.svg - gfx_hifi/btn_beatloop_16_over.svg + skin:graphics/btn_beatloop_16.svg + skin:graphics/btn_beatloop_16_pressed.svg [Channel],beatloop_16_toggle @@ -1738,8 +1818,8 @@ 1 0 - gfx_hifi/btn_beatloop_double_over.svg - gfx_hifi/btn_beatloop_double.svg + skin:graphics/btn_beatloop_double_pressed.svg + skin:graphics/btn_beatloop_double.svg [Channel],loop_double @@ -1750,13 +1830,179 @@ + + + + + 4,-1 + 4,-1 + f,me + + + + + + LoopsButtonsBox3 + 115,-1 + 115,-1 + f,me + vertical + + + + + -1,3 + -1,3 + me,f + + + + + + + HorizontalRow + -1,25 + me,f + horizontal + + + + 1 + + 0 + skin:graphics/btn_jump_back.svg + skin:graphics/btn_jump_back_pressed.svg + + + [Channel],beatjump_backward + true + LeftButton + + + [Channel],beatjump_1_backward + true + RightButton + + true + + + + BeatjumpSizeSpinBox + + [Channel],beatjump_size + + + + 1 + + 0 + skin:graphics/btn_jump_front.svg + skin:graphics/btn_jump_front_pressed.svg + + + [Channel],beatjump_forward + true + LeftButton + + + [Channel],beatjump_1_forward + true + RightButton + + true + + + + + + + + + HorizontalRow + 1,26 + me,f + horizontal + + + + 2 + + 0 + skin:graphics/btn_beat_reloop_pressed.svg + skin:graphics/btn_beat_reloop.svg + + + 1 + skin:graphics/btn_beat_reloop_pressed.svg + skin:graphics/btn_beat_reloop_pressed.svg + + + [Channel],reloop_toggle + true + LeftButton + false + + + [Channel],reloop_andstop + true + RightButton + false + + + [Channel],loop_enabled + false + + + + + BeatloopSizeSpinBox + + [Channel],beatloop_size + + + + 2 + true + + 0 + skin:graphics/btn_beat_loop_activate_pressed.svg + skin:graphics/btn_beat_loop_activate.svg + + + 1 + skin:graphics/btn_beat_loop_activate_pressed.svg + skin:graphics/btn_beat_loop_activate.svg + + + [Channel],beatloop_activate + true + LeftButton + + + [Channel],beatlooproll_activate + true + RightButton + false + + + + + + + + + + + + - - - 8,70 - f,f - - @@ -1777,7 +2023,13 @@ ************************************************************************* --> - + + -1,-1 + -1,-1 + f,me + + + [Deck],show diff --git a/res/skins/DarkMetal/templates/decksmixer_12/deck_right.xml b/res/skins/DarkMetal/templates/decksmixer_12/deck_right.xml index 77e812722a86..f805dc25a27d 100644 --- a/res/skins/DarkMetal/templates/decksmixer_12/deck_right.xml +++ b/res/skins/DarkMetal/templates/decksmixer_12/deck_right.xml @@ -8,183 +8,6 @@ me,f vertical - - - - - VinylControlsDeck - 10,20 - me,f - horizontal - - - - - - 26,16 - f,f - - - - 2 - - 0 - gfx_hifi/btn_on.svg - gfx_hifi/btn_off.svg - - - 1 - gfx_hifi/btn_on.svg - gfx_hifi/btn_on.svg - - - [Channel],vinylcontrol_enabled - - - - - - - - - - 120,16 - f,f - - - - 3 - - 0 - gfx_hifi/btn_vinylcontrol_mode_abs.svg - gfx_hifi/btn_vinylcontrol_mode_abs.svg - - - 1 - gfx_hifi/btn_vinylcontrol_mode_rel.svg - gfx_hifi/btn_vinylcontrol_mode_rel.svg - - - 2 - gfx_hifi/btn_vinylcontrol_mode_const.svg - gfx_hifi/btn_vinylcontrol_mode_const.svg - - - [Channel],vinylcontrol_mode - - - - - 3 - - 0 - gfx_hifi/btn_vinylcontrol_mode_abs.svg - gfx_hifi/btn_vinylcontrol_mode_abs.svg - - - 1 - gfx_hifi/btn_vinylcontrol_mode_rel.svg - gfx_hifi/btn_vinylcontrol_mode_rel.svg - - - 2 - gfx_hifi/btn_vinylcontrol_mode_const.svg - gfx_hifi/btn_vinylcontrol_mode_const.svg - - - [Channel],vinylcontrol_mode - - - - - - - - 1,16 - me,f - - - - - - - 120,16 - f,f - - - - 3 - - 0 - gfx_hifi/btn_vinylcontrol_cueing_off.svg - gfx_hifi/btn_vinylcontrol_cueing_off.svg - - - 1 - gfx_hifi/btn_vinylcontrol_cueing_one.svg - gfx_hifi/btn_vinylcontrol_cueing_one.svg - - - 2 - gfx_hifi/btn_vinylcontrol_cueing_hot.svg - gfx_hifi/btn_vinylcontrol_cueing_hot.svg - - - [Channel],vinylcontrol_cueing - - - - - 3 - - 0 - gfx_hifi/btn_vinylcontrol_cueing_off.svg - gfx_hifi/btn_vinylcontrol_cueing_off.svg - - - 1 - gfx_hifi/btn_vinylcontrol_cueing_one.svg - gfx_hifi/btn_vinylcontrol_cueing_one.svg - - - 2 - gfx_hifi/btn_vinylcontrol_cueing_hot.svg - gfx_hifi/btn_vinylcontrol_cueing_hot.svg - - - [Channel],vinylcontrol_cueing - - - - - - - - - - - HorizontalLine - 10,1 - me,f - horizontal - - + skin:graphics/background_digital.svg 0,0 10,23 @@ -242,14 +65,14 @@ 0 - gfx_hifi/btn_tap1_over.svg - gfx_hifi/btn_tap1.svg + skin:graphics/btn_tap1_pressed.svg + skin:graphics/btn_tap1.svg 1 - gfx_hifi/btn_tap1_over.svg - gfx_hifi/btn_tap1.svg + skin:graphics/btn_tap1_pressed.svg + skin:graphics/btn_tap1.svg [Channel],bpm_tap @@ -279,7 +102,7 @@ TextLineN2Deck - gfx_hifi/background_digital.svg + skin:graphics/background_digital.svg 0,26 10,23 @@ -345,14 +168,15 @@ 0,0 118,118 + 118,118 f,f horizontal - gfx_hifi/background_spinny.svg - gfx_hifi/spinny_bobine.svg - gfx_hifi/spinny_bobine.svg + skin:graphics/background_spinny.svg + skin:graphics/spinny_bobine.svg + skin:graphics/spinny_bobine.svg false @@ -374,7 +198,7 @@ TrackRate - gfx_hifi/background_digital_small.svg + skin:graphics/background_digital_small.svg -1,20 me,f horizontal @@ -397,6 +221,12 @@ me,f + + TrackStarRating + 80,20 + f,f + + @@ -419,15 +249,16 @@ 1,66 me,me - gfx_hifi/wave_background_big.svg + skin:graphics/wave_background_big.svg #5f4d75 #230d44 #180831 #7c708f - #ece7f5 + #99ece7f5 + #99684e8c #d8cbec #6e4aaa - #580078 + #99580078 top #dbb7ff @@ -486,15 +317,16 @@ me,f - gfx_hifi/wave_background_medium.svg + skin:graphics/wave_background_medium.svg #5f4d75 #230d44 #180831 #7c708f - #ece7f5 + #99ece7f5 + #99684e8c #d8cbec #6e4aaa - #580078 + #99580078 top #dbb7ff @@ -558,7 +390,7 @@ 83,83 f,f [Channel] - + @@ -576,7 +408,197 @@ me,f horizontal + + + + + + VinylControlsDeck + 10,20 + me,f + horizontal + + + + + + 26,16 + f,f + + + + 2 + + 0 + skin:graphics/btn_on.svg + skin:graphics/btn_off.svg + + + 1 + skin:graphics/btn_on.svg + skin:graphics/btn_on.svg + + + [Channel],vinylcontrol_enabled + + + + + + + + + + 120,16 + f,f + + + + 3 + + 0 + skin:graphics/btn_vinylcontrol_mode_abs.svg + skin:graphics/btn_vinylcontrol_mode_abs.svg + + + 1 + skin:graphics/btn_vinylcontrol_mode_rel.svg + skin:graphics/btn_vinylcontrol_mode_rel.svg + + + 2 + skin:graphics/btn_vinylcontrol_mode_const.svg + skin:graphics/btn_vinylcontrol_mode_const.svg + + + [Channel],vinylcontrol_mode + + + + + 3 + + 0 + skin:graphics/btn_vinylcontrol_mode_abs.svg + skin:graphics/btn_vinylcontrol_mode_abs.svg + + + 1 + skin:graphics/btn_vinylcontrol_mode_rel.svg + skin:graphics/btn_vinylcontrol_mode_rel.svg + + + 2 + skin:graphics/btn_vinylcontrol_mode_const.svg + skin:graphics/btn_vinylcontrol_mode_const.svg + + + [Channel],vinylcontrol_mode + + + + + + + + + Texts + 1,16 + me,f + vertical + + + + + + + + + 120,16 + f,f + + + + 3 + + 0 + skin:graphics/btn_vinylcontrol_cueing_off.svg + skin:graphics/btn_vinylcontrol_cueing_off.svg + + + 1 + skin:graphics/btn_vinylcontrol_cueing_one.svg + skin:graphics/btn_vinylcontrol_cueing_one.svg + + + 2 + skin:graphics/btn_vinylcontrol_cueing_hot.svg + skin:graphics/btn_vinylcontrol_cueing_hot.svg + + + [Channel],vinylcontrol_cueing + + + + + 3 + + 0 + skin:graphics/btn_vinylcontrol_cueing_off.svg + skin:graphics/btn_vinylcontrol_cueing_off.svg + + + 1 + skin:graphics/btn_vinylcontrol_cueing_one.svg + skin:graphics/btn_vinylcontrol_cueing_one.svg + + + 2 + skin:graphics/btn_vinylcontrol_cueing_hot.svg + skin:graphics/btn_vinylcontrol_cueing_hot.svg + + + [Channel],vinylcontrol_cueing + + + + + + + + [VinylControlsDeck],show + + visible + + + + + HorizontalLine + 10,1 + me,f + horizontal + + + HorizontalSmallButtons 0,170 - 50,35 + 290,35 me,f horizontal + + + + CoverArtTinny + 24,24 + f,f + horizontal + + + 24,24 + f,f + [Channel] + + + + + + + + 2 + + 0 + skin:graphics/btn_vinyl.svg + skin:graphics/btn_vinyl.svg + + + 1 + skin:graphics/btn_vinyl_pressed.svg + skin:graphics/btn_vinyl_pressed.svg + + + [VinylControlsDeck],show + true + LeftButton + + - 10,35 + -1,-1 + -1,-1 me,me horizontal @@ -845,13 +915,13 @@ 2 0 - gfx_hifi/btn_expand_deck_.svg - gfx_hifi/btn_expand_deck_.svg + skin:graphics/btn_expand_deck__pressed.svg + skin:graphics/btn_expand_deck__pressed.svg 1 - gfx_hifi/btn_expand_deck_.svg - gfx_hifi/btn_expand_deck_.svg + skin:graphics/btn_expand_deck_.svg + skin:graphics/btn_expand_deck_.svg [Deck],show @@ -887,7 +957,7 @@ --> - SetAnFixedArea + HorizontalMainButtons -1,70 -1,70 me,f @@ -900,19 +970,22 @@ ButtonsRowDeck 113,70 + 113,70 f,f horizontal - - - 8,70 - f,f - - + + + 8,-1 + 8,-1 + f,me + + + - Box + PosButtonsBox 105,70 f,f @@ -928,8 +1001,8 @@ 1 0 - gfx_hifi/btn_startstop2.svg - gfx_hifi/btn_startstop1.svg + skin:graphics/btn_startstop2.svg + skin:graphics/btn_startstop1.svg [Channel],start_stop @@ -954,8 +1027,8 @@ 1 0 - gfx_hifi/btn_rewind_over.svg - gfx_hifi/btn_rewind.svg + skin:graphics/btn_rewind_pressed.svg + skin:graphics/btn_rewind.svg [Channel],back @@ -980,8 +1053,8 @@ 1 0 - gfx_hifi/btn_forward_over.svg - gfx_hifi/btn_forward.svg + skin:graphics/btn_forward_pressed.svg + skin:graphics/btn_forward.svg [Channel],fwd @@ -1006,8 +1079,8 @@ 1 0 - gfx_hifi/btn_endstop_over.svg - gfx_hifi/btn_endstop.svg + skin:graphics/btn_endstop_pressed.svg + skin:graphics/btn_endstop.svg [Channel],end @@ -1032,8 +1105,8 @@ 1 0 - gfx_hifi/btn_startplay_over.svg - gfx_hifi/btn_startplay.svg + skin:graphics/btn_startplay_pressed.svg + skin:graphics/btn_startplay.svg [Channel],start_play @@ -1053,8 +1126,8 @@ 1 0 - gfx_hifi/btn_reverse_over.svg - gfx_hifi/btn_reverse.svg + skin:graphics/btn_reverse_pressed.svg + skin:graphics/btn_reverse.svg [Channel],reverse @@ -1078,20 +1151,23 @@ ButtonsRowDeck - 335,70 - f,f + 462,70 + 462,70 + f,me horizontal - + - - - 8,70 - f,f - - + + + 8,-1 + 8,-1 + f,me + + + - Box + CuesButtonsBox 105,70 f,f @@ -1103,13 +1179,13 @@ true 0 - gfx_hifi/btn_hotcue_1.svg - gfx_hifi/btn_hotcue_1.svg + skin:graphics/btn_hotcue_1.svg + skin:graphics/btn_hotcue_1.svg 1 - gfx_hifi/btn_hotcue_1_over.svg - gfx_hifi/btn_hotcue_1_over.svg + skin:graphics/btn_hotcue_1_pressed.svg + skin:graphics/btn_hotcue_1_pressed.svg [Channel],hotcue_1_activate @@ -1136,13 +1212,13 @@ true 0 - gfx_hifi/btn_hotcue_2.svg - gfx_hifi/btn_hotcue_2.svg + skin:graphics/btn_hotcue_2.svg + skin:graphics/btn_hotcue_2.svg 1 - gfx_hifi/btn_hotcue_2_over.svg - gfx_hifi/btn_hotcue_2_over.svg + skin:graphics/btn_hotcue_2_pressed.svg + skin:graphics/btn_hotcue_2_pressed.svg [Channel],hotcue_2_activate @@ -1169,13 +1245,13 @@ true 0 - gfx_hifi/btn_hotcue_3.svg - gfx_hifi/btn_hotcue_3.svg + skin:graphics/btn_hotcue_3.svg + skin:graphics/btn_hotcue_3.svg 1 - gfx_hifi/btn_hotcue_3_over.svg - gfx_hifi/btn_hotcue_3_over.svg + skin:graphics/btn_hotcue_3_pressed.svg + skin:graphics/btn_hotcue_3_pressed.svg [Channel],hotcue_3_activate @@ -1202,13 +1278,13 @@ true 0 - gfx_hifi/btn_hotcue_4.svg - gfx_hifi/btn_hotcue_4.svg + skin:graphics/btn_hotcue_4.svg + skin:graphics/btn_hotcue_4.svg 1 - gfx_hifi/btn_hotcue_4_over.svg - gfx_hifi/btn_hotcue_4_over.svg + skin:graphics/btn_hotcue_4_pressed.svg + skin:graphics/btn_hotcue_4_pressed.svg [Channel],hotcue_4_activate @@ -1235,13 +1311,13 @@ true 0 - gfx_hifi/btn_hotcue_5.svg - gfx_hifi/btn_hotcue_5.svg + skin:graphics/btn_hotcue_5.svg + skin:graphics/btn_hotcue_5.svg 1 - gfx_hifi/btn_hotcue_5_over.svg - gfx_hifi/btn_hotcue_5_over.svg + skin:graphics/btn_hotcue_5_pressed.svg + skin:graphics/btn_hotcue_5_pressed.svg [Channel],hotcue_5_activate @@ -1268,13 +1344,13 @@ true 0 - gfx_hifi/btn_hotcue_6.svg - gfx_hifi/btn_hotcue_6.svg + skin:graphics/btn_hotcue_6.svg + skin:graphics/btn_hotcue_6.svg 1 - gfx_hifi/btn_hotcue_6_over.svg - gfx_hifi/btn_hotcue_6_over.svg + skin:graphics/btn_hotcue_6_pressed.svg + skin:graphics/btn_hotcue_6_pressed.svg [Channel],hotcue_6_activate @@ -1301,13 +1377,13 @@ true 0 - gfx_hifi/btn_hotcue_7.svg - gfx_hifi/btn_hotcue_7.svg + skin:graphics/btn_hotcue_7.svg + skin:graphics/btn_hotcue_7.svg 1 - gfx_hifi/btn_hotcue_7_over.svg - gfx_hifi/btn_hotcue_7_over.svg + skin:graphics/btn_hotcue_7_pressed.svg + skin:graphics/btn_hotcue_7_pressed.svg [Channel],hotcue_7_activate @@ -1334,13 +1410,13 @@ true 0 - gfx_hifi/btn_hotcue_8.svg - gfx_hifi/btn_hotcue_8.svg + skin:graphics/btn_hotcue_8.svg + skin:graphics/btn_hotcue_8.svg 1 - gfx_hifi/btn_hotcue_8_over.svg - gfx_hifi/btn_hotcue_8_over.svg + skin:graphics/btn_hotcue_8_pressed.svg + skin:graphics/btn_hotcue_8_pressed.svg [Channel],hotcue_8_activate @@ -1363,15 +1439,17 @@ - - - 8,70 - f,f - - + + + 8,-1 + 8,-1 + f,me + + + - Box + LoopsButtonsBox1 54,70 f,f @@ -1381,8 +1459,8 @@ 1 0 - gfx_hifi/btn_loop_in_over.svg - gfx_hifi/btn_loop_in.svg + skin:graphics/btn_loop_in_pressed.svg + skin:graphics/btn_loop_in.svg [Channel],loop_in @@ -1396,8 +1474,8 @@ 1 0 - gfx_hifi/btn_loop_out_over.svg - gfx_hifi/btn_loop_out.svg + skin:graphics/btn_loop_out_pressed.svg + skin:graphics/btn_loop_out.svg [Channel],loop_out @@ -1412,13 +1490,13 @@ true 0 - gfx_hifi/btn_reloop.svg - gfx_hifi/btn_reloop.svg + skin:graphics/btn_reloop.svg + skin:graphics/btn_reloop.svg 1 - gfx_hifi/btn_reloop_over.svg - gfx_hifi/btn_reloop_over.svg + skin:graphics/btn_reloop_pressed.svg + skin:graphics/btn_reloop_pressed.svg [Channel],reloop_exit @@ -1435,15 +1513,17 @@ - - - 8,70 - f,f - - + + + 8,-1 + 8,-1 + f,me + + + - Box + LoopsButtonsBox2 152,70 f,f @@ -1453,8 +1533,8 @@ 1 0 - gfx_hifi/btn_beatloop_halve_over.svg - gfx_hifi/btn_beatloop_halve.svg + skin:graphics/btn_beatloop_halve_pressed.svg + skin:graphics/btn_beatloop_halve.svg [Channel],loop_halve @@ -1470,13 +1550,13 @@ true 0 - gfx_hifi/btn_beatloop_0125.svg - gfx_hifi/btn_beatloop_0125.svg + skin:graphics/btn_beatloop_0125.svg + skin:graphics/btn_beatloop_0125.svg 1 - gfx_hifi/btn_beatloop_0125.svg - gfx_hifi/btn_beatloop_0125_over.svg + skin:graphics/btn_beatloop_0125.svg + skin:graphics/btn_beatloop_0125_pressed.svg [Channel],beatloop_0.125_toggle @@ -1501,13 +1581,13 @@ true 0 - gfx_hifi/btn_beatloop_0250.svg - gfx_hifi/btn_beatloop_0250.svg + skin:graphics/btn_beatloop_0250.svg + skin:graphics/btn_beatloop_0250.svg 1 - gfx_hifi/btn_beatloop_0250.svg - gfx_hifi/btn_beatloop_0250_over.svg + skin:graphics/btn_beatloop_0250.svg + skin:graphics/btn_beatloop_0250_pressed.svg [Channel],beatloop_0.25_toggle @@ -1532,13 +1612,13 @@ true 0 - gfx_hifi/btn_beatloop_0500.svg - gfx_hifi/btn_beatloop_0500.svg + skin:graphics/btn_beatloop_0500.svg + skin:graphics/btn_beatloop_0500.svg 1 - gfx_hifi/btn_beatloop_0500.svg - gfx_hifi/btn_beatloop_0500_over.svg + skin:graphics/btn_beatloop_0500.svg + skin:graphics/btn_beatloop_0500_pressed.svg [Channel],beatloop_0.5_toggle @@ -1563,13 +1643,13 @@ true 0 - gfx_hifi/btn_beatloop_1.svg - gfx_hifi/btn_beatloop_1.svg + skin:graphics/btn_beatloop_1.svg + skin:graphics/btn_beatloop_1.svg 1 - gfx_hifi/btn_beatloop_1.svg - gfx_hifi/btn_beatloop_1_over.svg + skin:graphics/btn_beatloop_1.svg + skin:graphics/btn_beatloop_1_pressed.svg [Channel],beatloop_1_toggle @@ -1594,13 +1674,13 @@ true 0 - gfx_hifi/btn_beatloop_2.svg - gfx_hifi/btn_beatloop_2.svg + skin:graphics/btn_beatloop_2.svg + skin:graphics/btn_beatloop_2.svg 1 - gfx_hifi/btn_beatloop_2.svg - gfx_hifi/btn_beatloop_2_over.svg + skin:graphics/btn_beatloop_2.svg + skin:graphics/btn_beatloop_2_pressed.svg [Channel],beatloop_2_toggle @@ -1625,13 +1705,13 @@ true 0 - gfx_hifi/btn_beatloop_4.svg - gfx_hifi/btn_beatloop_4.svg + skin:graphics/btn_beatloop_4.svg + skin:graphics/btn_beatloop_4.svg 1 - gfx_hifi/btn_beatloop_4.svg - gfx_hifi/btn_beatloop_4_over.svg + skin:graphics/btn_beatloop_4.svg + skin:graphics/btn_beatloop_4_pressed.svg [Channel],beatloop_4_toggle @@ -1656,13 +1736,13 @@ true 0 - gfx_hifi/btn_beatloop_8.svg - gfx_hifi/btn_beatloop_8.svg + skin:graphics/btn_beatloop_8.svg + skin:graphics/btn_beatloop_8.svg 1 - gfx_hifi/btn_beatloop_8.svg - gfx_hifi/btn_beatloop_8_over.svg + skin:graphics/btn_beatloop_8.svg + skin:graphics/btn_beatloop_8_pressed.svg [Channel],beatloop_8_toggle @@ -1687,13 +1767,13 @@ true 0 - gfx_hifi/btn_beatloop_16.svg - gfx_hifi/btn_beatloop_16.svg + skin:graphics/btn_beatloop_16.svg + skin:graphics/btn_beatloop_16.svg 1 - gfx_hifi/btn_beatloop_16.svg - gfx_hifi/btn_beatloop_16_over.svg + skin:graphics/btn_beatloop_16.svg + skin:graphics/btn_beatloop_16_pressed.svg [Channel],beatloop_16_toggle @@ -1716,8 +1796,8 @@ 1 0 - gfx_hifi/btn_beatloop_double_over.svg - gfx_hifi/btn_beatloop_double.svg + skin:graphics/btn_beatloop_double_pressed.svg + skin:graphics/btn_beatloop_double.svg [Channel],loop_double @@ -1728,6 +1808,177 @@ + + + + + 8,-1 + 8,-1 + f,me + + + + + + LoopsButtonsBox3 + 115,-1 + 115,-1 + f,me + vertical + + + + + -1,3 + -1,3 + me,f + + + + + + + HorizontalRow + -1,25 + me,f + horizontal + + + + 1 + + 0 + skin:graphics/btn_jump_back.svg + skin:graphics/btn_jump_back_pressed.svg + + + [Channel],beatjump_backward + true + LeftButton + + + [Channel],beatjump_1_backward + true + RightButton + + true + + + + BeatjumpSizeSpinBox + + [Channel],beatjump_size + + + + 1 + + 0 + skin:graphics/btn_jump_front.svg + skin:graphics/btn_jump_front_pressed.svg + + + [Channel],beatjump_forward + true + LeftButton + + + [Channel],beatjump_1_forward + true + RightButton + + true + + + + + + + + + HorizontalRow + 1,26 + me,f + horizontal + + + + 2 + + 0 + skin:graphics/btn_beat_reloop_pressed.svg + skin:graphics/btn_beat_reloop.svg + + + 1 + skin:graphics/btn_beat_reloop_pressed.svg + skin:graphics/btn_beat_reloop_pressed.svg + + + [Channel],reloop_toggle + true + LeftButton + false + + + [Channel],reloop_andstop + true + RightButton + false + + + [Channel],loop_enabled + false + + + + + BeatloopSizeSpinBox + + [Channel],beatloop_size + + + + 2 + true + + 0 + skin:graphics/btn_beat_loop_activate_pressed.svg + skin:graphics/btn_beat_loop_activate.svg + + + 1 + skin:graphics/btn_beat_loop_activate_pressed.svg + skin:graphics/btn_beat_loop_activate.svg + + + [Channel],beatloop_activate + true + LeftButton + + + [Channel],beatlooproll_activate + true + RightButton + false + + + + + + + + + + + + 8,-1 + 8,-1 + f,me + + + + @@ -1754,7 +2005,12 @@ ************************************************************************* --> - + + -1,-1 + -1,-1 + f,me + + diff --git a/res/skins/DarkMetal/templates/decksmixer_12/mixer.xml b/res/skins/DarkMetal/templates/decksmixer_12/mixer.xml index c5bc16eeef4f..48283b4e1c9b 100644 --- a/res/skins/DarkMetal/templates/decksmixer_12/mixer.xml +++ b/res/skins/DarkMetal/templates/decksmixer_12/mixer.xml @@ -4,7 +4,7 @@ MixerPanel1 - gfx_hifi/background_mixer1.svg + skin:graphics/background_mixer1.svg 735,0 450,300 f,f @@ -74,13 +74,13 @@ 2 0 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small.svg 1 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small_over.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small_pressed.svg [Channel],sync_enabled @@ -97,13 +97,13 @@ 2 0 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small.svg 1 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small_over.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small_pressed.svg [Channel],sync_key @@ -121,13 +121,13 @@ 2 0 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small.svg 1 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small_over.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small_pressed.svg [Channel],sync_enabled @@ -144,13 +144,13 @@ 2 0 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small.svg 1 - gfx_hifi/btn_sync_small_over.svg - gfx_hifi/btn_sync_small_over.svg + skin:graphics/btn_sync_small_pressed.svg + skin:graphics/btn_sync_small_pressed.svg [Channel],sync_key @@ -171,8 +171,8 @@ --> - gfx_hifi/knob_pitch.svg - gfx_hifi/slider_pitch.svg + skin:graphics/knob_pitch.svg + skin:graphics/slider_pitch.svg 13,81 false @@ -182,8 +182,8 @@ - gfx_hifi/knob_pitch.svg - gfx_hifi/slider_pitch.svg + skin:graphics/knob_pitch.svg + skin:graphics/slider_pitch.svg 399,81 false @@ -202,8 +202,8 @@ 1 0 - gfx_hifi/btn_pitch_up_over.svg - gfx_hifi/btn_pitch_up.svg + skin:graphics/btn_pitch_up_pressed.svg + skin:graphics/btn_pitch_up.svg 33,199 @@ -222,8 +222,8 @@ 1 0 - gfx_hifi/btn_pitch_down_over.svg - gfx_hifi/btn_pitch_down.svg + skin:graphics/btn_pitch_down_pressed.svg + skin:graphics/btn_pitch_down.svg 7,199 @@ -242,8 +242,8 @@ 1 0 - gfx_hifi/btn_pitch_up_over.svg - gfx_hifi/btn_pitch_up.svg + skin:graphics/btn_pitch_up_pressed.svg + skin:graphics/btn_pitch_up.svg 418,199 @@ -262,8 +262,8 @@ 1 0 - gfx_hifi/btn_pitch_down_over.svg - gfx_hifi/btn_pitch_down.svg + skin:graphics/btn_pitch_down_pressed.svg + skin:graphics/btn_pitch_down.svg 392,199 @@ -289,8 +289,8 @@ 1 0 - gfx_hifi/btn_nudge_up_over.svg - gfx_hifi/btn_nudge_up.svg + skin:graphics/btn_nudge_up_pressed.svg + skin:graphics/btn_nudge_up.svg [Channel],rate_temp_up @@ -308,8 +308,8 @@ 1 0 - gfx_hifi/btn_nudge_down_over.svg - gfx_hifi/btn_nudge_down.svg + skin:graphics/btn_nudge_down_pressed.svg + skin:graphics/btn_nudge_down.svg 7,225 @@ -328,8 +328,8 @@ 1 0 - gfx_hifi/btn_nudge_up_over.svg - gfx_hifi/btn_nudge_up.svg + skin:graphics/btn_nudge_up_pressed.svg + skin:graphics/btn_nudge_up.svg 418,225 @@ -348,8 +348,8 @@ 1 0 - gfx_hifi/btn_nudge_down_over.svg - gfx_hifi/btn_nudge_down.svg + skin:graphics/btn_nudge_down_pressed.svg + skin:graphics/btn_nudge_down.svg 392,225 @@ -376,13 +376,13 @@ true 0 - gfx_hifi/btn_play.svg - gfx_hifi/btn_play.svg + skin:graphics/btn_play.svg + skin:graphics/btn_play.svg 1 - gfx_hifi/btn_play_over.svg - gfx_hifi/btn_play_over.svg + skin:graphics/btn_play_pressed.svg + skin:graphics/btn_play_pressed.svg [Channel],play @@ -403,13 +403,13 @@ true 0 - gfx_hifi/btn_play.svg - gfx_hifi/btn_play.svg + skin:graphics/btn_play.svg + skin:graphics/btn_play.svg 1 - gfx_hifi/btn_play_over.svg - gfx_hifi/btn_play_over.svg + skin:graphics/btn_play_pressed.svg + skin:graphics/btn_play_pressed.svg [Channel],play @@ -435,13 +435,13 @@ 2 0 - gfx_hifi/btn_cue_over.svg - gfx_hifi/btn_cue.svg + skin:graphics/btn_cue_pressed.svg + skin:graphics/btn_cue.svg 1 - gfx_hifi/btn_cue_over.svg - gfx_hifi/btn_cue_over.svg + skin:graphics/btn_cue_pressed.svg + skin:graphics/btn_cue_pressed.svg [Channel],cue_default @@ -463,13 +463,13 @@ 2 0 - gfx_hifi/btn_cue_over.svg - gfx_hifi/btn_cue.svg + skin:graphics/btn_cue_pressed.svg + skin:graphics/btn_cue.svg 1 - gfx_hifi/btn_cue_over.svg - gfx_hifi/btn_cue_over.svg + skin:graphics/btn_cue_pressed.svg + skin:graphics/btn_cue_pressed.svg [Channel],cue_default @@ -497,13 +497,13 @@ 2 0 - gfx_hifi/btn_headphones_3_over.svg - gfx_hifi/btn_headphones_3.svg + skin:graphics/btn_headphones_3_pressed.svg + skin:graphics/btn_headphones_3.svg 1 - gfx_hifi/btn_headphones_3_over.svg - gfx_hifi/btn_headphones_3_over.svg + skin:graphics/btn_headphones_3_pressed.svg + skin:graphics/btn_headphones_3_pressed.svg [Channel],pfl @@ -515,13 +515,13 @@ 2 0 - gfx_hifi/btn_headphones_3_over.svg - gfx_hifi/btn_headphones_3.svg + skin:graphics/btn_headphones_3_pressed.svg + skin:graphics/btn_headphones_3.svg 1 - gfx_hifi/btn_headphones_3_over.svg - gfx_hifi/btn_headphones_3_over.svg + skin:graphics/btn_headphones_3_pressed.svg + skin:graphics/btn_headphones_3_pressed.svg [Channel],pfl @@ -530,22 +530,61 @@ + + 73,71 + 2 + + 0 + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg + + + 1 + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg + + + + [EffectRack1_EffectUnit],group_[Channel]_enable + LeftButton + + + + + 93,71 + 2 + + 0 + skin:graphics/btn_effect_deck_left.svg + skin:graphics/btn_effect_deck_left.svg + + + 1 + skin:graphics/btn_effect_deck_left_pressed.svg + skin:graphics/btn_effect_deck_left_pressed.svg + + + [EffectRack1_EffectUnit_Effect1],enabled + LeftButton + + + 73,111 2 0 - gfx_hifi/btn_kill.svg - gfx_hifi/btn_kill.svg + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg 1 - gfx_hifi/btn_kill_over.svg - gfx_hifi/btn_kill_over.svg + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg [Channel],filterHighKill @@ -559,13 +598,13 @@ 2 0 - gfx_hifi/btn_kill.svg - gfx_hifi/btn_kill.svg + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg 1 - gfx_hifi/btn_kill_over.svg - gfx_hifi/btn_kill_over.svg + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg [Channel],filterMidKill @@ -579,13 +618,13 @@ 2 0 - gfx_hifi/btn_kill.svg - gfx_hifi/btn_kill.svg + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg 1 - gfx_hifi/btn_kill_over.svg - gfx_hifi/btn_kill_over.svg + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg [Channel],filterLowKill @@ -596,22 +635,61 @@ + --> + + + 358,71 + 2 + + 0 + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg + + + 1 + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg + + + + [EffectRack1_EffectUnit],group_[Channel]_enable + LeftButton + + + + + 308,71 + 2 + + 0 + skin:graphics/btn_effect_deck_right.svg + skin:graphics/btn_effect_deck_right.svg + + + 1 + skin:graphics/btn_effect_deck_right_pressed.svg + skin:graphics/btn_effect_deck_right_pressed.svg + + + [EffectRack1_EffectUnit_Effect1],enabled + LeftButton + + 358,111 2 0 - gfx_hifi/btn_kill.svg - gfx_hifi/btn_kill.svg + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg 1 - gfx_hifi/btn_kill_over.svg - gfx_hifi/btn_kill_over.svg + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg [Channel],filterHighKill @@ -625,13 +703,13 @@ 2 0 - gfx_hifi/btn_kill.svg - gfx_hifi/btn_kill.svg + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg 1 - gfx_hifi/btn_kill_over.svg - gfx_hifi/btn_kill_over.svg + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg [Channel],filterMidKill @@ -645,13 +723,13 @@ 2 0 - gfx_hifi/btn_kill.svg - gfx_hifi/btn_kill.svg + skin:graphics/btn_kill.svg + skin:graphics/btn_kill.svg 1 - gfx_hifi/btn_kill_over.svg - gfx_hifi/btn_kill_over.svg + skin:graphics/btn_kill_pressed.svg + skin:graphics/btn_kill_pressed.svg [Channel],filterLowKill @@ -667,10 +745,10 @@ --> - 101,26 + 101,6 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob1.svg + skin:graphics/pointer_knob1.svg -130 130 @@ -681,8 +759,8 @@ 101,102 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob2.svg + skin:graphics/pointer_knob2.svg -130 130 @@ -693,8 +771,8 @@ 101,142 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob2.svg + skin:graphics/pointer_knob2.svg -130 130 @@ -705,8 +783,8 @@ 101,182 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob2.svg + skin:graphics/pointer_knob2.svg -130 130 @@ -715,10 +793,10 @@ - 310,26 + 310,6 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob1.svg + skin:graphics/pointer_knob1.svg -130 130 @@ -729,8 +807,8 @@ 310,102 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob2.svg + skin:graphics/pointer_knob2.svg -130 130 @@ -741,8 +819,8 @@ 310,142 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob2.svg + skin:graphics/pointer_knob2.svg -130 130 @@ -753,8 +831,8 @@ 310,182 40f,40f - gfx_hifi/background_knob1.svg - gfx_hifi/pointer_knob1.svg + skin:graphics/background_knob2.svg + skin:graphics/pointer_knob2.svg -130 130 @@ -771,8 +849,8 @@ --> - gfx_hifi/knob_volume.svg - gfx_hifi/slider_volume.svg + skin:graphics/knob_volume.svg + skin:graphics/slider_volume.svg 166,91 false @@ -782,8 +860,8 @@ - gfx_hifi/knob_volume.svg - gfx_hifi/slider_volume.svg + skin:graphics/knob_volume.svg + skin:graphics/slider_volume.svg 241,91 false @@ -799,8 +877,8 @@ --> - gfx_hifi/knob_crossfader.svg - gfx_hifi/slider_crossfader.svg + skin:graphics/knob_crossfader.svg + skin:graphics/slider_crossfader.svg 145,253 true @@ -819,8 +897,8 @@ VuMeterCh1 - gfx_hifi/volume_display_big_over.svg - gfx_hifi/volume_display_big.svg + skin:graphics/volume_display_big_pressed.svg + skin:graphics/volume_display_big.svg 152,105 false 5 @@ -834,8 +912,8 @@ VuMeterCh2 - gfx_hifi/volume_display_big_over.svg - gfx_hifi/volume_display_big.svg + skin:graphics/volume_display_big_pressed.svg + skin:graphics/volume_display_big.svg 290,105 false 5 @@ -849,8 +927,8 @@ VuMeterL1 - gfx_hifi/volume_display_big_over.svg - gfx_hifi/volume_display_big.svg + skin:graphics/volume_display_big_pressed.svg + skin:graphics/volume_display_big.svg 216,105 5 600 @@ -863,8 +941,8 @@ VuMeterR1 - gfx_hifi/volume_display_big_over.svg - gfx_hifi/volume_display_big.svg + skin:graphics/volume_display_big_pressed.svg + skin:graphics/volume_display_big.svg 225,105 5 600 @@ -882,8 +960,8 @@ --> - gfx_hifi/volume_clipping_big_over.svg - gfx_hifi/volume_clipping_big.svg + skin:graphics/volume_clipping_big_pressed.svg + skin:graphics/volume_clipping_big.svg 152,91 [Channel],PeakIndicator @@ -891,8 +969,8 @@ - gfx_hifi/volume_clipping_big_over.svg - gfx_hifi/volume_clipping_big.svg + skin:graphics/volume_clipping_big_pressed.svg + skin:graphics/volume_clipping_big.svg 216,91 [Master],PeakIndicator @@ -900,8 +978,8 @@ - gfx_hifi/volume_clipping_big_over.svg - gfx_hifi/volume_clipping_big.svg + skin:graphics/volume_clipping_big_pressed.svg + skin:graphics/volume_clipping_big.svg 225,91 [Master],PeakIndicator @@ -909,8 +987,8 @@ - gfx_hifi/volume_clipping_big_over.svg - gfx_hifi/volume_clipping_big.svg + skin:graphics/volume_clipping_big_pressed.svg + skin:graphics/volume_clipping_big.svg 290,91 [Channel],PeakIndicator diff --git a/res/skins/DarkMetal/templates/decksmixer_12/quickeffect.xml b/res/skins/DarkMetal/templates/decksmixer_12/quickeffect.xml new file mode 100644 index 000000000000..182e7db63c0c --- /dev/null +++ b/res/skins/DarkMetal/templates/decksmixer_12/quickeffect.xml @@ -0,0 +1,108 @@ + + + + + + horizontal + + + + + vertical + + + + vertical + 15f,12f + + + + + + + vertical + 15f,-1me + + + + + + + + + + + EQKnobNoLabel + 40,34 + 40,41 + vertical + + + + + 40f,34f + knob_.svg + knob_bg.svg + -135 + 135 + 1.602 + + [EffectRack1_EffectUnit1],super1 + + + + + + + + + + + + + + [EffectRack1_EffectUnit1_Effect1],loaded + visible + + + diff --git a/res/skins/DarkMetal/templates/decksmixer_12/start.xml b/res/skins/DarkMetal/templates/decksmixer_12/start.xml index 2656817ee0c1..139d2da1ea6e 100644 --- a/res/skins/DarkMetal/templates/decksmixer_12/start.xml +++ b/res/skins/DarkMetal/templates/decksmixer_12/start.xml @@ -9,27 +9,35 @@ 1,300 me,f horizontal - - -