Quick Sign In:  

Forum: German Forum

Topic: Jogwheel-Anzeige bei VDJ23 in BPM und Zeit ändern ??
ea1983PRO SubscriberMember since 2014
Hallo zusammen,

kann man bei VDJ23 die Jogwheel-Anzeige ändern?
z.b in Nadel + Text in BPM und Zeit ??
Vielen Dank
 

Posted Tue 23 May 23 @ 12:45 pm
Dazu musst du den aktuellen default Skin nehmen. Dein Screenshot ist der Skin von einer alten VDJ Version. Da gab es diese Anzeige noch nicht.

Es gibt auch genügend Custom Skins, welche das beinhalten.
 

Posted Tue 23 May 23 @ 3:21 pm
ea1983PRO SubscriberMember since 2014
DennYo Beats wrote :
Dazu musst du den aktuellen default Skin nehmen. Dein Screenshot ist der Skin von einer alten VDJ Version. Da gab es diese Anzeige noch nicht.

Es gibt auch genügend Custom Skins, welche das beinhalten.


Danke für die schnelle Antwort, habe es gefunden :-)

Eine Frage hätte ich noch:
Ich habe jetzt das neue Essentials Skin genommen, gibt es da eine möglichkeit mir mein Macbook Batteriestatus anzeigen zu lassen??


 

Posted Wed 24 May 23 @ 3:49 pm
Das wird angezeigt, sobald du das Netzteil entfernst.



Wenn du diese Anzeige dauerhaft haben mnöchtest, musst du die Essential.XML bearbeiten.

Suche in der XML das (ab Zeile 1161):

<panel name="battery" x="+160+10+50" y="+0" width="50" height="27" visibility="is_battery" childtooltip="true">
<visual source="get_battery & param_smaller 20% ? blink : off">
<pos x="+2" y="+9"/>
<size width="19" height="9"/>
<off x="92" y="351"/>
<on x="62" y="351"/>
</visual>
<visual source="get_battery" type="linear" orientation="vertical">
<pos x="+30" y="+6"/>
<size width="4" height="27-12"/>
<off shape="square" color="display"/>
<on shape="square" color="green"/>
</visual>
</panel>
<line name="divider" color="dark" x="+160+50+50" y="+4" width="1" height="27-8" visibility="is_battery"/>
<group name="clock" x="+160+50+50" y="+0" visibility="is_battery">
<textzone>
<pos x="+0" y="+0"/>
<size width="76" height="27"/>
<text fontsize="13" color="textoff3" align="center" weight="bold" action="get_clock"/>
<text2 fontsize="13" color="textoff2" align="center" weight="bold" format="%counter" important="true"/>
</textzone>
</group>
<group name="clock" x="+160+50" y="+0" visibility="not is_battery">
<textzone>
<pos x="+0" y="+0"/>
<size width="76" height="27"/>
<text fontsize="13" color="textoff3" align="center" weight="bold" action="get_clock"/>
<text2 fontsize="13" color="textoff2" align="center" weight="bold" format="%counter" important="true"/>
</textzone>
</group>

<button action="eventscheduler" visibility="is_battery">
<pos x="+360-27+10" y="+0"/>
<size width="35" height="27"/>
<off border_size="1" border="bordercolor" color="topmenu"/>
<over border_size="1" border="bordercolor" color="background"/>
<selected border_size="1" border="bordercolor" color="background2"/>
<icon x="135" y="326" width="17" height="18" colorup="textoff3" colorselected="texton" colorover="texton"/>
</button>
<button action="eventscheduler" visibility="not is_battery">
<pos x="+360-60-15+10" y="+0"/>
<size width="35" height="27"/>
<off border_size="1" border="bordercolor" color="topmenu"/>
<over border_size="1" border="bordercolor" color="background"/>
<selected border_size="1" border="bordercolor" color="background2"/>
<icon x="135" y="326" width="17" height="18" colorup="textoff3" colorselected="texton" colorover="texton"/>
</button>
</group>


und ersetze es durch:

<panel name="battery" x="+160+10+50" y="+0" width="50" height="27"childtooltip="true">
<visual source="get_battery & param_smaller 20% ? blink : off">
<pos x="+2" y="+9"/>
<size width="19" height="9"/>
<off x="92" y="351"/>
<on x="62" y="351"/>
</visual>
<visual source="get_battery" type="linear" orientation="vertical">
<pos x="+30" y="+6"/>
<size width="4" height="27-12"/>
<off shape="square" color="display"/>
<on shape="square" color="green"/>
</visual>
</panel>
<line name="divider" color="dark" x="+160+50+50" y="+4" width="1" height="27-8"/>
<group name="clock" x="+160+50+50" y="+0">
<textzone>
<pos x="+0" y="+0"/>
<size width="76" height="27"/>
<text fontsize="13" color="textoff3" align="center" weight="bold" action="get_clock"/>
<text2 fontsize="13" color="textoff2" align="center" weight="bold" format="%counter" important="true"/>
</textzone>
</group>
<button action="eventscheduler">
<pos x="+360-27+10" y="+0"/>
<size width="35" height="27"/>
<off border_size="1" border="bordercolor" color="topmenu"/>
<over border_size="1" border="bordercolor" color="background"/>
<selected border_size="1" border="bordercolor" color="background2"/>
<icon x="135" y="326" width="17" height="18" colorup="textoff3" colorselected="texton" colorover="texton"/>
</button>
</group>


