Ingresar:     


Forum: Old versions

Tópico: Mapping MidiFighter From DjTechTools

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

Hello all,

I did not found a mapping for the midi fighter from DjTechTools so I'm builing one myslef.

I already did some buttons with the learn command, but now I have a shift button to use that has to be kept active on press. How do I do that.

Secondly I would like to upper or lower the pitch with the use of 2 buttons, how can I do that, with auto learn it didn't go well.

Thank you,
 

Mensajes Tue 28 Dec 10 @ 10:58 am
For your shift button, use the following:

set '$shift' while_pressed

Then for buttons that you wish to perform alternative actions, use the following:

var '$shift' ? action_for_shift : normal action

E.g:

var '$shift' ? delete_cue 1 : set_cue 1


To increase/decrease pitch, use the following:

pitch -0.1%

pitch +0.1%


(You can use greater or smaller values for more course/fine adjustments, e.g: 1% or 0.01%)


For further information on VDJscript, including examples of common mappings, please see:

http://www.virtualdj.com/wiki/VDJscript.html
http://www.virtualdj.com/wiki/VDJScript%20Examples.html
http://www.virtualdj.com/wiki/VDJscript_verbs.html
 

[moved to own post]
 

I will try out those tips you gave me here. Did not have time to work on it.
 

redgoblin83 wrote :
I will try out those tips you gave me here. Did not have time to work on it.


I did succesfully mapped the pitch bend and also the pith plus or minus for the range, but I have to press multiple times on the button to make it grow in the given steps. Is it possible to make it grow until the button is released ?

Thank you

 

Sorry, this is not currently possible for MIDI or HID controllers.

Repeating is only possible for keyboard mappings (Because the keyboard of your computer does this itself automatically - MIDI controllers do not normally do this.)
 



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