- Posts: 1
- Thank you received: 0
knob don't response on skin
- DJ Santos.mxl
-
Topic Author
- Offline
- New Member
-
Less
More
4 months 2 weeks ago #171
by DJ Santos.mxl
knob don't response on skin was created by DJ Santos.mxl
Hi, i bought the Denon MC4000 and install, but the Ch1 Knob of Beats on the FX1 area don't reponse on the skin, when i move the Knob on my controller, also the TAP button on both decks don't do nothing, i need a little help please...
Best RegardsĀ
Dj SantosĀ
Best RegardsĀ
Dj SantosĀ
Please Log in or Create an account to join the conversation.
- virtualdjskins
-
- Offline
- Administrator
-
Less
More
- Posts: 15
- Thank you received: 3
4 months 2 weeks ago #172
by virtualdjskins
Replied by virtualdjskins on topic knob don't response on skin
Thanks for letting us know, we will have the dev look into the issue
Please Log in or Create an account to join the conversation.
- Wayne Evans
-
- Offline
- Administrator
-
Less
More
- Posts: 1
- Thank you received: 0
4 months 2 weeks ago #173
by Wayne Evans
Replied by Wayne Evans on topic knob don't response on skin
Hi, I'm Wayne and I developed the skin.
Can you be more specific in describing your problem, and could you also provide the version and build number of VirtualDJ you are using, as I am having problems replicating your issue. Also are you using any custom mapping for your controller?
The code for this skin was taken directly from the default map that is built into VirtualDJ for the Denon MC4000.
The tap button, will change the BPM filed on the display, and as far as I can see is working as it should.
The beats slider is actually used to change the video FX as per the mapping supplied by VDJ. If you load a video onto the deck, then switch it to video view, and move the beats knob you will see the effects change under the master output.
here is the code for the sections you are having problems with...
BEAT KNOB
<panel class="customknobb" x="+219" y="+30">
<slider action="shift ? device_side 'left' ? video_transition_slider 1 : deck master video_fx_slider 1 : device_side 'left' ? video_transition_select : deck master video_fx_select"/>
<slider action="shift ? device_side 'left' ? video_transition_slider 1 : deck master video_fx_slider 1 : device_side 'left' ? video_transition_select : deck master video_fx_select"/>
<textzone><text format="Beats" /></textzone>
</panel>
BEAT TAP
<button class="button_master" x="+231" y="+93" action="beat_tap">
<text format="TAP"/>
</button>
The actions are what VDJ have used in the mapping for the Denon MC4000
I await your response.
Thanks
Can you be more specific in describing your problem, and could you also provide the version and build number of VirtualDJ you are using, as I am having problems replicating your issue. Also are you using any custom mapping for your controller?
The code for this skin was taken directly from the default map that is built into VirtualDJ for the Denon MC4000.
The tap button, will change the BPM filed on the display, and as far as I can see is working as it should.
The beats slider is actually used to change the video FX as per the mapping supplied by VDJ. If you load a video onto the deck, then switch it to video view, and move the beats knob you will see the effects change under the master output.
here is the code for the sections you are having problems with...
BEAT KNOB
<panel class="customknobb" x="+219" y="+30">
<slider action="shift ? device_side 'left' ? video_transition_slider 1 : deck master video_fx_slider 1 : device_side 'left' ? video_transition_select : deck master video_fx_select"/>
<slider action="shift ? device_side 'left' ? video_transition_slider 1 : deck master video_fx_slider 1 : device_side 'left' ? video_transition_select : deck master video_fx_select"/>
<textzone><text format="Beats" /></textzone>
</panel>
BEAT TAP
<button class="button_master" x="+231" y="+93" action="beat_tap">
<text format="TAP"/>
</button>
The actions are what VDJ have used in the mapping for the Denon MC4000
I await your response.
Thanks
Please Log in or Create an account to join the conversation.
- Sjackson3289
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
2 months 3 weeks ago #177
by Sjackson3289
Replied by Sjackson3289 on topic knob don't response on skin
Thank you for sharing your knowledge with us.
Please Log in or Create an account to join the conversation.
Time to create page: 0.122 seconds