Hi everyone !
I really would like to get deeper into Mixxx project, and I just started to
check the code here and there... So I found out that Mixxx has now key
detection, which is super cool as see... My only problem was with that I
can't see the key of the loaded track, and my memory is way too short to
remember. So I managed to figure out how to add it to the skin I use...
Sorry long story at the beginning, what I would like to ask:
- Do you think that this is useful ?
- If yes, I'm willing to add it to all of the skins... (may take some time
to test properly:)
- Do you think that the change is okay ? Do I miss something ?
Thanks in advance !
Br,
Peter.
P.S.: I did the diff on the git trunk. Seems to work as expected, but I
can't tell of course...
diff --git a/res/skins/LateNight1366x768-WXGA/skin.xml
b/res/skins/LateNight1366x768-WXGA/skin.xml
index a1b7fca..8716503 100644
--- a/res/skins/LateNight1366x768-WXGA/skin.xml
+++ b/res/skins/LateNight1366x768-WXGA/skin.xml
@@ -4210,6 +4210,21 @@
<!--
**********************************************
+ Text- Track Key
+ **********************************************
+ -->
+ <TrackProperty>
+ <TooltipId>track_key</TooltipId>
+ <Style>QLabel { font: bold 18px/20px Lucida
Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #0099FF;
text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>key</Property>
+ <Channel>1</Channel>
+ <Pos>0,1</Pos>
+ <Size>50f,23</Size>
+ </TrackProperty>
+ <!--
+ **********************************************
Text- Track Title
**********************************************
-->
@@ -4220,7 +4235,7 @@
</Style>
<Property>title</Property>
<Channel>1</Channel>
- <Pos>0,1</Pos>
+ <Pos>50,1</Pos>
<Size>413f,23</Size>
</TrackProperty>
@@ -5192,6 +5207,21 @@
<!--
**********************************************
+ Text- Track Key
+ **********************************************
+ -->
+ <TrackProperty>
+ <TooltipId>track_key</TooltipId>
+ <Style>QLabel { font: bold 18px/20px Lucida
Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #E17800;
text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>key</Property>
+ <Channel>2</Channel>
+ <Pos>0,1</Pos>
+ <Size>50f,23</Size>
+ </TrackProperty>
+ <!--
+ **********************************************
Text- Track Title
**********************************************
-->
@@ -5202,7 +5232,7 @@
</Style>
<Property>title</Property>
<Channel>2</Channel>
- <Pos>0,1</Pos>
+ <Pos>50,1</Pos>
<Size>413f,23</Size>
</TrackProperty>
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org
Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel