summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Schauer <schauher@mur.at>2014-03-07 18:06:47 (GMT)
committerJosef Schauer <schauher@mur.at>2014-03-07 18:06:47 (GMT)
commit2d4e4feb917cc551666d502edacad73c716ed18e (patch)
tree2bb0f45333e48978a8abba3bb5eace197532bc7d
parente18744f7c85122e6b4266268ee28fb56a06346b1 (diff)
player a graphics
-rw-r--r--RHMixxx1280x800/background1280x800.pngbin555230 -> 593196 bytes
-rw-r--r--RHMixxx1280x800/background1280x800.xcfbin2292864 -> 4121021 bytes
-rw-r--r--RHMixxx1280x800/btn_play_over_sampler.pngbin0 -> 3327 bytes
-rw-r--r--RHMixxx1280x800/btn_play_sampler.pngbin695 -> 3837 bytes
-rw-r--r--RHMixxx1280x800/btn_play_sampler.xcfbin0 -> 6893 bytes
-rw-r--r--RHMixxx1280x800/notes8
-rwxr-xr-xRHMixxx1280x800/skin.xml70
7 files changed, 61 insertions, 17 deletions
diff --git a/RHMixxx1280x800/background1280x800.png b/RHMixxx1280x800/background1280x800.png
index 94e83fb..c5ab6be 100644
--- a/RHMixxx1280x800/background1280x800.png
+++ b/RHMixxx1280x800/background1280x800.png
Binary files differ
diff --git a/RHMixxx1280x800/background1280x800.xcf b/RHMixxx1280x800/background1280x800.xcf
index 45d4e19..14dea43 100644
--- a/RHMixxx1280x800/background1280x800.xcf
+++ b/RHMixxx1280x800/background1280x800.xcf
Binary files differ
diff --git a/RHMixxx1280x800/btn_play_over_sampler.png b/RHMixxx1280x800/btn_play_over_sampler.png
new file mode 100644
index 0000000..7845b39
--- /dev/null
+++ b/RHMixxx1280x800/btn_play_over_sampler.png
Binary files differ
diff --git a/RHMixxx1280x800/btn_play_sampler.png b/RHMixxx1280x800/btn_play_sampler.png
index 7d661a4..cd47853 100644
--- a/RHMixxx1280x800/btn_play_sampler.png
+++ b/RHMixxx1280x800/btn_play_sampler.png
Binary files differ
diff --git a/RHMixxx1280x800/btn_play_sampler.xcf b/RHMixxx1280x800/btn_play_sampler.xcf
new file mode 100644
index 0000000..9ec3bac
--- /dev/null
+++ b/RHMixxx1280x800/btn_play_sampler.xcf
Binary files differ
diff --git a/RHMixxx1280x800/notes b/RHMixxx1280x800/notes
index 2ed9519..9ad7950 100644
--- a/RHMixxx1280x800/notes
+++ b/RHMixxx1280x800/notes
@@ -1 +1,9 @@
- autofade?
+- loop
+
+sampler: buttons: breite 46
+ höhe 42 pixel
+
+
+http://mixxx.org/wiki/doku.php/creating_skins
+http://www.mixxx.org/wiki/doku.php/mixxxcontrols
diff --git a/RHMixxx1280x800/skin.xml b/RHMixxx1280x800/skin.xml
index f5b18b3..c5d06db 100755
--- a/RHMixxx1280x800/skin.xml
+++ b/RHMixxx1280x800/skin.xml
@@ -994,33 +994,66 @@ Sampler
<!-- Sampler Bank sub-widget -->
<WidgetGroup>
- <Pos>20,680</Pos>
- <Size>100,222</Size>
+ <Pos>0,680</Pos>
+ <Size>300,222</Size>
<Layout>vertikal</Layout>
<Style>QGroupBox { border: 0px solid yellow; margin: 0px 0px 4px 0px;} </Style>
<Children>
<!-- all sub-widgets for the sampler decks -->
<WidgetGroup>
<Pos>0,0</Pos>
- <Size>200f,110</Size>
+ <Size>250f,110</Size>
<Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_bg_sampler.png); } </Style>
<Children>
<!--
**********************************************
Text- Track Title
**********************************************
- -->
+
<Text>
<TooltipId>text</TooltipId>
- <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
</Style>
<Group>[Sampler1]</Group>
<Pos>5,5</Pos>
- <Size>200,21</Size>
- </Text>
- </Children>
- </WidgetGroup>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+Text- Artist
+ **********************************************
+ -->
+
+
+
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler1]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler1]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
@@ -1033,8 +1066,8 @@ Text- Track Title
<TooltipId>waveform_overview</TooltipId>
<Style></Style>
<Group>[Sampler1]</Group>
- <Pos>20,30</Pos>
- <Size>125,35</Size>
+ <Pos>5,50</Pos>
+ <Size>145,42</Size>
<BgColor></BgColor>
<SignalHighColor></SignalHighColor>
<SignalMidColor></SignalMidColor>
@@ -1067,15 +1100,15 @@ Text- Track Title
<RightClickIsPushButton>true</RightClickIsPushButton>
<State>
<Number>0</Number>
- <Pressed>btn_play_sampler_down.png</Pressed>
+ <Pressed>btn_play_over_sampler.png</Pressed>
<Unpressed>btn_play_sampler.png</Unpressed>
</State>
<State>
<Number>1</Number>
- <Pressed>btn_play_sampler_overdown.png</Pressed>
- <Unpressed>btn_play_sampler_over.png</Unpressed>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
</State>
- <Pos>175,60</Pos>
+ <Pos>200,50</Pos>
<Connection>
<ConfigKey>[Sampler1],play</ConfigKey>
<EmitOnDownPress>true</EmitOnDownPress>
@@ -1106,7 +1139,7 @@ Text- Track Title
<Pressed>btn_stop_red.png</Pressed>
<Unpressed>btn_stop.png</Unpressed>
</State>
- <Pos>115,60</Pos>
+ <Pos>150,50</Pos>
<Connection>
<ConfigKey>[Sampler1],start_stop</ConfigKey>
<EmitOnPressAndRelease>true</EmitOnPressAndRelease>
@@ -1120,6 +1153,8 @@ Text- Track Title
</PushButton>
+
+
<!--
**********************************************
Visual - Volume level display
@@ -1142,7 +1177,8 @@ Text- Track Title
</Connection>
</VuMeter>
-->
-
+ </Children>
+ </WidgetGroup>
</Children>
</WidgetGroup>
</skin>