快速登录:  

Forum: VirtualDJ Technical Support

话题: Numark Mixdeck Express Map Only Knob

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Can someone help or point me to the right direction on how to map the only knob on the Numark Mixdeck Express? I saw somewhere here a command to allow the Knob to control the parameters of the filter effect. Something like +/- 5% Idk. I have all the buttons on my Mixdeck mapped out, except for the folder button.
 

发表时间 Wed 31 Mar 21 @ 11:27 pm
locoDogPRO InfinityModeratorMember since 2013
if you mean the track select encoder, you'll have problems, there are 2 dials but each send the exact same midi so the software has no way of knowing which is being used.
 

发表时间 Thu 01 Apr 21 @ 6:53 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Actually, they send the same MIDI Note but on different Midi Channels, so you can map those with different actions too.

For your case, you could just use the action filter but if you want to specify the step, you can use ..
param_bigger 0 ? filter +5% : filter -5%
and change the % value to your preference.

In case you need to perform one action on one side and a different action on the other, you can use ..
device_side 'left' ? [ACTION_for_LEftSide] : [ACTION_for_RightSide]
 

发表时间 Thu 01 Apr 21 @ 9:27 pm
locoDogPRO InfinityModeratorMember since 2013
oh wow, one of the few devices that does that for browser dials.
 

发表时间 Thu 01 Apr 21 @ 9:59 pm
Awesome cant wait to try this tonight.
 

发表时间 Thu 13 May 21 @ 10:24 am


(陈旧帖子或论坛版块会自动关闭)