Se Connecter:     


Forum: General Discussion

Sujet: Wrong LED lights up

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

I have this code set on one of the pads of my Gemini G4V --

var '$issamplerleft' ? var_equal 'sampleBankLeft' 0 ? sampler 1 play_stop & sampler 1 select : var_equal 'sampleBankLeft' 1 ? sampler 5 play_stop & sampler 5 select : var_equal 'sampleBankLeft' 2 ? sampler 9 play_stop & sampler 9 select : nothing : var '$ishotcueleft' ? deck left hot_cue 1 : var '$isautoloopleft' ? deck left loop 4 : var '$ismanualloopleft' ? deck left loop_in : var '$islooprollleft' ? deck left loop_roll 0.125 while_pressed : nothing

It works how I want it to, but it lights up the wrong LED pad. I changed it from
var '$isautoloopleft' ? deck left loop 0.125 (default)
to
var '$isautoloopleft' ? deck left loop 4

So whenever I press the pad, it doesn't light up the pad that I pressed but instead the default that it was set to. Any way I can tell it to light up the right pad and not light up the other one?
 

Posté Sat 11 Oct 14 @ 6:18 pm
You shouldnt use the version 7 mapping for version 8. The files you will probably find in the Gemini website are for version 7 and those are not required for the unit to operate with version 8.
anyways, for your issue, you will need to also edit the action for the LED_BTN(X) accordingly
 

I'm using VDJ7. And how do I edit the action of each LED button like you were saying?
 

I dont see how your Subscription License can allow you to use the Gemini with version 7..

Anyways...
you changed ..
var '$isautoloopleft' ? deck left loop 0.125
to
var '$isautoloopleft' ? deck left loop 4
for the button, so the same action needs to be changed to the LED_BTN(x) where x is the number of the button you changed..
Most likely, this was the BUTN1_LEFT, so you will need to locate the key named as .. LED_BUTN1_LEFT and make the same change as above.
 



(Les anciens sujets et forums sont automatiquement fermés)