- VirtualDJ Forum
- Old versions Channel VU Meter LED---How to? -->
I loaded the Xone DX mapping and have modified it. There is indeed only a few basis functions. I'm almost finished except for FX, but I have a problem with the LED of the channel VU meters of the console.
<slider cc="0x03" channel="11" name="Deck_Volume_55" deck="1" />
<bar note="0x03" channel="11" name="LED_Deck_Volume_55" deck="1" />
Mapping from the download does not work!
If I send midi [CC] 0x04 / 0x07 / 0x17 / 0x25 all on Ch12! / Data = 0-127
I can manually bring to light up
<bar CC="0x17" channel="12" name="LED_Deck_Volume_55" deck="1" />
however, is ineffective.
By coincidence I once already in a state that the LED light up with the Gain knob left .... but even if there was no level :-(
Has anyone a hint how I can drive the LED at the channel level Xone DX?
<slider cc="0x03" channel="11" name="Deck_Volume_55" deck="1" />
<bar note="0x03" channel="11" name="LED_Deck_Volume_55" deck="1" />
Mapping from the download does not work!
If I send midi [CC] 0x04 / 0x07 / 0x17 / 0x25 all on Ch12! / Data = 0-127
I can manually bring to light up
<bar CC="0x17" channel="12" name="LED_Deck_Volume_55" deck="1" />
however, is ineffective.
By coincidence I once already in a state that the LED light up with the Gain knob left .... but even if there was no level :-(
Has anyone a hint how I can drive the LED at the channel level Xone DX?
geposted Mon 17 Oct 11 @ 4:13 am
MIDI channel numbering in VirtualDJ definitions start from 0 (The same as the actual MIDI messages themselves, which use 0x0-0xF), so channel 11 is channel 12.
If the VU meters use a LED with the note velocity used to determine how many LED's are lit, then you will need to use the following:
<led note="0x03" channel="11" min="0x00" max="0x7F" name="LED_Deck_Volume_55" deck="1" />
If the VU meters use a LED with the note velocity used to determine how many LED's are lit, then you will need to use the following:
<led note="0x03" channel="11" min="0x00" max="0x7F" name="LED_Deck_Volume_55" deck="1" />
geposted Mon 17 Oct 11 @ 4:58 am
Hi TEAMER, previously we have a discussion in the link below regarding mapping the LED. The topic is in the link which i have discuss over here regarding what i want to map the led. The controller is having 3-lights when pressing the deck layer 1,2,3,4, that i have seen green, red and yellow under it. Now during mapping i have got the red led only which more confusing to me which state/mode i'm in either in PFL or LINE-IN because both are having the same red led colors. The buttons has two functions which is the PFL and LINE-IN and i want line-in to be green or yellow and not red because red is used already as PFL. Can you help me please. Kindly see the discussion below for your info.
http://www.virtualdj.com/forums/156183/General_Discussion/HOW_TO_DO_(LINE-IN_LED_MAPPING).html?search=led mapping&page=1
Thank you so much.
http://www.virtualdj.com/forums/156183/General_Discussion/HOW_TO_DO_(LINE-IN_LED_MAPPING).html?search=led mapping&page=1
Thank you so much.
geposted Thu 17 Nov 11 @ 3:30 am