Hello, I would like to use a Novation Launchpad under VirtualDJ 8 to play samples. Unfortunately, I'm not sure how exactly I use the LED's instead ... the device has a control panel consisting of 8x8 buttons, Above are 8 buttons (from 1 to 8, X-axis) on the right are also 8 buttons ( from A to H, Y-axis) with the keys A to H different modes are set, key H sets $padmode to 5. This should activate for me the sampler mode, which works so far. Now I would like to switch between the different sample banks with the keys 1 to 8, also that functions. Now it's about showing the LED status and I have problems. In the configuration of the mapping I choose LED_X1 and have the code here:
var '$padmode' 5? get_sampler_bank 1? get_const 'red': get_constant 'green': nothing
So I would like, that if the padmode is loaded on 5 in the sampler bank 1, the LED of the key X1 should light up red, otherwise it should light up green. Unfortunately, that does not work. Has anyone an idea of the reasons why?
var '$padmode' 5? get_sampler_bank 1? get_const 'red': get_constant 'green': nothing
So I would like, that if the padmode is loaded on 5 in the sampler bank 1, the LED of the key X1 should light up red, otherwise it should light up green. Unfortunately, that does not work. Has anyone an idea of the reasons why?
发表时间 Thu 31 Jan 19 @ 5:22 pm