Wie du einen Skin editierst findest du hier:

http://www.virtualdj.com/manuals/virtualdj/settings/interface.html
 

Posted Wed 24 May 23 @ 5:39 pm
ea1983PRO SubscriberMember since 2014
DennYo Beats wrote :
Das wird angezeigt, sobald du das Netzteil entfernst.



Wenn du diese Anzeige dauerhaft haben mnöchtest, musst du die Essential.XML bearbeiten.

Suche in der XML das (ab Zeile 1161):

<panel name="battery" x="+160+10+50" y="+0" width="50" height="27" visibility="is_battery" childtooltip="true">
<visual source="get_battery & param_smaller 20% ? blink : off">
<pos x="+2" y="+9"/>
<size width="19" height="9"/>
<off x="92" y="351"/>
<on x="62" y="351"/>
</visual>
<visual source="get_battery" type="linear" orientation="vertical">
<pos x="+30" y="+6"/>
<size width="4" height="27-12"/>
<off shape="square" color="display"/>
<on shape="square" color="green"/>
</visual>
</panel>
<line name="divider" color="dark" x="+160+50+50" y="+4" width="1" height="27-8" visibility="is_battery"/>
<group name="clock" x="+160+50+50" y="+0" visibility="is_battery">
<textzone>
<pos x="+0" y="+0"/>
<size width="76" height="27"/>
<text fontsize="13" color="textoff3" align="center" weight="bold" action="get_clock"/>
<text2 fontsize="13" color="textoff2" align="center" weight="bold" format="%counter" important="true"/>
</textzone>
</group>
<group name="clock" x="+160+50" y="+0" visibility="not is_battery">
<textzone>
<pos x="+0" y="+0"/>
<size width="76" height="27"/>
<text fontsize="13" color="textoff3" align="center" weight="bold" action="get_clock"/>
<text2 fontsize="13" color="textoff2" align="center" weight="bold" format="%counter" important="true"/>
</textzone>
</group>

<button action="eventscheduler" visibility="is_battery">
<pos x="+360-27+10" y="+0"/>
<size width="35" height="27"/>
<off border_size="1" border="bordercolor" color="topmenu"/>
<over border_size="1" border="bordercolor" color="background"/>
<selected border_size="1" border="bordercolor" color="background2"/>
<icon x="135" y="326" width="17" height="18" colorup="textoff3" colorselected="texton" colorover="texton"/>
</button>
<button action="eventscheduler" visibility="not is_battery">
<pos x="+360-60-15+10" y="+0"/>
<size width="35" height="27"/>
<off border_size="1" border="bordercolor" color="topmenu"/>
<over border_size="1" border="bordercolor" color="background"/>
<selected border_size="1" border="bordercolor" color="background2"/>
<icon x="135" y="326" width="17" height="18" colorup="textoff3" colorselected="texton" colorover="texton"/>
</button>
</group>


und ersetze es durch:

<panel name="battery" x="+160+10+50" y="+0" width="50" height="27"childtooltip="true">
<visual source="get_battery & param_smaller 20% ? blink : off">
<pos x="+2" y="+9"/>
<size width="19" height="9"/>
<off x="92" y="351"/>
<on x="62" y="351"/>
</visual>
<visual source="get_battery" type="linear" orientation="vertical">
<pos x="+30" y="+6"/>
<size width="4" height="27-12"/>
<off shape="square" color="display"/>
<on shape="square" color="green"/>
</visual>
</panel>
<line name="divider" color="dark" x="+160+50+50" y="+4" width="1" height="27-8"/>
<group name="clock" x="+160+50+50" y="+0">
<textzone>
<pos x="+0" y="+0"/>
<size width="76" height="27"/>
<text fontsize="13" color="textoff3" align="center" weight="bold" action="get_clock"/>
<text2 fontsize="13" color="textoff2" align="center" weight="bold" format="%counter" important="true"/>
</textzone>
</group>
<button action="eventscheduler">
<pos x="+360-27+10" y="+0"/>
<size width="35" height="27"/>
<off border_size="1" border="bordercolor" color="topmenu"/>
<over border_size="1" border="bordercolor" color="background"/>
<selected border_size="1" border="bordercolor" color="background2"/>
<icon x="135" y="326" width="17" height="18" colorup="textoff3" colorselected="texton" colorover="texton"/>
</button>
</group>


Wie du einen Skin editierst findest du hier:

http://www.virtualdj.com/manuals/virtualdj/settings/interface.html



Vielen Dank hast mir echt weiter geholfen!
 

Posted Thu 25 May 23 @ 2:39 pm