快速登录:  

Forum: Old versions

话题: Midi Fighter mapping?

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

Hey so I have midi fighter and I want to map a button as a "Shift" so I can have 30 functions instead of 16. Is this possible to do and how would I do that?
 

发表时间 Mon 16 Jan 12 @ 12:15 pm
could you get me the VID and PID of the midifighter, so I can finish a definition file for the it?

to get it go into control panel --> devices --> right click the midi fighter --> properties --> hardware tab --> properties --> details tab --> in the drop down menu select "hardware id's"

my istage says this, you need these aswell, and add to your device line
USB\VID_1D03&PID_002F&REV_0100&MI_0

In answer to your question to map a shift function you just set a variable with one button, then you query the state of the variable being on or off and have conditional branching so vdj knows what action to perform, It may sound complicated, but it's actually pretty easy as you can just use the following syntax

to set the shift there is two options... temporary and toggle
set 'shift' while_pressed
or
toggle 'shift'

for everything you want shifted
var 'shift' ? action if shifted : action if not shifted

eg

var 'shift' ? delete_cue 1 : hot_cue 1

As you know you need to upgrade to pro to be able to map extra controllers
 

发表时间 Mon 16 Jan 12 @ 12:33 pm
Thanks. I know I gotta upgrade, I am on my friends VDJ just tryin it out
 

发表时间 Mon 16 Jan 12 @ 1:48 pm
check your pm
 

发表时间 Mon 16 Jan 12 @ 2:05 pm
 

发表时间 Fri 20 Jan 12 @ 12:35 am


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