Q-shift midi map

commands for Qshift:

In this script, you can put underneath a slider to assign Qshift slider 1 to a midi slider/pot.
Code:
/b/QShift/0/Action  extvalue (0,100)

This script allows you to change the horizontal value of Qshift slider 2 to a midi slider/pot.
Code:
/b/QShift/1/Width extvalue (0,100)

This script allows you to change the div value of a Qshift slider 4 to a midi slider/pot
Code:
/b/QShift/3/DivValue extvalue (0,100)

This script allows you to set the Modvalue of Qshift slider 1 by midi button to an exact value (value 2, in this example)
Code:
/b/QShift/0/ModValue 2
 
commands for Qshift:

In this script, you can put underneath a slider to assign Qshift slider 1 to a midi slider/pot.
Code:
/b/QShift/0/Action  extvalue (0,100)

This script allows you to change the horizontal value of Qshift slider 2 to a midi slider/pot.
Code:
/b/QShift/1/Width extvalue (0,100)

This script allows you to change the div value of a Qshift slider 4 to a midi slider/pot
Code:
/b/QShift/3/DivValue extvalue (0,100)

This script allows you to set the Modvalue of Qshift slider 1 by midi button to an exact value (value 2, in this example)
Code:
/b/QShift/0/ModValue 2
This made the trick, thank you very much, Bob.
 
Back
Top