Ingreso rápido:  

Forum: Old versions

Tema: Midi Fighter mapping?

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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?
 

Mensajes 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
 

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

Mensajes Mon 16 Jan 12 @ 1:48 pm
check your pm
 

Mensajes Mon 16 Jan 12 @ 2:05 pm
 

Mensajes Fri 20 Jan 12 @ 12:35 am


(Los tópicos y foros antiguos son automáticamente cerrados)