Salut à tous!
Je viens d'acquérir mon premier controleur usb et je galère un peu dans le mapping!
et j'ai réussi à réaliser mon propre mapping après des heures de travail. Il me manque plus qu'une chose, c'est que les LED du rétroéclairage des touches fonctionnent. J'ai repris pour ça le mapping et définition de la control air d'un pote pour m'en inspirer, mais aucune lumière... Voici la copie de mes lignes de scripts dans mapper et devices concernant les LED.
<map value="LED_PLAY" action="loaded ? play ? on : on blink"/> --> dans le fichier xml mapper
//LED GENERAL
<led note="71" name="LED_SCRATCH" default="SCRATCH"/>
<led note="67" name="LED_RIGHT" default="RIGHT"/>
<led note="68" name="LED_LEFT" default="LEFT"/>
//LED Deck A
<led note="13" name="LED_PAD1_LOOPS" deck="1" default="PAD1_LOOPS"/>
<led note="14" name="LED_PAD2_LOOPS" deck="1" default="PAD2_LOOPS"/>
<led note="15" name="LED_PAD3_LOOPS" deck="1" default="PAD3_LOOPS"/>
<led note="16" name="LED_PAD4_LOOPS" deck="1" default="PAD4_LOOPS"/>
<led note="01" name="LED_PAD1_EFFECTS" deck="1" default="PAD1_EFFECTS"/>
<led note="02" name="LED_PAD2_EFFECTS" deck="1" default="PAD2_EFFECTS"/>
<led note="03" name="LED_PAD3_EFFECTS" deck="1" default="PAD3_EFFECTS"/>
<led note="04" name="LED_PAD4_EFFECTS" deck="1" default="PAD4_EFFECTS"/>
<led note="05" name="LED_PAD1_SAMPLES" deck="1" default="PAD1_SAMPLES"/>
<led note="06" name="LED_PAD2_SAMPLES" deck="1" default="PAD2_SAMPLES"/>
<led note="07" name="LED_PAD3_SAMPLES" deck="1" default="PAD3_SAMPLES"/>
<led note="08" name="LED_PAD4_SAMPLES" deck="1" default="PAD4_SAMPLES"/>
<led note="11" name="LED_CUE" deck="1" default="CUE"/>
<led note="12" name="LED_PLAY" deck="1" default="PLAY"/>
<led note="14" name="LED_PFL" deck="1" default="PFL"/>
<led note="13" name="LED_SYNC" deck="1" default="SYNC"/>
//LED Deck B <led note="29" name="LED_PAD1_LOOPS" deck="2" default="PAD1_LOOPS"/>
<led note="30" name="LED_PAD2_LOOPS" deck="2" default="PAD2_LOOPS"/>
<led note="31" name="LED_PAD3_LOOPS" deck="2" default="PAD3_LOOPS"/>
<led note="32" name="LED_PAD4_LOOPS" deck="2" default="PAD4_LOOPS"/>
<led note="17" name="LED_PAD1_EFFECTS" deck="2" default="PAD1_EFFECTS"/>
<led note="18" name="LED_PAD2_EFFECTS" deck="2" default="PAD2_EFFECTS"/>
<led note="19" name="LED_PAD3_EFFECTS" deck="2" default="PAD3_EFFECTS"/>
<led note="20" name="LED_PAD4_EFFECTS" deck="2" default="PAD4_EFFECTS"/>
<led note="21" name="LED_PAD1_SAMPLES" deck="2" default="PAD1_SAMPLES"/>
<led note="22" name="LED_PAD2_SAMPLES" deck="2" default="PAD2_SAMPLES"/>
<led note="23" name="LED_PAD3_SAMPLES" deck="2" default="PAD3_SAMPLES"/>
<led note="24" name="LED_PAD4_SAMPLES" deck="2" default="PAD4_SAMPLES"/>
<led note="51" name="LED_CUE" deck="2" default="CUE"/>
<led note="50" name="LED_PLAY" deck="2" default="PLAY"/>
<led note="63" name="LED_PFL" deck="2" default="PFL"/>
<led note="52" name="LED_SYNC" deck="2" default="SYNC"/> --> dans le fichier xml definition
Les numéros correspondants aux touches sont les même que ceux attribués plus haut dans le fichier definition.
Si quelqun pouvait m'aider ce serait vraiment top parce qu'après plusieurs de recherche je ne trouve pas la solution.
merci
Je viens d'acquérir mon premier controleur usb et je galère un peu dans le mapping!
et j'ai réussi à réaliser mon propre mapping après des heures de travail. Il me manque plus qu'une chose, c'est que les LED du rétroéclairage des touches fonctionnent. J'ai repris pour ça le mapping et définition de la control air d'un pote pour m'en inspirer, mais aucune lumière... Voici la copie de mes lignes de scripts dans mapper et devices concernant les LED.
<map value="LED_PLAY" action="loaded ? play ? on : on blink"/> --> dans le fichier xml mapper
//LED GENERAL
<led note="71" name="LED_SCRATCH" default="SCRATCH"/>
<led note="67" name="LED_RIGHT" default="RIGHT"/>
<led note="68" name="LED_LEFT" default="LEFT"/>
//LED Deck A
<led note="13" name="LED_PAD1_LOOPS" deck="1" default="PAD1_LOOPS"/>
<led note="14" name="LED_PAD2_LOOPS" deck="1" default="PAD2_LOOPS"/>
<led note="15" name="LED_PAD3_LOOPS" deck="1" default="PAD3_LOOPS"/>
<led note="16" name="LED_PAD4_LOOPS" deck="1" default="PAD4_LOOPS"/>
<led note="01" name="LED_PAD1_EFFECTS" deck="1" default="PAD1_EFFECTS"/>
<led note="02" name="LED_PAD2_EFFECTS" deck="1" default="PAD2_EFFECTS"/>
<led note="03" name="LED_PAD3_EFFECTS" deck="1" default="PAD3_EFFECTS"/>
<led note="04" name="LED_PAD4_EFFECTS" deck="1" default="PAD4_EFFECTS"/>
<led note="05" name="LED_PAD1_SAMPLES" deck="1" default="PAD1_SAMPLES"/>
<led note="06" name="LED_PAD2_SAMPLES" deck="1" default="PAD2_SAMPLES"/>
<led note="07" name="LED_PAD3_SAMPLES" deck="1" default="PAD3_SAMPLES"/>
<led note="08" name="LED_PAD4_SAMPLES" deck="1" default="PAD4_SAMPLES"/>
<led note="11" name="LED_CUE" deck="1" default="CUE"/>
<led note="12" name="LED_PLAY" deck="1" default="PLAY"/>
<led note="14" name="LED_PFL" deck="1" default="PFL"/>
<led note="13" name="LED_SYNC" deck="1" default="SYNC"/>
//LED Deck B <led note="29" name="LED_PAD1_LOOPS" deck="2" default="PAD1_LOOPS"/>
<led note="30" name="LED_PAD2_LOOPS" deck="2" default="PAD2_LOOPS"/>
<led note="31" name="LED_PAD3_LOOPS" deck="2" default="PAD3_LOOPS"/>
<led note="32" name="LED_PAD4_LOOPS" deck="2" default="PAD4_LOOPS"/>
<led note="17" name="LED_PAD1_EFFECTS" deck="2" default="PAD1_EFFECTS"/>
<led note="18" name="LED_PAD2_EFFECTS" deck="2" default="PAD2_EFFECTS"/>
<led note="19" name="LED_PAD3_EFFECTS" deck="2" default="PAD3_EFFECTS"/>
<led note="20" name="LED_PAD4_EFFECTS" deck="2" default="PAD4_EFFECTS"/>
<led note="21" name="LED_PAD1_SAMPLES" deck="2" default="PAD1_SAMPLES"/>
<led note="22" name="LED_PAD2_SAMPLES" deck="2" default="PAD2_SAMPLES"/>
<led note="23" name="LED_PAD3_SAMPLES" deck="2" default="PAD3_SAMPLES"/>
<led note="24" name="LED_PAD4_SAMPLES" deck="2" default="PAD4_SAMPLES"/>
<led note="51" name="LED_CUE" deck="2" default="CUE"/>
<led note="50" name="LED_PLAY" deck="2" default="PLAY"/>
<led note="63" name="LED_PFL" deck="2" default="PFL"/>
<led note="52" name="LED_SYNC" deck="2" default="SYNC"/> --> dans le fichier xml definition
Les numéros correspondants aux touches sont les même que ceux attribués plus haut dans le fichier definition.
Si quelqun pouvait m'aider ce serait vraiment top parce qu'après plusieurs de recherche je ne trouve pas la solution.
merci
Posted Mon 22 Apr 13 @ 12:45 pm
ta vu le tableau : http://fr.virtualdj.com/products/comparison.html regarde la ligne "mappeur contrôleur" ta qu'elle version
Posted Mon 22 Apr 13 @ 1:05 pm
Bonsoir
@Sentnico, en effet il ne peut pas télécharger de mapper sur le site, par contre il peut modifier celui de sa version LE et l'arranger à sa Sauce.
[Edit]
@Anisky, tu es sur qu'il y a des Leds pour la touche play et le scratch ?
@Sentnico, en effet il ne peut pas télécharger de mapper sur le site, par contre il peut modifier celui de sa version LE et l'arranger à sa Sauce.
[Edit]
@Anisky, tu es sur qu'il y a des Leds pour la touche play et le scratch ?
Posted Mon 22 Apr 13 @ 1:32 pm